diff options
Diffstat (limited to 'src/api/k2v/Cargo.toml')
-rw-r--r-- | src/api/k2v/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/k2v/Cargo.toml b/src/api/k2v/Cargo.toml index d4e26efa..e3ebedca 100644 --- a/src/api/k2v/Cargo.toml +++ b/src/api/k2v/Cargo.toml @@ -19,7 +19,6 @@ garage_table.workspace = true garage_util = { workspace = true, features = [ "k2v" ] } garage_api_common.workspace = true -async-trait.workspace = true base64.workspace = true err-derive.workspace = true tracing.workspace = true |