Skip to content

Commit e5257f7

Browse files
fix(deps): update rust crate spin to 0.12 (#2136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26619f0 commit e5257f7

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 13 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
@@ -128,7 +128,7 @@ pin-project = "1.1"
128128
thiserror = "2.0"
129129
arc-swap = "1.7"
130130

131-
spin = { version = "0.10" }
131+
spin = { version = "0.12" }
132132
lru_time_cache = "0.11"
133133
bytes = "1.7"
134134
byte_string = "1.0"

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cfg-if = "1"
6363
byte_string = "1.0"
6464
base64 = "0.22"
6565
url = "2.5"
66-
spin = { version = "0.10", features = ["std"] }
66+
spin = { version = "0.12", features = ["std"] }
6767
pin-project = "1.1"
6868
bloomfilter = { version = "3.0.0", optional = true }
6969
thiserror = "2.0"

0 commit comments

Comments
 (0)