Skip to content

Commit

Permalink
chore: Update deprecated manifest style (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored May 21, 2024
1 parent f88eb79 commit 19a6c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/root-crate-path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ version = "0.1.0"
prost = "0.12"
tonic = {path = "../../tonic"}

[build_dependencies]
[build-dependencies]
tonic-build = {path = "../../tonic-build"}
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ hyper-timeout = {version = "0.4", optional = true}
tokio = {version = "1.0.1", optional = true}
tokio-stream = "0.1"
tower = {version = "0.4.7", default-features = false, features = ["balance", "buffer", "discover", "limit", "load", "make", "timeout", "util"], optional = true}
axum = {version = "0.6.9", default_features = false, optional = true}
axum = {version = "0.6.9", default-features = false, optional = true}

# rustls
async-stream = { version = "0.3", optional = true }
Expand Down

0 comments on commit 19a6c93

Please sign in to comment.