diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-01 19:07:17 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-01 19:07:17 +0100 |
commit | fe937c290195e5451f9e533e02664548817e6e13 (patch) | |
tree | 318ba12ff76dc3e435a01a246188c6a964e572f2 /src/model | |
parent | 3192088aac0e1795401304a8dec715cd343538cf (diff) | |
parent | d601f311865b8159a7bf1801dd8f43021d0b443b (diff) | |
download | garage-fe937c290195e5451f9e533e02664548817e6e13.tar.gz garage-fe937c290195e5451f9e533e02664548817e6e13.zip |
Merge branch 'main' into next-v2
Diffstat (limited to 'src/model')
-rw-r--r-- | src/model/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml index 12931a4c..b58ad43b 100644 --- a/src/model/Cargo.toml +++ b/src/model/Cargo.toml @@ -22,7 +22,6 @@ garage_util.workspace = true garage_net.workspace = true async-trait.workspace = true -arc-swap.workspace = true blake2.workspace = true chrono.workspace = true err-derive.workspace = true @@ -38,9 +37,7 @@ serde.workspace = true serde_bytes.workspace = true futures.workspace = true -futures-util.workspace = true tokio.workspace = true -opentelemetry.workspace = true [features] default = [ "lmdb", "sqlite" ] |