Skip to content

Commit 3599fa2

Browse files
oxide-renovate[bot]hawkw
authored andcommitted
Update Rust crate reqwest to v0.12.12 (#7586)
1 parent 6ccb298 commit 3599fa2

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

Cargo.lock

Lines changed: 27 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspace-hack/Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ hyper = { version = "1.5.2", features = ["full"] }
7070
idna = { version = "1.0.3" }
7171
indexmap = { version = "2.7.1", features = ["serde"] }
7272
inout = { version = "0.1.3", default-features = false, features = ["std"] }
73-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
74-
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
73+
itertools = { version = "0.10.5" }
7574
lalrpop-util = { version = "0.19.12" }
7675
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
7776
libc = { version = "0.2.169", features = ["extra_traits"] }
@@ -102,7 +101,7 @@ rand = { version = "0.8.5", features = ["small_rng"] }
102101
regex = { version = "1.11.1" }
103102
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
104103
regex-syntax = { version = "0.8.5" }
105-
reqwest = { version = "0.12.9", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
104+
reqwest = { version = "0.12.12", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
106105
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
107106
rustls = { version = "0.23.19", features = ["ring"] }
108107
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
@@ -191,8 +190,7 @@ hyper = { version = "1.5.2", features = ["full"] }
191190
idna = { version = "1.0.3" }
192191
indexmap = { version = "2.7.1", features = ["serde"] }
193192
inout = { version = "0.1.3", default-features = false, features = ["std"] }
194-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
195-
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
193+
itertools = { version = "0.10.5" }
196194
lalrpop-util = { version = "0.19.12" }
197195
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
198196
libc = { version = "0.2.169", features = ["extra_traits"] }
@@ -223,7 +221,7 @@ rand = { version = "0.8.5", features = ["small_rng"] }
223221
regex = { version = "1.11.1" }
224222
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
225223
regex-syntax = { version = "0.8.5" }
226-
reqwest = { version = "0.12.9", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
224+
reqwest = { version = "0.12.12", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
227225
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
228226
rustls = { version = "0.23.19", features = ["ring"] }
229227
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }

0 commit comments

Comments
 (0)