Skip to content

Commit e9d1220

Browse files
chore(deps): bump blake3 from 1.8.4 to 1.8.5 in /czech-file-knife (#92)
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.8.4 to 1.8.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/BLAKE3-team/BLAKE3/releases">blake3's releases</a>.</em></p> <blockquote> <h2>1.8.5</h2> <p>version 1.8.5</p> <p>Changes since 1.8.4:</p> <ul> <li>Forcibly disable LTO when compiling C intrinsics from the Rust build. This fixes a build break on Arch Linux ARM: <a href="https://redirect.github.com/BLAKE3-team/BLAKE3/issues/550">BLAKE3-team/BLAKE3#550</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/93a431c78a52d7ccf0f366f106467f5070e6075e"><code>93a431c</code></a> version 1.8.5</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/299b1e209ef80fd2261567635198331f683c4831"><code>299b1e2</code></a> fix LTO builds by disabling LTO</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/6a45feedc618e45d3e3fd8430887728352295b73"><code>6a45fee</code></a> add LTO builds to CI</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/15e83a54e9f3e3b595487bb18ba305c7da81ed69"><code>15e83a5</code></a> c: Use correct SIMD flags when compiling with Clang-Cl (<a href="https://redirect.github.com/BLAKE3-team/BLAKE3/issues/549">#549</a>)</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/2e3727d292dcffa9ecf8058b4d9f01a18df517bf"><code>2e3727d</code></a> <code>cargo fmt</code> everywhere</li> <li>See full diff in <a href="https://github.com/BLAKE3-team/BLAKE3/compare/1.8.4...1.8.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=blake3&package-manager=cargo&previous-version=1.8.4&new-version=1.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 930ba90 commit e9d1220

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

czech-file-knife/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.

czech-file-knife/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ reqwest = { version = "0.13", features = ["json", "stream"] }
3939
oauth2 = "5.0"
4040

4141
# Hashing & Compression
42-
blake3 = "1.5"
42+
blake3 = "1.8"
4343
lz4_flex = "0.13"
4444
hex = "0.4"
4545

0 commit comments

Comments
 (0)