Skip to content

Commit

Permalink
Bump spin from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and zonyitoo committed Mar 19, 2021
1 parent d8e9d15 commit bf409c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 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 @@ -72,7 +72,7 @@ pin-project = "1.0"
lazy_static = "1"
thiserror = "1.0"

spin = { version = "0.8", features = ["std"] }
spin = { version = "0.9", features = ["std"] }
lru_time_cache = "0.11"
bytes = "1.0"
byte_string = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ byte_string = "1.0"
base64 = "0.13"
url = "2.2"
lazy_static = "1.4"
spin = { version = "0.8", features = ["std"] }
spin = { version = "0.9", features = ["std"] }
pin-project = "1.0"
bloomfilter = "1.0.2"
thiserror = "1.0"
Expand Down

0 comments on commit bf409c2

Please sign in to comment.