Skip to content

Commit 2f7db0b

Browse files
authored
chore: bump breaking deps (#36)
1 parent 1901953 commit 2f7db0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ revm = { version = "18.0.0", default-features = false, features = [
4545
serde = "1.0"
4646
serde_json = "1.0"
4747

48-
thiserror = "1"
48+
thiserror = "2"
4949
tokio = { version = "1", features = ["rt-multi-thread"] }
5050
tracing = "0.1"
5151

@@ -54,4 +54,4 @@ url = "2"
5454
[dev-dependencies]
5555
alloy-rpc-client = "0.7"
5656
alloy-transport-http = "0.7"
57-
tiny_http = "0.11"
57+
tiny_http = "0.12"

0 commit comments

Comments
 (0)