Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hello-grpc-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ log4rs = { version = "1.2.0", features = ["gzip"] }
# static https://crates.io/crates/once_cell
once_cell = "1.18.0"
# HTTP https://crates.io/crates/hyper
hyper = { version = "0.14.27", features = ["full"] }
hyper = { version = "1.7.0", features = ["full"] }

[build-dependencies]
# https://lib.rs/crates/tonic-build
Expand Down