chore(deps): Bump op-alloy (#14882)

This commit is contained in:
Emilia Hane
2025-03-06 16:19:44 +01:00
committed by GitHub
parent 53e72c8e85
commit 17d33c04ca
2 changed files with 27 additions and 27 deletions

42
Cargo.lock generated
View File

@@ -2074,7 +2074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
dependencies = [
"lazy_static",
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -2998,7 +2998,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -4587,7 +4587,7 @@ checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37"
dependencies = [
"hermit-abi 0.4.0",
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -4930,7 +4930,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]
@@ -5632,9 +5632,9 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
[[package]]
name = "op-alloy-consensus"
version = "0.10.7"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed6cad421e41d400667a06df8bd306dd316c3e1fed803df065b1c65d7de6795"
checksum = "5dd7996e3990e0f36a4c8cdea60aaf342b80d2cf10e2bf48f5e43cb555b4daff"
dependencies = [
"alloy-consensus",
"alloy-eips",
@@ -5652,15 +5652,15 @@ dependencies = [
[[package]]
name = "op-alloy-flz"
version = "0.10.7"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c9aab2c6b43b1ed6d5029e89e379e6a575ee28d4b0bbb73c284e02f300e455f"
checksum = "0082d9156f08823faf43b3e5f89723c96ae1a1a0734265c30ae3b1448744f58b"
[[package]]
name = "op-alloy-network"
version = "0.10.7"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21e39c32d786aa8a84792a7e0d47cbb194d4709edc7a8a5241cea2ea4fdab22"
checksum = "33a4afaef4166037864f23d95afa5b1c51a9ae9b3d7cfb036618a35d365a99ad"
dependencies = [
"alloy-consensus",
"alloy-network",
@@ -5673,9 +5673,9 @@ dependencies = [
[[package]]
name = "op-alloy-rpc-jsonrpsee"
version = "0.10.7"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7821a51851a6d967c3b43e9bd55dd23cc469b2cb53fa2122588d822092e28b6e"
checksum = "ea1474bf3e1d6d1988afbaa51a77da8be0ef4016f3c75224d8f27443363ee2c4"
dependencies = [
"alloy-primitives",
"jsonrpsee",
@@ -5683,9 +5683,9 @@ dependencies = [
[[package]]
name = "op-alloy-rpc-types"
version = "0.10.7"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2f91f1b1202bc5e46ece524b70d1b15b213c4bbf67718c0925cfb7d11fd800c"
checksum = "0c51ee3be6240a6b7d0e4a970ada3b3a2dc489d3e8761ae42c7cfa148510d693"
dependencies = [
"alloy-consensus",
"alloy-eips",
@@ -5701,9 +5701,9 @@ dependencies = [
[[package]]
name = "op-alloy-rpc-types-engine"
version = "0.10.7"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9593354ed29d9c1d9b761d400c5b059176bc36d06db3f9ac6697331f212ea7de"
checksum = "00a2f78e93b534445067d5ddd08add3b95b7e28090639b48b3b21757a834574a"
dependencies = [
"alloy-consensus",
"alloy-eips",
@@ -6350,7 +6350,7 @@ dependencies = [
"once_cell",
"socket2",
"tracing",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -10374,7 +10374,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -11279,7 +11279,7 @@ dependencies = [
"getrandom 0.3.1",
"once_cell",
"rustix",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -11842,7 +11842,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69fff37da548239c3bf9e64a12193d261e8b22b660991c6fd2df057c168f435f"
dependencies = [
"cc",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]
@@ -12289,7 +12289,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@@ -488,12 +488,12 @@ alloy-transport-ws = { version = "0.11.1", default-features = false }
# op
alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "7b49e05", default-features = false }
alloy-op-hardforks = { git = "https://github.com/alloy-rs/hardforks", rev = "42a3427" }
op-alloy-rpc-types = { version = "0.10.7", default-features = false }
op-alloy-rpc-types-engine = { version = "0.10.7", default-features = false }
op-alloy-network = { version = "0.10.7", default-features = false }
op-alloy-consensus = { version = "0.10.7", default-features = false }
op-alloy-flz = { version = "0.10.7", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.10.7", default-features = false }
op-alloy-rpc-types = { version = "0.10.8", default-features = false }
op-alloy-rpc-types-engine = { version = "0.10.8", default-features = false }
op-alloy-network = { version = "0.10.8", default-features = false }
op-alloy-consensus = { version = "0.10.8", default-features = false }
op-alloy-flz = { version = "0.10.8", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.10.8", default-features = false }
# misc
aquamarine = "0.6"