Skip to content

Commit

Permalink
Last Version of Hyper and Tonic
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Jul 9, 2024
1 parent 7c9204c commit 59f5b98
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion external-dependencies/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion my-grpc-client-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions my-grpc-extensions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 = "*"
Expand Down
2 changes: 1 addition & 1 deletion my-grpc-server-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 59f5b98

Please sign in to comment.