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/util/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/util/Cargo.toml')
-rw-r--r-- | src/util/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index da3e39b8..fec5b1ed 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -20,9 +20,7 @@ garage_net.workspace = true arc-swap.workspace = true async-trait.workspace = true blake2.workspace = true -bytes.workspace = true bytesize.workspace = true -digest.workspace = true err-derive.workspace = true hexdump.workspace = true xxhash-rust.workspace = true |