diff --git a/Cargo.lock b/Cargo.lock index 2e4f2e7523..56ead09a24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1549,9 +1549,9 @@ dependencies = [ [[package]] name = "ibc-proto" -version = "0.47.0" +version = "0.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1678333cf68c9094ca66aaf9a271269f1f6bf5c26881161def8bd88cee831a23" +checksum = "c852d22b782d2d793f4a646f968de419be635e02bc8798d5d74a6e44eef27733" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ef8483f32a..5fdebcb3fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ hex = "0.4.3" http = "1.0.0" humantime = "2.1.0" humantime-serde = "1.1.1" -ibc-proto = "0.47.0" +ibc-proto = "0.47.1" ics23 = "0.12.0" itertools = "0.13.0" moka = "0.12.8"