diff options
author | Alex Auvolat <alex@adnab.me> | 2022-06-02 18:11:32 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-06-02 18:11:32 +0200 |
commit | f29b91232fbacc0c552fbbec52f5b2cf20cdcf8d (patch) | |
tree | d022409e23a6eaefb1960396d1b5bd231fc6c0a7 /Cargo.lock | |
parent | fbd5b64ff3c0da95a2ae96b1f830d2ed7dc4c5a8 (diff) | |
download | garage-f29b91232fbacc0c552fbbec52f5b2cf20cdcf8d.tar.gz garage-f29b91232fbacc0c552fbbec52f5b2cf20cdcf8d.zip |
Use Cell instead of ArcSwap
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -991,7 +991,6 @@ dependencies = [ name = "garage_db" version = "0.8.0" dependencies = [ - "arc-swap", "err-derive 0.3.1", "mktemp", "sled", |