We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf68f91 commit 6ddd582Copy full SHA for 6ddd582
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-hyper = { version = "0.14.28", features = ["full"] }
+hyper = { version = "1.3.1", features = ["full"] }
10
tokio = { version = "1.36.0", features = ["full"] }
11
tonic = "0.11.0"
12
tonic-reflection = "0.11.0"
0 commit comments