Skip to content

Commit

Permalink
Merge pull request #17 from gak/dependabot/cargo/rustls-0.23.0
Browse files Browse the repository at this point in the history
chore(deps): update rustls requirement from 0.22.2 to 0.23.0
  • Loading branch information
gak authored Mar 1, 2024
2 parents 325b899 + 63015de commit b7e2f94
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.23", features = ["rustls-tls", "cookies", "json"] }
url = "2.5.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
rustls = "0.22.2"
rustls = "0.23.0"
rand = "0.8.5"
chrono = { version = "0.4.31", features = ["serde"] }
strum = { version = "0.26.1", features = ["derive"] }
Expand Down

0 comments on commit b7e2f94

Please sign in to comment.