Skip to content

Commit c829271

Browse files
Bump arc-swap from 1.5.1 to 1.6.0
Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.5.1 to 1.6.0. - [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.1...v1.6.0) --- updated-dependencies: - dependency-name: arc-swap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 594a263 commit c829271

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
@@ -83,7 +83,7 @@ cfg-if = "1"
8383
pin-project = "1.0"
8484
once_cell = "1.15"
8585
thiserror = "1.0"
86-
arc-swap = "1.5"
86+
arc-swap = "1.6"
8787

8888
spin = { version = "0.9" }
8989
lru_time_cache = "0.11"

crates/shadowsocks/Cargo.toml

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

7171
trust-dns-resolver = { version = "0.22", optional = true }
72-
arc-swap = { version = "1.5", optional = true }
72+
arc-swap = { version = "1.6", optional = true }
7373
notify = { version = "5.0.0-pre.15", optional = true }
7474

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

0 commit comments

Comments
 (0)