diff --git a/Cargo.lock b/Cargo.lock index 771fd9004a..1318a2d619 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -409,7 +409,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "astria-core" version = "0.1.0" -source = "git+https://github.com/astriaorg/astria?branch=joroshiba/proto-v1-upgrade#6497e040da48ba519c699d834c2927b462bf8e7e" +source = "git+https://github.com/astriaorg/astria?rev=812960f713d07d7aeed479c5e805d6238fe20312#812960f713d07d7aeed479c5e805d6238fe20312" dependencies = [ "astria-merkle", "base64 0.21.7", @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "astria-eyre" version = "0.1.0" -source = "git+https://github.com/astriaorg/astria?branch=joroshiba/proto-v1-upgrade#6497e040da48ba519c699d834c2927b462bf8e7e" +source = "git+https://github.com/astriaorg/astria?rev=812960f713d07d7aeed479c5e805d6238fe20312#812960f713d07d7aeed479c5e805d6238fe20312" dependencies = [ "eyre", "itoa", @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "astria-merkle" version = "0.1.0" -source = "git+https://github.com/astriaorg/astria?branch=joroshiba/proto-v1-upgrade#6497e040da48ba519c699d834c2927b462bf8e7e" +source = "git+https://github.com/astriaorg/astria?rev=812960f713d07d7aeed479c5e805d6238fe20312#812960f713d07d7aeed479c5e805d6238fe20312" dependencies = [ "sha2 0.10.8", ] @@ -453,7 +453,7 @@ dependencies = [ [[package]] name = "astria-sequencer-client" version = "0.1.0" -source = "git+https://github.com/astriaorg/astria?branch=joroshiba/proto-v1-upgrade#6497e040da48ba519c699d834c2927b462bf8e7e" +source = "git+https://github.com/astriaorg/astria?rev=812960f713d07d7aeed479c5e805d6238fe20312#812960f713d07d7aeed479c5e805d6238fe20312" dependencies = [ "astria-core", "astria-eyre", diff --git a/crates/relayer/Cargo.toml b/crates/relayer/Cargo.toml index 104f5d99c3..fee06a9953 100644 --- a/crates/relayer/Cargo.toml +++ b/crates/relayer/Cargo.toml @@ -24,8 +24,8 @@ ibc-proto = { version = "0.41.0", features = ["serde"] } ibc-telemetry = { version = "0.26.4", path = "../telemetry", optional = true } ibc-relayer-types = { version = "0.26.4", path = "../relayer-types", features = ["mocks"] } -astria-core = { git = "https://github.com/astriaorg/astria", branch = "joroshiba/proto-v1-upgrade" } -astria-sequencer-client = { git = "https://github.com/astriaorg/astria", branch = "joroshiba/proto-v1-upgrade", features = [ "http" ] } +astria-core = { git = "https://github.com/astriaorg/astria", rev = "812960f713d07d7aeed479c5e805d6238fe20312" } +astria-sequencer-client = { git = "https://github.com/astriaorg/astria", rev = "812960f713d07d7aeed479c5e805d6238fe20312", features = [ "http" ] } ed25519-consensus = "2.1.0" ibc-types = "0.12.0" jmt = "0.6"