From fc54c857ae0dcd947bc51bb5c996f7f93379bbea Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Thu, 26 Nov 2020 12:40:38 +0100 Subject: [PATCH] Update arc-swap to v1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d3e68a..43545d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] slog = "2.4" lazy_static = "1.2" -arc-swap = "0.4" +arc-swap = "1.1" [dev-dependencies] slog-term = "2"