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/block/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/block/Cargo.toml')
-rw-r--r-- | src/block/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/block/Cargo.toml b/src/block/Cargo.toml index 1af4d7f5..3358a3e7 100644 --- a/src/block/Cargo.toml +++ b/src/block/Cargo.toml @@ -34,10 +34,8 @@ async-compression.workspace = true zstd.workspace = true serde.workspace = true -serde_bytes.workspace = true futures.workspace = true -futures-util.workspace = true tokio.workspace = true tokio-util.workspace = true |