From e6f294751171fe7e336b3635bd7023a10b109433 Mon Sep 17 00:00:00 2001 From: Justin Kilpatrick Date: Sun, 21 Apr 2024 14:48:01 -0400 Subject: [PATCH] Bump Althea Proto --- Cargo.lock | 18 +++--------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c76fd157..b457a3e95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -319,18 +319,6 @@ dependencies = [ "serde_derive", ] -[[package]] -name = "althea_proto" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "902520f3ab6214dcb60619d2648b5cbbd154074b2346c62e6892ffe19138056d" -dependencies = [ - "cosmos-sdk-proto-althea", - "prost", - "prost-types", - "tonic", -] - [[package]] name = "althea_proto" version = "0.7.0" @@ -1042,7 +1030,7 @@ version = "2.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96c702be76d65f74ea018a5fba52d78712e7fec9e2a5915261452bab5c097c00" dependencies = [ - "althea_proto 0.7.0", + "althea_proto", "base64 0.21.7", "bech32", "bytes", @@ -1700,7 +1688,7 @@ dependencies = [ "actix-rt", "actix-web", "althea_kernel_interface", - "althea_proto 0.6.1", + "althea_proto", "althea_types", "awc", "babel_monitor", @@ -2859,7 +2847,7 @@ dependencies = [ "actix-web", "actix-web-httpauth", "althea_kernel_interface", - "althea_proto 0.6.1", + "althea_proto", "althea_types", "arrayvec", "auto-bridge", diff --git a/Cargo.toml b/Cargo.toml index f7dc3fbc4..56b81e1b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,4 @@ deep_space = {version = "2.24", features = ["althea"], default-features=false} web30 = "1.2" clarity = "1.3" awc = {version = "3.2", default-features = false, features=["openssl", "compress-gzip", "compress-zstd"]} -althea_proto = "0.6" \ No newline at end of file +althea_proto = "0.7" \ No newline at end of file