Skip to content

Commit

Permalink
fix(deps): update rust crate rustls to 0.21.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2023
1 parent 4106baa commit 5ce2a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ reqwest = { version = "0.11.22", default-features = false, features = [
"rustls-tls",
"native-tls",
] }
rustls = "0.21.8"
rustls = "0.21.9"
rustls-pemfile = "1.0.4"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit 5ce2a94

Please sign in to comment.