Skip to content

Commit

Permalink
Update Rust crate rustls to 0.23.16
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 14, 2024
1 parent 38cb554 commit 9e80638
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 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 @@ -557,7 +557,7 @@ ring = "0.17.8"
rpassword = "7.3.1"
rstest = "0.23.0"
rustfmt-wrapper = "0.2"
rustls = "0.22.2"
rustls = "0.23.16"
rustls-pemfile = "2.2.0"
rustyline = "14.0.0"
samael = { version = "0.0.17", features = ["xmlsec"] }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ regex-automata = { version = "0.4.8", default-features = false, features = ["dfa
regex-syntax = { version = "0.8.5" }
reqwest = { version = "0.12.9", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
rustls = { version = "0.23.14", features = ["ring"] }
rustls = { version = "0.23.16", features = ["ring"] }
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
Expand Down Expand Up @@ -221,7 +221,7 @@ regex-automata = { version = "0.4.8", default-features = false, features = ["dfa
regex-syntax = { version = "0.8.5" }
reqwest = { version = "0.12.9", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
rustls = { version = "0.23.14", features = ["ring"] }
rustls = { version = "0.23.16", features = ["ring"] }
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
Expand Down

0 comments on commit 9e80638

Please sign in to comment.