We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5deb7 commit 0a3d095Copy full SHA for 0a3d095
Cargo.toml
@@ -19,7 +19,7 @@ ethereum-types = "0.14.1"
19
futures = "0.3.5"
20
futures-timer = "3.0.2"
21
hex = "0.4"
22
-idna = "1.0"
+idna = "1.0.3"
23
jsonrpc-core = "18.0.0"
24
log = "0.4.6"
25
parking_lot = "0.12.0"
@@ -50,7 +50,7 @@ tokio-stream = { version = "0.1", optional = true }
50
tokio-util = { version = "0.7", optional = true, features = ["compat", "io"] }
51
soketto = { version = "0.8.0", optional = true }
52
## Shared (WS, HTTP)
53
-url = { version = "2.1", optional = true }
+url = { version = "2.5.4", optional = true }
54
## EIP-1193
55
js-sys = { version = "0.3.77", optional = true }
56
### This is a transitive dependency, only here so we can turn on its wasm_bindgen feature
0 commit comments