Skip to content

Commit

Permalink
chore: Quick Version Bumps (#362)
Browse files Browse the repository at this point in the history
### Description

Quick bump on alloy dep versions
  • Loading branch information
refcell authored Jan 7, 2025
1 parent 52b28b7 commit 0eda9ed
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ op-alloy-rpc-jsonrpsee = { version = "0.9.0", path = "crates/rpc-jsonrpsee", def
op-alloy-rpc-types-engine = { version = "0.9.0", path = "crates/rpc-types-engine", default-features = false }

# Alloy
alloy-eips = { version = "0.9.0", default-features = false }
alloy-serde = { version = "0.9.0", default-features = false }
alloy-signer = { version = "0.9.0", default-features = false }
alloy-network = { version = "0.9.0", default-features = false }
alloy-provider = { version = "0.9.0", default-features = false }
alloy-transport = { version = "0.9.0", default-features = false }
alloy-consensus = { version = "0.9.0", default-features = false }
alloy-rpc-types-eth = { version = "0.9.0", default-features = false }
alloy-rpc-types-engine = { version = "0.9.0", default-features = false }
alloy-network-primitives = { version = "0.9.0", default-features = false }
alloy-eips = { version = "0.9.2", default-features = false }
alloy-serde = { version = "0.9.2", default-features = false }
alloy-signer = { version = "0.9.2", default-features = false }
alloy-network = { version = "0.9.2", default-features = false }
alloy-provider = { version = "0.9.2", default-features = false }
alloy-transport = { version = "0.9.2", default-features = false }
alloy-consensus = { version = "0.9.2", default-features = false }
alloy-rpc-types-eth = { version = "0.9.2", default-features = false }
alloy-rpc-types-engine = { version = "0.9.2", default-features = false }
alloy-network-primitives = { version = "0.9.2", default-features = false }

# Alloy RLP
alloy-rlp = { version = "0.3", default-features = false }
Expand All @@ -83,7 +83,7 @@ bincode = "1.3.3"
ethereum_ssz = "0.8"

# Compression
miniz_oxide = "0.8.0"
miniz_oxide = "0.8.2"
alloc-no-stdlib = "2.0.4"
brotli = { version = "7.0.0", default-features = false }

Expand All @@ -99,7 +99,7 @@ jsonrpsee-types = "0.24"

# misc
cfg-if = "1"
async-trait = "0.1.83"
async-trait = "0.1.85"
unsigned-varint = "0.8.0"
spin = { version = "0.9.8", features = ["mutex"] }
lazy_static = { version = "1.5.0", default-features = false }
Expand All @@ -108,17 +108,17 @@ thiserror = { version = "2.0", default-features = false }
similar-asserts = "1.6"

# tracing
tracing-subscriber = "0.3.18"
tracing = { version = "0.1.40", default-features = false }
tracing-subscriber = "0.3.19"
tracing = { version = "0.1.41", default-features = false }

## misc-testing
arbitrary = { version = "1.3", features = ["derive"] }
arbitrary = { version = "1.4", features = ["derive"] }
arbtest = "0.3"
rand = "0.8"
proptest = "1.5"
proptest = "1.6"
proptest-derive = "0.5"
tokio = "1"
rstest = "0.23.0"
rstest = "0.24.0"

## crypto
c-kzg = { version = "1.0", default-features = false }
Expand Down

0 comments on commit 0eda9ed

Please sign in to comment.