Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
fix(deps): update rust crate rustls to 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent f83732c commit 5c474c1
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 @@ -16,7 +16,7 @@ once_cell = "1.19.0"
iso8601 = "0.6.1"
reqwest = { version = "0.11.22", features = [ "json" ] }
anyhow = "1.0.77"
rustls = "0.20.9"
rustls = "0.23.2"
# this crate is needed for pem-file handling
rustls-pemfile = "1.0.4"
rand = "0.8.5"
Expand Down

0 comments on commit 5c474c1

Please sign in to comment.