Skip to content

Commit

Permalink
fix reqwest version
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Aug 17, 2023
1 parent adbbe4e commit 2e8c2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ libp2p = { path = "../libp2p", features = [
"webtransport-websys",
] }
libp2p-webrtc-websys = { workspace = true }
reqwest = { version = "0.11", features = ["identify", "json"] }
reqwest = { version = "0.11", features = ["json"] }
wasm-bindgen = { version = "0.2" }
wasm-bindgen-futures = { version = "0.4" }
wasm-logger = { version = "0.2.0" }

0 comments on commit 2e8c2e5

Please sign in to comment.