aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-09-11 18:03:20 +0200
committerAlex Auvolat <alex@adnab.me>2023-09-11 18:03:44 +0200
commit51b9731a086b4e158cbfa2127bcbfd6cb6274578 (patch)
treece5bac4a3fa0ef4a7546c91ad87a5161c3367a35 /Cargo.lock
parent5f86b48f9766019c6c74d14c2fba8c1176423cfb (diff)
downloadgarage-51b9731a086b4e158cbfa2127bcbfd6cb6274578.tar.gz
garage-51b9731a086b4e158cbfa2127bcbfd6cb6274578.zip
make lmdb's map_size configurable (fix #628)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d14701cf..eab8e853 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1340,6 +1340,7 @@ dependencies = [
"async-trait",
"base64 0.21.3",
"blake2",
+ "bytesize",
"err-derive",
"futures",
"futures-util",