diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-05 13:43:38 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-06 16:35:28 +0200 |
commit | 6c420c0880de742b2b6416da1178df828fd977bf (patch) | |
tree | 8fb89048e9d81376dedb22a81d741ea014689bfa /Cargo.lock | |
parent | 71c0188055e25aa1c00d0226f0ca99ce323310a6 (diff) | |
download | garage-6c420c0880de742b2b6416da1178df828fd977bf.tar.gz garage-6c420c0880de742b2b6416da1178df828fd977bf.zip |
block manager: multi-directory layout computation
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1300,6 +1300,7 @@ dependencies = [ "async-compression", "async-trait", "bytes", + "bytesize", "futures", "futures-util", "garage_db", |