From 1d980a05cf548852033edb6111aa98047669e174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:32:03 +0000 Subject: [PATCH] chore(deps): bump blake3 from 1.5.0 to 1.5.1 Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.5.0...1.5.1) --- updated-dependencies: - dependency-name: blake3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/shadowsocks/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }