diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-31 18:47:30 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-31 18:47:30 +0100 |
commit | 4563313f87af4b7be26152164a5ce09a451da0d9 (patch) | |
tree | 1203788ebe76e71678691f9ff04029bd287d2488 /src/web/Cargo.toml | |
parent | afa28706e5566737376f8448bcc548f780f0f57f (diff) | |
download | garage-4563313f87af4b7be26152164a5ce09a451da0d9.tar.gz garage-4563313f87af4b7be26152164a5ce09a451da0d9.zip |
use cargo-shear to remove many unused dependencies between crates
Diffstat (limited to 'src/web/Cargo.toml')
-rw-r--r-- | src/web/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml index 3f1c2470..a0a3e566 100644 --- a/src/web/Cargo.toml +++ b/src/web/Cargo.toml @@ -24,12 +24,9 @@ err-derive.workspace = true tracing.workspace = true percent-encoding.workspace = true -futures.workspace = true - http.workspace = true http-body-util.workspace = true hyper.workspace = true -hyper-util.workspace = true tokio.workspace = true |