Skip to content

Commit

Permalink
upgraded idna and url to fix vulnerability RUSTSEC-2024-0421
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-kigo committed Dec 9, 2024
1 parent b1ae801 commit 61c8dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ethereum-types = "0.14.1"
futures = "0.3.5"
futures-timer = "3.0.2"
hex = "0.4"
idna = "1.0"
idna = "1.0.3"
jsonrpc-core = "18.0.0"
log = "0.4.6"
parking_lot = "0.12.0"
Expand Down Expand Up @@ -50,7 +50,7 @@ tokio-stream = { version = "0.1", optional = true }
tokio-util = { version = "0.7", optional = true, features = ["compat", "io"] }
soketto = { version = "0.8.0", optional = true }
## Shared (WS, HTTP)
url = { version = "2.1", optional = true }
url = { version = "2.5.4", optional = true }
## EIP-1193
js-sys = { version = "0.3.45", optional = true }
### This is a transitive dependency, only here so we can turn on its wasm_bindgen feature
Expand Down

0 comments on commit 61c8dd5

Please sign in to comment.