aboutsummaryrefslogtreecommitdiff
path: root/src/api/common/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-02-05 20:31:34 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-02-05 20:31:34 +0100
commit5475da8ea8184f60b0c54586668f204fe68d1113 (patch)
tree8f3de5232a818175d080baef05a149a73b1d0bf5 /src/api/common/Cargo.toml
parent620dc58560c7e1509ee9e56ce03d15ec502c34c8 (diff)
downloadgarage-5475da8ea8184f60b0c54586668f204fe68d1113.tar.gz
garage-5475da8ea8184f60b0c54586668f204fe68d1113.zip
remove async_trait used in generic_server.rs
Diffstat (limited to 'src/api/common/Cargo.toml')
-rw-r--r--src/api/common/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/common/Cargo.toml b/src/api/common/Cargo.toml
index 842662c4..5b9cf479 100644
--- a/src/api/common/Cargo.toml
+++ b/src/api/common/Cargo.toml
@@ -18,7 +18,6 @@ garage_model.workspace = true
garage_table.workspace = true
garage_util.workspace = true
-async-trait.workspace = true
bytes.workspace = true
chrono.workspace = true
crypto-common.workspace = true