diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-05 20:31:34 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-05 20:31:34 +0100 |
commit | 5475da8ea8184f60b0c54586668f204fe68d1113 (patch) | |
tree | 8f3de5232a818175d080baef05a149a73b1d0bf5 /src/net/Cargo.toml | |
parent | 620dc58560c7e1509ee9e56ce03d15ec502c34c8 (diff) | |
download | garage-5475da8ea8184f60b0c54586668f204fe68d1113.tar.gz garage-5475da8ea8184f60b0c54586668f204fe68d1113.zip |
remove async_trait used in generic_server.rs
Diffstat (limited to 'src/net/Cargo.toml')
-rw-r--r-- | src/net/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/Cargo.toml b/src/net/Cargo.toml index c2a869bb..c0b47a6e 100644 --- a/src/net/Cargo.toml +++ b/src/net/Cargo.toml @@ -22,7 +22,6 @@ tokio.workspace = true tokio-util.workspace = true tokio-stream.workspace = true -async-trait.workspace = true serde.workspace = true rmp-serde.workspace = true hex.workspace = true |