From a94443c5acfb25605157f78acfd9bd195d31528f Mon Sep 17 00:00:00 2001 From: Brechtpd Date: Mon, 24 Jun 2024 22:31:19 +0200 Subject: [PATCH] lock to latest reth --- Cargo.lock | 96 +++++++++++++++++----------------- provers/risc0/guest/Cargo.lock | 58 ++++++++++---------- provers/sp1/guest/Cargo.lock | 62 +++++++++++----------- 3 files changed, 108 insertions(+), 108 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61eebf83d..d2a972450 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6169,7 +6169,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree-api" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -6181,7 +6181,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-chains", "alloy-eips", @@ -6200,7 +6200,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6215,7 +6215,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "convert_case 0.6.0", "proc-macro2", @@ -6226,7 +6226,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "auto_impl", "reth-primitives", @@ -6236,7 +6236,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-chainspec", "reth-consensus", @@ -6246,7 +6246,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "bytes", "derive_more", @@ -6273,7 +6273,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "bytes", "derive_more", @@ -6292,7 +6292,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6316,7 +6316,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "aes 0.8.4", "alloy-primitives", @@ -6347,7 +6347,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-blockchain-tree-api", "reth-consensus", @@ -6360,7 +6360,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-rlp", "bytes", @@ -6387,7 +6387,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-rlp", "bytes", @@ -6402,7 +6402,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-chainspec", "reth-consensus", @@ -6414,7 +6414,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-chains", "alloy-primitives", @@ -6427,7 +6427,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "auto_impl", "futures-util", @@ -6444,7 +6444,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-eips", "alloy-sol-types", @@ -6463,7 +6463,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6477,7 +6477,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-execution-errors", "reth-primitives", @@ -6488,7 +6488,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "serde_json", "thiserror", @@ -6497,7 +6497,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "bitflags 2.5.0", "byteorder", @@ -6513,7 +6513,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "bindgen", "cc", @@ -6522,7 +6522,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "metrics", "reth-metrics-derive", @@ -6531,7 +6531,7 @@ dependencies = [ [[package]] name = "reth-metrics-derive" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "once_cell", "proc-macro2", @@ -6543,7 +6543,7 @@ dependencies = [ [[package]] name = "reth-net-common" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "tokio", @@ -6552,7 +6552,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "futures-util", "reqwest 0.12.5", @@ -6564,7 +6564,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "enr 0.12.1", @@ -6579,7 +6579,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "auto_impl", "futures", @@ -6597,7 +6597,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6612,7 +6612,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "anyhow", "bincode", @@ -6632,7 +6632,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6665,7 +6665,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6684,7 +6684,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-rpc-types-engine", "auto_impl", @@ -6722,7 +6722,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "bytes", @@ -6736,7 +6736,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-eips", "alloy-rlp", @@ -6754,7 +6754,7 @@ dependencies = [ [[package]] name = "reth-rpc-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "alloy-rpc-types", @@ -6773,7 +6773,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "bytes", @@ -6786,7 +6786,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "derive_more", @@ -6797,7 +6797,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "auto_impl", "reth-chainspec", @@ -6814,7 +6814,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-fs-util", "reth-primitives", @@ -6824,7 +6824,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "clap 4.5.7", "eyre", @@ -6839,7 +6839,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-rlp", "auto_impl", @@ -6860,7 +6860,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -8542,9 +8542,9 @@ dependencies = [ [[package]] name = "subtle" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "subtle-encoding" @@ -9016,7 +9016,7 @@ dependencies = [ "tower-layer", "tower-service", "tracing", - "uuid 1.8.0", + "uuid 1.9.0", ] [[package]] @@ -9449,9 +9449,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" +checksum = "3ea73390fe27785838dcbf75b91b1d84799e28f1ce71e6f372a5dc2200c80de5" dependencies = [ "getrandom 0.2.15", ] diff --git a/provers/risc0/guest/Cargo.lock b/provers/risc0/guest/Cargo.lock index b3d356086..211765c60 100644 --- a/provers/risc0/guest/Cargo.lock +++ b/provers/risc0/guest/Cargo.lock @@ -2169,7 +2169,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reth-chainspec" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-chains", "alloy-eips", @@ -2188,7 +2188,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus", "alloy-eips", @@ -2203,7 +2203,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "convert_case 0.6.0", "proc-macro2", @@ -2214,7 +2214,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "auto_impl", "reth-primitives", @@ -2224,7 +2224,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-chainspec", "reth-consensus", @@ -2234,7 +2234,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "bytes", "derive_more", @@ -2260,7 +2260,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "bytes", "derive_more", @@ -2279,7 +2279,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-chainspec", "reth-consensus", @@ -2291,7 +2291,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-chains", "alloy-primitives", @@ -2304,7 +2304,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "auto_impl", "futures-util", @@ -2321,7 +2321,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-eips", "alloy-sol-types", @@ -2340,7 +2340,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-eips", "alloy-primitives", @@ -2354,7 +2354,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-execution-errors", "reth-primitives", @@ -2365,7 +2365,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "serde_json", "thiserror", @@ -2374,7 +2374,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "metrics", "reth-metrics-derive", @@ -2383,7 +2383,7 @@ dependencies = [ [[package]] name = "reth-metrics-derive" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "once_cell", "proc-macro2", @@ -2395,7 +2395,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus", "alloy-eips", @@ -2428,7 +2428,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus", "alloy-eips", @@ -2447,7 +2447,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "bytes", @@ -2461,7 +2461,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-eips", "alloy-rlp", @@ -2479,7 +2479,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "bytes", @@ -2492,7 +2492,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "derive_more", @@ -2503,7 +2503,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "auto_impl", "reth-chainspec", @@ -2520,7 +2520,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-fs-util", "reth-primitives", @@ -2530,7 +2530,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "clap", "eyre", @@ -2545,7 +2545,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-rlp", "auto_impl", @@ -2564,7 +2564,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -3204,9 +3204,9 @@ dependencies = [ [[package]] name = "subtle" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" diff --git a/provers/sp1/guest/Cargo.lock b/provers/sp1/guest/Cargo.lock index ea9066e04..5369b68a1 100644 --- a/provers/sp1/guest/Cargo.lock +++ b/provers/sp1/guest/Cargo.lock @@ -2049,7 +2049,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reth-chainspec" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-chains", "alloy-eips 0.1.2", @@ -2068,7 +2068,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus 0.1.2", "alloy-eips 0.1.2", @@ -2083,7 +2083,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "convert_case 0.6.0", "proc-macro2", @@ -2094,7 +2094,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "auto_impl", "reth-primitives", @@ -2104,7 +2104,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-chainspec", "reth-consensus", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "bytes", "derive_more", @@ -2140,7 +2140,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "bytes", "derive_more", @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-chainspec", "reth-consensus", @@ -2171,7 +2171,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-chains", "alloy-primitives", @@ -2184,7 +2184,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "auto_impl", "futures-util", @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-eips 0.1.2", "alloy-sol-types", @@ -2220,7 +2220,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-eips 0.1.2", "alloy-primitives", @@ -2234,7 +2234,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-execution-errors", "reth-primitives", @@ -2245,7 +2245,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "serde_json", "thiserror", @@ -2254,7 +2254,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "metrics", "reth-metrics-derive", @@ -2263,7 +2263,7 @@ dependencies = [ [[package]] name = "reth-metrics-derive" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "once_cell", "proc-macro2", @@ -2275,7 +2275,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus 0.1.2", "alloy-eips 0.1.2", @@ -2308,7 +2308,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus 0.1.2", "alloy-eips 0.1.2", @@ -2327,7 +2327,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "bytes", @@ -2341,7 +2341,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-eips 0.1.2", "alloy-rlp", @@ -2359,7 +2359,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "bytes", @@ -2372,7 +2372,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-primitives", "derive_more", @@ -2383,7 +2383,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "auto_impl", "reth-chainspec", @@ -2400,7 +2400,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "reth-fs-util", "reth-primitives", @@ -2410,7 +2410,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "clap", "eyre", @@ -2425,7 +2425,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-rlp", "auto_impl", @@ -2444,7 +2444,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.0.0-rc.2" -source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#8f96ef57b62ffebe166eb07a7548cf5419a21e43" +source = "git+https://github.com/taikoxyz/taiko-reth.git?branch=v1.0.0-rc.2-taiko#7d4b05e4b6e6d567d4a0c3a66f64465b7ff05976" dependencies = [ "alloy-consensus 0.1.2", "alloy-genesis", @@ -2981,9 +2981,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ "strum_macros", ] @@ -3016,9 +3016,9 @@ dependencies = [ [[package]] name = "subtle" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn"