Skip to content

Commit

Permalink
chore: bump alloy 0.5 (#26)
Browse files Browse the repository at this point in the history
* chore: bump alloy 0.5

* allow zlib
  • Loading branch information
mattsse authored Oct 18, 2024
1 parent 66e8e62 commit 9e0e62a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
alloy-primitives = { version = "0.8.5", features = ["map"] }
alloy-provider = { version = "0.4", default-features = false }
alloy-rpc-types = { version = "0.4", features = ["eth"] }
alloy-serde = { version = "0.4", default-features = false }
alloy-transport = { version = "0.4", default-features = false }
alloy-provider = { version = "0.5", default-features = false }
alloy-rpc-types = { version = "0.5", features = ["eth"] }
alloy-serde = { version = "0.5", default-features = false }
alloy-transport = { version = "0.5", default-features = false }

eyre = "0.6"
futures = "0.3"

parking_lot = "0.12"

revm = { version = "14.0.3", default-features = false, features = [
revm = { version = "16.0.0", default-features = false, features = [
"std",
"serde",
] }
Expand All @@ -51,5 +51,5 @@ tracing = "0.1"
url = "2"

[dev-dependencies]
alloy-rpc-client = "0.4"
alloy-transport-http = "0.4"
alloy-rpc-client = "0.5"
alloy-transport-http = "0.5"
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allow = [
"ISC",
"Unicode-DFS-2016",
"Unlicense",
"Zlib",
]

exceptions = [
Expand Down

0 comments on commit 9e0e62a

Please sign in to comment.