From 1f2dceaf329d5f8c8b8cf1dbf6381403c34fdedc Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Mon, 22 Apr 2024 18:31:42 +0200 Subject: [PATCH] Update to ibc-proto-rs v0.43.0 --- Cargo.lock | 19 ++++++++++--------- Cargo.toml | 5 ++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a543fd8c2..e1bbe360bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1409,10 +1409,11 @@ dependencies = [ [[package]] name = "ibc-proto" -version = "0.42.2" -source = "git+https://github.com/cosmos/ibc-proto-rs?branch=main#32fd1ba0dba84a4f982342e961f08d0f6cd0219f" +version = "0.43.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af781637b107aa33042426c9d17b181ced05ae97b1d88dba50f40f19ad44e36f" dependencies = [ - "base64 0.21.7", + "base64 0.22.0", "bytes", "flex-error", "ics23", @@ -3624,9 +3625,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e" +checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" dependencies = [ "async-stream", "async-trait", @@ -3641,11 +3642,11 @@ dependencies = [ "percent-encoding", "pin-project", "prost", - "rustls 0.21.11", - "rustls-native-certs 0.6.3", - "rustls-pemfile 1.0.4", + "rustls-native-certs 0.7.0", + "rustls-pemfile 2.1.2", + "rustls-pki-types", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls 0.25.0", "tokio-stream", "tower", "tower-layer", diff --git a/Cargo.toml b/Cargo.toml index da7da160a7..dacc639287 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ hex = "0.4.3" http = "0.2.9" humantime = "2.1.0" humantime-serde = "1.1.1" -ibc-proto = "0.42.0" +ibc-proto = "0.43.0" ics23 = "0.11.1" itertools = "0.10.5" moka = "0.12.5" @@ -111,7 +111,7 @@ tiny-keccak = { version = "2.0.2", default-features = false } tokio = "1.26.0" tokio-stream = "0.1.14" toml = "0.8.8" -tonic = "0.10" +tonic = "0.11" tracing = { version = "0.1.36", default-features = false } tracing-subscriber = "0.3.14" uint = "0.9" @@ -121,7 +121,6 @@ uuid = "1.8.0" overflow-checks = true [patch.crates-io] -ibc-proto = { git = "https://github.com/cosmos/ibc-proto-rs", branch = "main" } # tendermint = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" } # tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" } # tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }