Skip to content

Commit ef85689

Browse files
dependabot[bot]Virv12
authored andcommitted
Bump blake3 from 1.5.5 to 1.8.2 in /pixie-uefi
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.5.5 to 1.8.2. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.5.5...1.8.2) --- updated-dependencies: - dependency-name: blake3 dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c1534e commit ef85689

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pixie-uefi/Cargo.lock

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

pixie-uefi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bench = false
1111

1212
[dependencies]
1313
anstyle = { version = "1.0.10", default-features = false }
14-
blake3 = { version = "1.5.0", default-features = false, features = ["prefer_intrinsics", "no_avx512", "pure"] }
14+
blake3 = { version = "1.8.2", default-features = false, features = ["prefer_intrinsics", "no_avx512", "pure"] }
1515
core_detect = "1.0.0"
1616
futures = { version = "0.3.29", default-features = false, features = ["alloc", "async-await"] }
1717
gpt_disk_io = "0.16.2"

0 commit comments

Comments
 (0)