Skip to content

Commit

Permalink
bump [email protected] to 0.23.19 (#7226)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana authored Dec 13, 2024
1 parent dce80bd commit 7e7c3bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
29 changes: 14 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "1.5.0", features = ["full"] }
indexmap = { version = "2.6.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
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.162", features = ["extra_traits"] }
Expand Down Expand Up @@ -101,7 +100,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.19", 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 @@ -189,8 +188,7 @@ hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "1.5.0", features = ["full"] }
indexmap = { version = "2.6.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
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.162", features = ["extra_traits"] }
Expand Down Expand Up @@ -221,7 +219,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.19", 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 7e7c3bb

Please sign in to comment.