Skip to content

Commit dad21e6

Browse files
Update Rust crate reqwest to 0.11.20
1 parent ac54be2 commit dad21e6

File tree

3 files changed

+26
-38
lines changed

3 files changed

+26
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack
5858
# If you changed, must verify with ALL build targets with next-swc to ensure
5959
# it works. next-swc have various platforms, some doesn't support native (using openssl-sys)
6060
# and some aren't buildable with rustls.
61-
reqwest = { version = "0.11.14", default-features = false }
61+
reqwest = { version = "0.11.20", default-features = false }
6262

6363
chromiumoxide = { version = "0.5.1", features = [
6464
"tokio-runtime",

scripts/send-trace-to-jaeger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ publish = false
88

99
[dependencies]
1010
serde_json = "1.0.59"
11-
reqwest = { version = "0.11.6", features = ["blocking"] }
11+
reqwest = { version = "0.11.20", features = ["blocking"] }

0 commit comments

Comments
 (0)