Skip to content

Commit 9560261

Browse files
authoredApr 2, 2024··
deps: bump reqwest from 0.11.27 to 0.12.2
Pull-Request: #5284.
1 parent 367d2a1 commit 9560261

File tree

2 files changed

+79
-12
lines changed

2 files changed

+79
-12
lines changed
 

‎Cargo.lock

+78-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎interop-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ wasm-bindgen = { version = "0.2" }
4747
wasm-bindgen-futures = { version = "0.4" }
4848
wasm-logger = { version = "0.2.0" }
4949
instant = "0.1.12"
50-
reqwest = { version = "0.11", features = ["json"] }
50+
reqwest = { version = "0.12", features = ["json"] }
5151
console_error_panic_hook = { version = "0.1.7" }
5252
futures-timer = "3.0.3"
5353

0 commit comments

Comments
 (0)
Please sign in to comment.