From 46f6967934c5947755d48538b379e8aa1e417cf8 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Wed, 29 Oct 2025 00:28:20 +0100 Subject: [PATCH] chore: update arc-swap to v1.1 as 1.0 is yanked --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6f5315d..8c680f4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ garage_web = { version = "2.2.0", path = "src/web" } k2v-client = { version = "0.0.4", path = "src/k2v-client" } # External crates from crates.io -arc-swap = "1.0" +arc-swap = "1.1" argon2 = "0.5" async-trait = "0.1.7" backtrace = "0.3"