Skip to content

Commit

Permalink
Update Rust crate rustls to 0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Mar 28, 2024
1 parent 7e5afbe commit 4f1c8db
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 7 deletions.
83 changes: 77 additions & 6 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 @@ -356,7 +356,7 @@ ring = "0.17.8"
rpassword = "7.3.1"
rstest = "0.18.2"
rustfmt-wrapper = "0.2"
rustls = "0.22.2"
rustls = "0.23.4"
rustls-pemfile = "2.1.1"
rustyline = "13.0.0"
samael = { version = "0.0.14", features = ["xmlsec"] }
Expand Down
4 changes: 4 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
rustls-pki-types = { version = "1.3.0", features = ["std"] }
rustls-webpki = { version = "0.102.2", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid", "uuid1"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.197", features = ["alloc", "derive", "rc"] }
Expand Down Expand Up @@ -192,6 +194,8 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
rustls-pki-types = { version = "1.3.0", features = ["std"] }
rustls-webpki = { version = "0.102.2", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid", "uuid1"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.197", features = ["alloc", "derive", "rc"] }
Expand Down

0 comments on commit 4f1c8db

Please sign in to comment.