Skip to content

Commit

Permalink
Merge pull request #12 from gak/dependabot/cargo/rustls-0.22.1
Browse files Browse the repository at this point in the history
chore(deps): update rustls requirement from 0.21.7 to 0.22.1
  • Loading branch information
gak authored Dec 17, 2023
2 parents cddc3ae + 0676b6c commit 491d9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ reqwest = { version = "0.11.22", features = ["rustls-tls", "cookies", "json"] }
url = "2.4.1"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
rustls = "0.21.7"
rustls = "0.22.1"
rand = "0.8.5"
chrono = { version = "0.4.31", features = ["serde"] }
strum = { version = "0.25.0", features = ["derive"] }
Expand Down

0 comments on commit 491d9a5

Please sign in to comment.