mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
chore(deps): bump arc-swap from 1.6.0 to 1.7.0 (#1449)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user