diff --git a/Cargo.lock b/Cargo.lock index 04631aaff0..e06f30b73e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4737,7 +4737,6 @@ dependencies = [ "async-stream 0.2.1", "async-trait", "atty", - "axum 0.6.20", "axum-server", "base64 0.20.0", "bincode", diff --git a/crates/bin/pd/Cargo.toml b/crates/bin/pd/Cargo.toml index 382c4b9bdc..091da7a5c6 100644 --- a/crates/bin/pd/Cargo.toml +++ b/crates/bin/pd/Cargo.toml @@ -125,7 +125,6 @@ clap = { version = "3", features = ["derive", "env"] } atty = "0.2" fs_extra = "1.3.0" -axum = { version = "0.6.20", features = ["tokio", "http2"] } axum-server = { version = "0.4.7", features = ["tls-rustls"] } rustls = "0.20.9" rustls-acme = { version = "0.6.0", features = ["axum"] }