aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-05-16 18:34:46 +0200
committerAlex Auvolat <alex@adnab.me>2023-05-16 19:46:56 +0200
commite4f955d672af99d1bf25e6a0bb038d116f8bca0c (patch)
tree162fe0927e1edbd168d5f06e4c2396dbcd0be6f1 /Cargo.lock
parentea9b15f669703eb74e340599dd1fbc216bb38df8 (diff)
downloadgarage-e4f955d672af99d1bf25e6a0bb038d116f8bca0c.tar.gz
garage-e4f955d672af99d1bf25e6a0bb038d116f8bca0c.zip
fix base64 uses
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 affa74f4..9cfd7f5f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1890,6 +1890,7 @@ version = "0.1.1"
dependencies = [
"base64 0.21.0",
"clap 4.2.7",
+ "garage_db",
"garage_util",
"http",
"hyper-rustls 0.23.2",