Skip to content

Commit

Permalink
chore: bump deps for 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Oct 24, 2024
1 parent 5f8a86e commit 62d9449
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trevm"
version = "0.14.1"
version = "0.14.2"
rust-version = "1.82.0"
edition = "2021"
authors = ["init4"]
Expand Down Expand Up @@ -29,18 +29,18 @@ redundant-clone = "warn"
[dependencies]
alloy-rlp = { version = "0.3", default-features = false }

alloy-primitives = { version = "=0.8.8", default-features = false }
alloy-sol-types = { version = "=0.8.8", default-features = false }
alloy-primitives = { version = "0.8.8", default-features = false }
alloy-sol-types = { version = "0.8.8", default-features = false }

alloy = { version = "=0.5.2", default-features = false, features = ["consensus", "rpc-types-mev", "eips", "k256"] }
alloy = { version = "=0.5.4", default-features = false, features = ["consensus", "rpc-types-mev", "eips", "k256"] }

revm = { version = "16.0.0", default-features = false }
revm = { version = "17.1.0", default-features = false }

zenith-types = { version = "0.10", optional = true }

[dev-dependencies]
alloy-rlp = { version = "0.3", default-features = false }
revm = { version = "16.0.0", features = [
revm = { version = "17.1.0", features = [
"test-utils",
"serde-json",
"std",
Expand All @@ -67,7 +67,6 @@ std = ["revm/std", "alloy/std", "alloy-rlp/std", "alloy-primitives/std", "alloy-

test-utils = ["revm/test-utils", "revm/std", "revm/serde-json", "revm/alloydb"]


secp256k1 = ["revm/secp256k1"]
c-kzg = ["revm/c-kzg"]
blst = ["revm/blst"]
Expand Down

0 comments on commit 62d9449

Please sign in to comment.