From 59f5b98c946c99bbbd8f8c3c2e04babf2b7de085 Mon Sep 17 00:00:00 2001 From: amigin Date: Tue, 9 Jul 2024 12:36:44 +0300 Subject: [PATCH] Last Version of Hyper and Tonic --- external-dependencies/Cargo.toml | 2 +- my-grpc-client-macros/Cargo.toml | 2 +- my-grpc-extensions/Cargo.toml | 6 +++--- my-grpc-server-macros/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/external-dependencies/Cargo.toml b/external-dependencies/Cargo.toml index 6904e96..056971e 100644 --- a/external-dependencies/Cargo.toml +++ b/external-dependencies/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "external-dependencies" -version = "0.6.0" +version = "0.6.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/my-grpc-client-macros/Cargo.toml b/my-grpc-client-macros/Cargo.toml index 18bc7b1..b88083e 100644 --- a/my-grpc-client-macros/Cargo.toml +++ b/my-grpc-client-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "my-grpc-client-macros" -version = "0.6.0" +version = "0.6.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/my-grpc-extensions/Cargo.toml b/my-grpc-extensions/Cargo.toml index 5c2ce40..2778d48 100644 --- a/my-grpc-extensions/Cargo.toml +++ b/my-grpc-extensions/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "my-grpc-extensions" -version = "0.6.0" +version = "0.6.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -27,8 +27,8 @@ rust-extensions = { tag = "0.1.4", git = "https://github.com/MyJetTools/rust-ext my-tls = { tag = "0.1.1", git = "https://github.com/MyJetTools/my-tls.git", optional = true } tokio = { version = "*", features = ["full"] } -tonic = { version = "0.11", features = ["tls", "tls-roots", "prost"] } -hyper = { version = "0" } +tonic = { version = "*", features = ["tls", "tls-roots", "prost"] } +hyper = { version = "*" } futures-util = "*" tokio-stream = "*" futures = "*" diff --git a/my-grpc-server-macros/Cargo.toml b/my-grpc-server-macros/Cargo.toml index 6d89615..c93cc70 100644 --- a/my-grpc-server-macros/Cargo.toml +++ b/my-grpc-server-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "my-grpc-server-macros" -version = "0.6.0" +version = "0.6.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html