Skip to content

Commit 059dca6

Browse files
dependabot[bot]zonyitoo
authored andcommitted
Bump arc-swap from 1.5.0 to 1.5.1
Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/vorner/arc-swap/releases) - [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md) - [Commits](vorner/arc-swap@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: arc-swap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b1e792 commit 059dca6

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
@@ -90,7 +90,7 @@ cfg-if = "1"
9090
pin-project = "1.0"
9191
once_cell = "1.13"
9292
thiserror = "1.0"
93-
arc-swap = "1.3"
93+
arc-swap = "1.5"
9494

9595
spin = { version = "0.9" }
9696
lru_time_cache = "0.11"

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tokio = { version = "1.9.0", features = ["io-util", "macros", "net", "parking_lo
7676
tokio-tfo = "0.2.0"
7777

7878
trust-dns-resolver = { version = "0.21", optional = true }
79-
arc-swap = { version = "1.3", optional = true }
79+
arc-swap = { version = "1.5", optional = true }
8080
notify = { version = "5.0.0-pre.15", optional = true }
8181

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

0 commit comments

Comments
 (0)