Skip to content

Commit

Permalink
pd: 👋 remove unused axum dependency
Browse files Browse the repository at this point in the history
we call into axum via axum-server for now, so we don't need this
dependency. (...yet)
  • Loading branch information
cratelyn authored and conorsch committed Jan 26, 2024
1 parent 3c320ac commit 6f5f434
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/bin/pd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 6f5f434

Please sign in to comment.