Skip to content

Commit 6ddd582

Browse files
fix(deps): update rust crate hyper to v1
1 parent bf68f91 commit 6ddd582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
hyper = { version = "0.14.28", features = ["full"] }
9+
hyper = { version = "1.3.1", features = ["full"] }
1010
tokio = { version = "1.36.0", features = ["full"] }
1111
tonic = "0.11.0"
1212
tonic-reflection = "0.11.0"

0 commit comments

Comments
 (0)