fix: update shadowsocks crate to 1.22.0 to avoid panic when parsing some QR codes

`aead-cipher` feature has become optional
and is disabled by default.
We enable it to avoid breaking compatibility.
This commit is contained in:
link2xt
2025-01-02 20:07:56 +00:00
committed by l
parent 62e22286bb
commit 8ec098210e
4 changed files with 101 additions and 43 deletions

View File

@@ -51,6 +51,8 @@ skip = [
{ name = "regex-syntax", version = "0.6.29" },
{ name = "sync_wrapper", version = "0.1.2" },
{ name = "syn", version = "1.0.109" },
{ name = "thiserror-impl", version = "1.0.69" },
{ name = "thiserror", version = "1.0.69" },
{ name = "time", version = "<0.3" },
{ name = "wasi", version = "<0.11" },
{ name = "windows_aarch64_gnullvm", version = "<0.52" },