chore(deps): bump arc-swap from 1.6.0 to 1.7.0 (#1449)

This commit is contained in:
dependabot[bot]
2024-03-07 04:15:42 +00:00
committed by GitHub
parent bb1c89f2ee
commit 08715e11ef
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -147,9 +147,9 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]]
name = "arc-swap"
version = "1.6.0"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
checksum = "7b3d0060af21e8d11a926981cc00c6c1541aa91dd64b9f881985c3da1094425f"
[[package]]
name = "arrayref"

View File

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

View File

@@ -84,7 +84,7 @@ tokio = { version = "1.9.0", features = [
tokio-tfo = "0.2.0"
hickory-resolver = { version = "0.24", optional = true }
arc-swap = { version = "1.6", optional = true }
arc-swap = { version = "1.7", optional = true }
notify = { version = "6.0", optional = true }
aes = { version = "0.8", optional = true }