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.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 29, 2023
1 parent a6b32d6 commit 0a7120f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17.1"
iso8601 = "0.6"
reqwest = { version = "0.11", features = [ "json" ] }
anyhow = "1.0"
rustls = "0.20"
rustls = "0.21"
# this crate is needed for pem-file handling
rustls-pemfile = "1.0"
rand = "0.8"
Expand Down

0 comments on commit 0a7120f

Please sign in to comment.