diff --git a/Cargo.lock b/Cargo.lock index 59f535b89f06..b2a4ff76b288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,9 +239,9 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "blake3" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87" +checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" dependencies = [ "arrayref", "arrayvec", diff --git a/crates/shadowsocks/Cargo.toml b/crates/shadowsocks/Cargo.toml index ee570bad7c49..51f282aa9727 100644 --- a/crates/shadowsocks/Cargo.toml +++ b/crates/shadowsocks/Cargo.toml @@ -88,7 +88,7 @@ arc-swap = { version = "1.7", optional = true } notify = { version = "6.0", optional = true } aes = { version = "0.8", optional = true } -blake3 = "1.4" +blake3 = "1.5" [target.'cfg(any(target_arch = "x86_64", target_arch = "aarch64"))'.dependencies] shadowsocks-crypto = { version = "0.5.4", features = ["ring"] }