Skip to content

Commit 658071e

Browse files
deps(rust): Bump blake2b_simd from 0.5.11 to 1.0.3
Bumps [blake2b_simd](https://github.com/oconnor663/blake2_simd) from 0.5.11 to 1.0.3. - [Commits](oconnor663/blake2_simd@0.5.11...1.0.3) --- updated-dependencies: - dependency-name: blake2b_simd dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c1eb12 commit 658071e

4 files changed

Lines changed: 19 additions & 8 deletions

File tree

Cargo.lock

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

crates/ai_hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde_bytes = "0.11"
1717

1818
arbitrary = {version = "1.0", optional = true}
1919
base64 = {version = "0.21", optional = true}
20-
blake2b_simd = {version = "0.5.10", optional = true}
20+
blake2b_simd = {version = "1.0.3", optional = true}
2121
derive_more = { version = "0.99", optional = true }
2222
fixt = { version = "^0.0.1", path = "../fixt", optional = true }
2323
aingle_middleware_bytes = {version = "=0.0.3", optional = true }

crates/kitsune_p2p/proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("test_util
1717

1818
[dependencies]
1919
base64 = "0.21"
20-
blake2b_simd = "0.5.10"
20+
blake2b_simd = "1.0.3"
2121
derive_more = "0.99.7"
2222
futures = "0.3"
2323
kitsune_p2p_types = { version = "0.0.1", path = "../types" }

crates/kitsune_p2p/transport_quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2018"
1515
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("test_utils"))'] }
1616

1717
[dependencies]
18-
blake2b_simd = "0.5.10"
18+
blake2b_simd = "1.0.3"
1919
futures = "0.3"
2020
if-addrs = "0.6"
2121
kitsune_p2p_types = { version = "0.0.1", path = "../types" }

0 commit comments

Comments
 (0)