aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-12-14 11:36:39 +0100
committerAlex Auvolat <alex@adnab.me>2020-12-14 11:36:39 +0100
commit6fc20657d8cbb9c4da905a68a33be18ab3c56e5b (patch)
tree140d60e6d2c2f49f9ace2834a182f546411e1295
parentc81fd742c4dc1b6b924125fac6f270e2a2596310 (diff)
downloadnetapp-6fc20657d8cbb9c4da905a68a33be18ab3c56e5b.tar.gz
netapp-6fc20657d8cbb9c4da905a68a33be18ab3c56e5b.zip
update arc-swap
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ec7a5f0..22e9650 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -17,9 +17,9 @@ dependencies = [
[[package]]
name = "arc-swap"
-version = "1.0.0"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0688b520bcc7498f6ca8fa006e8031d353e3fd4f51bd4a50fb03cc4230b28bd2"
+checksum = "ec5a4539a733493f412c4d0bb962748ea1f90f3dfdba9ff3ee18acbefc3b33f0"
[[package]]
name = "async-attributes"
diff --git a/Cargo.toml b/Cargo.toml
index 96539b3..20a0370 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ chrono = "0.4"
log = "0.4.8"
env_logger = "0.8"
-arc-swap = "1.0"
+arc-swap = "1.1"
async-trait = "0.1.7"
err-derive = "0.2.3"
bytes = "0.6.0"