aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-09-11 16:48:14 +0000
committerAlex <alex@adnab.me>2023-09-11 16:48:14 +0000
commitfc635f7072e1def6e45123cd3abc4d267b555fc3 (patch)
tree8e4fa625c3c9ecdc93575ce0bb45ec301ed81227 /Cargo.lock
parent5f86b48f9766019c6c74d14c2fba8c1176423cfb (diff)
parentf8b3883611578713ecb8bcacaf24ca8029e7b739 (diff)
downloadgarage-fc635f7072e1def6e45123cd3abc4d267b555fc3.tar.gz
garage-fc635f7072e1def6e45123cd3abc4d267b555fc3.zip
Merge pull request 'make lmdb's map_size configurable (fix #628)' (#630) from configurable-map-size into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/630
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..837ce67d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1421,6 +1421,7 @@ dependencies = [
"async-trait",
"blake2",
"bytes",
+ "bytesize",
"chrono",
"digest",
"err-derive",