Skip to content

Commit 0a3d095

Browse files
upgraded idna and url to fix vulnerability RUSTSEC-2024-0421 (#737)
Co-authored-by: Jacques <[email protected]> Co-authored-by: Tomek Drwięga <[email protected]>
1 parent 8b5deb7 commit 0a3d095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ethereum-types = "0.14.1"
1919
futures = "0.3.5"
2020
futures-timer = "3.0.2"
2121
hex = "0.4"
22-
idna = "1.0"
22+
idna = "1.0.3"
2323
jsonrpc-core = "18.0.0"
2424
log = "0.4.6"
2525
parking_lot = "0.12.0"
@@ -50,7 +50,7 @@ tokio-stream = { version = "0.1", optional = true }
5050
tokio-util = { version = "0.7", optional = true, features = ["compat", "io"] }
5151
soketto = { version = "0.8.0", optional = true }
5252
## Shared (WS, HTTP)
53-
url = { version = "2.1", optional = true }
53+
url = { version = "2.5.4", optional = true }
5454
## EIP-1193
5555
js-sys = { version = "0.3.77", optional = true }
5656
### This is a transitive dependency, only here so we can turn on its wasm_bindgen feature

0 commit comments

Comments
 (0)