Skip to content

Commit

Permalink
Update Rust crate ring to 0.17.11 (#7598)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Feb 23, 2025
1 parent 096fdaf commit ea5d796
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
18 changes: 10 additions & 8 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 @@ -589,7 +589,7 @@ regress = "0.9.1"
repo-depot-api = { path = "sled-agent/repo-depot-api" }
repo-depot-client = { path = "clients/repo-depot-client" }
reqwest = { version = "0.12", default-features = false }
ring = "0.17.9"
ring = "0.17.11"
rpassword = "7.3.1"
rstest = "0.23.0"
rustfmt-wrapper = "0.2"
Expand Down
10 changes: 7 additions & 3 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ hyper = { version = "1.5.2", features = ["full"] }
idna = { version = "1.0.3" }
indexmap = { version = "2.7.1", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools = { version = "0.10.5" }
itertools-582f2526e08bb6a0 = { package = "itertools", version = "0.14.0" }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.169", features = ["extra_traits"] }
Expand Down Expand Up @@ -151,7 +153,7 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
bstr = { version = "1.10.0" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.9.0", features = ["serde"] }
cc = { version = "1.1.30", default-features = false, features = ["parallel"] }
cc = { version = "1.2.15", default-features = false, features = ["parallel"] }
chrono = { version = "0.4.39", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.30", features = ["cargo", "derive", "env", "wrap_help"] }
Expand Down Expand Up @@ -190,7 +192,9 @@ hyper = { version = "1.5.2", features = ["full"] }
idna = { version = "1.0.3" }
indexmap = { version = "2.7.1", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools = { version = "0.10.5" }
itertools-582f2526e08bb6a0 = { package = "itertools", version = "0.14.0" }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.169", features = ["extra_traits"] }
Expand Down

0 comments on commit ea5d796

Please sign in to comment.