Skip to content

Commit 08715e1

Browse files
chore(deps): bump arc-swap from 1.6.0 to 1.7.0 (#1449)
1 parent bb1c89f commit 08715e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ cfg-if = "1"
120120
pin-project = "1.1"
121121
once_cell = "1.17"
122122
thiserror = "1.0"
123-
arc-swap = "1.6"
123+
arc-swap = "1.7"
124124

125125
spin = { version = "0.9" }
126126
lru_time_cache = "0.11"

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tokio = { version = "1.9.0", features = [
8484
tokio-tfo = "0.2.0"
8585

8686
hickory-resolver = { version = "0.24", optional = true }
87-
arc-swap = { version = "1.6", optional = true }
87+
arc-swap = { version = "1.7", optional = true }
8888
notify = { version = "6.0", optional = true }
8989

9090
aes = { version = "0.8", optional = true }

0 commit comments

Comments
 (0)