diff --git a/tests/root-crate-path/Cargo.toml b/tests/root-crate-path/Cargo.toml index 104a29a1a..e5c059b14 100644 --- a/tests/root-crate-path/Cargo.toml +++ b/tests/root-crate-path/Cargo.toml @@ -10,5 +10,5 @@ version = "0.1.0" prost = "0.12" tonic = {path = "../../tonic"} -[build_dependencies] +[build-dependencies] tonic-build = {path = "../../tonic-build"} diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 956d335b4..4e159fd25 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -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 }