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 9, 2024
1 parent 3eeaadb commit fd414e8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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 @@ -545,7 +545,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 @@ -100,7 +100,7 @@ regex-automata = { version = "0.4.8", default-features = false, features = ["dfa
regex-syntax = { version = "0.8.5" }
reqwest = { version = "0.12.8", 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 @@ -219,7 +219,7 @@ regex-automata = { version = "0.4.8", default-features = false, features = ["dfa
regex-syntax = { version = "0.8.5" }
reqwest = { version = "0.12.8", 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 fd414e8

Please sign in to comment.