diff --git a/Cargo.lock b/Cargo.lock index d9130ae..46114ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6712,7 +6712,7 @@ dependencies = [ [[package]] name = "rsp-client-executor" version = "0.1.0" -source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1#545ae85f21ba274b97ee8cb68b86acc5c3dd6b4a" +source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1b#1ddb68b4bcf7060af7eb4930e79a17f927c99c93" dependencies = [ "alloy-consensus", "alloy-evm", @@ -6745,7 +6745,7 @@ dependencies = [ [[package]] name = "rsp-mpt" version = "0.1.0" -source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1#545ae85f21ba274b97ee8cb68b86acc5c3dd6b4a" +source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1b#1ddb68b4bcf7060af7eb4930e79a17f927c99c93" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6760,7 +6760,7 @@ dependencies = [ [[package]] name = "rsp-primitives" version = "0.1.0" -source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1#545ae85f21ba274b97ee8cb68b86acc5c3dd6b4a" +source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1b#1ddb68b4bcf7060af7eb4930e79a17f927c99c93" dependencies = [ "alloy-eips", "alloy-genesis", @@ -6779,7 +6779,7 @@ dependencies = [ [[package]] name = "rsp-rpc-db" version = "0.1.0" -source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1#545ae85f21ba274b97ee8cb68b86acc5c3dd6b4a" +source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1b#1ddb68b4bcf7060af7eb4930e79a17f927c99c93" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -6803,7 +6803,7 @@ dependencies = [ [[package]] name = "rsp-witness-db" version = "0.1.0" -source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1#545ae85f21ba274b97ee8cb68b86acc5c3dd6b4a" +source = "git+https://github.com/succinctlabs/rsp?tag=reth-1.9.1b#1ddb68b4bcf7060af7eb4930e79a17f927c99c93" dependencies = [ "alloy-primitives", "reth-storage-errors", diff --git a/Cargo.toml b/Cargo.toml index 330dd7b..49a977a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,11 +50,11 @@ sp1-zkvm = "5.2.1" sp1-build = "5.2.1" # rsp -rsp-rpc-db = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1" } -rsp-witness-db = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1" } -rsp-primitives = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1" } -rsp-client-executor = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1" } -rsp-mpt = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1" } +rsp-rpc-db = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1b" } +rsp-witness-db = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1b" } +rsp-primitives = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1b" } +rsp-client-executor = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1b" } +rsp-mpt = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1b" } # rsp-rpc-db = { path = "../rsp/crates/storage/rpc-db" } # rsp-witness-db = { path = "../rsp/crates/storage/witness-db" }