From cf3212cf5000e2f668c32f89d603f73e643ab558 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Thu, 9 Jan 2025 10:36:23 -0800 Subject: [PATCH] update rev --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95c33511ed..a130c9cd4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4995,7 +4995,7 @@ dependencies = [ [[package]] name = "tendermint" version = "0.34.1" -source = "git+https://github.com/astriaorg/tendermint-rs.git?branch=joroshiba/patch-serde#769c6a683d00813a4815e3a02da0cec197414f9a" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "bytes", "digest 0.10.7", @@ -5025,7 +5025,7 @@ dependencies = [ [[package]] name = "tendermint-config" version = "0.34.1" -source = "git+https://github.com/astriaorg/tendermint-rs.git?branch=joroshiba/patch-serde#769c6a683d00813a4815e3a02da0cec197414f9a" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "flex-error", "serde", @@ -5038,7 +5038,7 @@ dependencies = [ [[package]] name = "tendermint-light-client" version = "0.34.1" -source = "git+https://github.com/astriaorg/tendermint-rs.git?branch=joroshiba/patch-serde#769c6a683d00813a4815e3a02da0cec197414f9a" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "contracts", "crossbeam-channel 0.4.4", @@ -5062,7 +5062,7 @@ dependencies = [ [[package]] name = "tendermint-light-client-detector" version = "0.34.1" -source = "git+https://github.com/astriaorg/tendermint-rs.git?branch=joroshiba/patch-serde#769c6a683d00813a4815e3a02da0cec197414f9a" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "crossbeam-channel 0.4.4", "derive_more", @@ -5084,7 +5084,7 @@ dependencies = [ [[package]] name = "tendermint-light-client-verifier" version = "0.34.1" -source = "git+https://github.com/astriaorg/tendermint-rs.git?branch=joroshiba/patch-serde#769c6a683d00813a4815e3a02da0cec197414f9a" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "derive_more", "flex-error", @@ -5096,7 +5096,7 @@ dependencies = [ [[package]] name = "tendermint-proto" version = "0.34.1" -source = "git+https://github.com/astriaorg/tendermint-rs.git?branch=joroshiba/patch-serde#769c6a683d00813a4815e3a02da0cec197414f9a" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "bytes", "flex-error", @@ -5113,7 +5113,7 @@ dependencies = [ [[package]] name = "tendermint-rpc" version = "0.34.1" -source = "git+https://github.com/astriaorg/tendermint-rs.git?branch=joroshiba/patch-serde#769c6a683d00813a4815e3a02da0cec197414f9a" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "async-trait", "async-tungstenite", @@ -5146,7 +5146,7 @@ dependencies = [ [[package]] name = "tendermint-testgen" version = "0.34.1" -source = "git+https://github.com/astriaorg/tendermint-rs.git?branch=joroshiba/patch-serde#769c6a683d00813a4815e3a02da0cec197414f9a" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "ed25519-consensus", "gumdrop", diff --git a/Cargo.toml b/Cargo.toml index 17c7cffa18..c4e123b178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ exclude = [ overflow-checks = true [patch.crates-io] -tendermint = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" } -tendermint-rpc = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" } -tendermint-proto = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" } -tendermint-light-client = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" } -tendermint-light-client-verifier = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" } -tendermint-light-client-detector = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" } -tendermint-testgen = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0e" } +tendermint = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-rpc = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-proto = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-light-client = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-light-client-verifier = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-light-client-detector = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-testgen = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" }