Skip to content

Commit

Permalink
chore: bump breaking deps (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Dec 9, 2024
1 parent 1901953 commit 2f7db0b
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 @@ -45,7 +45,7 @@ revm = { version = "18.0.0", default-features = false, features = [
serde = "1.0"
serde_json = "1.0"

thiserror = "1"
thiserror = "2"
tokio = { version = "1", features = ["rt-multi-thread"] }
tracing = "0.1"

Expand All @@ -54,4 +54,4 @@ url = "2"
[dev-dependencies]
alloy-rpc-client = "0.7"
alloy-transport-http = "0.7"
tiny_http = "0.11"
tiny_http = "0.12"

0 comments on commit 2f7db0b

Please sign in to comment.