diff --git a/crates/shadowsocks/Cargo.toml b/crates/shadowsocks/Cargo.toml index b8d64a279fbb..90468566cc92 100644 --- a/crates/shadowsocks/Cargo.toml +++ b/crates/shadowsocks/Cargo.toml @@ -90,10 +90,10 @@ aes = { version = "0.8", optional = true } blake3 = "1.4" [target.'cfg(any(target_arch = "x86_64", target_arch = "aarch64"))'.dependencies] -shadowsocks-crypto = { version = "0.5.2", features = ["ring"] } +shadowsocks-crypto = { version = "0.5.4", features = ["ring"] } [target.'cfg(not(any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies] -shadowsocks-crypto = { version = "0.5.1", features = [] } +shadowsocks-crypto = { version = "0.5.4", features = [] } [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.52", features = [