Skip to content

Commit

Permalink
chore(deps): bump arc-swap from 1.6.0 to 1.7.0 (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent bb1c89f commit 08715e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 08715e1

Please sign in to comment.