Skip to content

Commit

Permalink
chore: Remove redundant version config
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jun 20, 2024
1 parent 0f77749 commit 84ba93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async-trait = {version = "0.1.13", optional = true}
async-stream = {version = "0.3", optional = true}
h2 = {version = "0.4", optional = true}
hyper = {version = "1", features = ["http1", "http2"], optional = true}
hyper-util = { version = ">=0.1.4, <0.2", features = ["tokio"], optional = true }
hyper-util = { version = "0.1.4", features = ["tokio"], optional = true }
socket2 = { version = "0.5", optional = true, features = ["all"] }
tokio = {version = "1", default-features = false, optional = true}
tokio-stream = { version = "0.1", features = ["net"] }
Expand Down

0 comments on commit 84ba93b

Please sign in to comment.