Skip to content

Commit b0508e6

Browse files
Merge pull request #6827 from chatmail/dependabot/cargo/shadowsocks-1.23.1
2 parents 3abf2b5 + ab3cd6a commit b0508e6

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

Cargo.lock

Lines changed: 20 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ serde_urlencoded = "0.7.1"
9191
serde = { workspace = true, features = ["derive"] }
9292
sha-1 = "0.10"
9393
sha2 = "0.10"
94-
shadowsocks = { version = "1.22.0", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] }
94+
shadowsocks = { version = "1.23.1", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] }
9595
smallvec = "1.15.0"
9696
strum = "0.27"
9797
strum_macros = "0.27"

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ skip = [
3838
{ name = "regex-automata", version = "0.1.10" },
3939
{ name = "regex-syntax", version = "0.6.29" },
4040
{ name = "rustix", version = "0.38.44" },
41+
{ name = "spin", version = "0.9.8" },
4142
{ name = "strum_macros", version = "0.26.2" },
4243
{ name = "strum", version = "0.26.2" },
4344
{ name = "syn", version = "1.0.109" },

0 commit comments

Comments
 (0)