Bump arc-swap from 1.5.1 to 1.6.0 (#1074)

This commit is contained in:
dependabot[bot]
2023-01-02 14:04:06 +00:00
committed by GitHub
parent 5545f4d7ab
commit 7faea232f8
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -78,9 +78,9 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "arc-swap"
version = "1.5.1"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
[[package]]
name = "arrayref"

View File

@@ -83,7 +83,7 @@ cfg-if = "1"
pin-project = "1.0"
once_cell = "1.17"
thiserror = "1.0"
arc-swap = "1.5"
arc-swap = "1.6"
spin = { version = "0.9" }
lru_time_cache = "0.11"

View File

@@ -69,7 +69,7 @@ tokio = { version = "1.9.0", features = ["io-util", "macros", "net", "parking_lo
tokio-tfo = "0.2.0"
trust-dns-resolver = { version = "0.22", optional = true }
arc-swap = { version = "1.5", optional = true }
arc-swap = { version = "1.6", optional = true }
notify = { version = "5.0.0-pre.15", optional = true }
aes = { version = "0.8", optional = true }