aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index eaa8f1b8..48a96462 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1099,9 +1099,7 @@ dependencies = [
"garage_rpc",
"garage_table",
"garage_util",
- "git-version",
"hex",
- "lazy_static",
"netapp",
"opentelemetry",
"rand 0.8.5",
@@ -1169,15 +1167,18 @@ dependencies = [
name = "garage_util"
version = "0.8.0"
dependencies = [
+ "arc-swap",
"async-trait",
"blake2",
"chrono",
"err-derive 0.3.1",
"futures",
"garage_db",
+ "git-version",
"hex",
"http",
"hyper",
+ "lazy_static",
"netapp",
"opentelemetry",
"rand 0.8.5",