Skip to content

Commit bf409c2

Browse files
dependabot-preview[bot]zonyitoo
authored andcommitted
Bump spin from 0.8.0 to 0.9.0
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/mvdnes/spin-rs/releases) - [Changelog](https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdnes/spin-rs/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d8e9d15 commit bf409c2

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Cargo.lock

+7-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pin-project = "1.0"
7272
lazy_static = "1"
7373
thiserror = "1.0"
7474

75-
spin = { version = "0.8", features = ["std"] }
75+
spin = { version = "0.9", features = ["std"] }
7676
lru_time_cache = "0.11"
7777
bytes = "1.0"
7878
byte_string = "1.0"

crates/shadowsocks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ byte_string = "1.0"
3737
base64 = "0.13"
3838
url = "2.2"
3939
lazy_static = "1.4"
40-
spin = { version = "0.8", features = ["std"] }
40+
spin = { version = "0.9", features = ["std"] }
4141
pin-project = "1.0"
4242
bloomfilter = "1.0.2"
4343
thiserror = "1.0"

0 commit comments

Comments
 (0)