Commit Diff
- Commit:
42d270c1d62317e61e40300a1d49dc76485cd931
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Via:
- GitHub <noreply@github.com>
- Date:
- Message:
- Bump memchr from 2.7.2 to 2.7.4 (#1335) Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.7.2 to 2.7.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BurntSushi/memchr/commit/8ad339524d857a2dd9e7231b497ed92aa0f5c334"><code>8ad3395</code></a> 2.7.4</li> <li><a href="https://github.com/BurntSushi/memchr/commit/b0af902c7f773c6400ef46c5c488ce89e5b58ece"><code>b0af902</code></a> perf: revert fallback optimization</li> <li><a href="https://github.com/BurntSushi/memchr/commit/aee9f95641495d2763d167a2e716fd0b9df7bf30"><code>aee9f95</code></a> arch: add a second big endian regression test</li> <li><a href="https://github.com/BurntSushi/memchr/commit/92edbb6551d5cc0a014cb6d221f7f9912a4b4647"><code>92edbb6</code></a> arch: add big endian regression test</li> <li><a href="https://github.com/BurntSushi/memchr/commit/4836ac3e28bcb6942470d3b20e643be42e372511"><code>4836ac3</code></a> ci: use cross when enabled</li> <li><a href="https://github.com/BurntSushi/memchr/commit/cf1373e3abeddf1e598bbe5970084750953ed2d3"><code>cf1373e</code></a> benchmarks: bump version</li> <li><a href="https://github.com/BurntSushi/memchr/commit/ad08893ecd23a21dc2fdb27cdaf04f64f4834270"><code>ad08893</code></a> 2.7.3</li> <li><a href="https://github.com/BurntSushi/memchr/commit/a05cc640c1d4d720cc5d822526553ce5ebb280a7"><code>a05cc64</code></a> lint: remove unused BITS associated constant</li> <li><a href="https://github.com/BurntSushi/memchr/commit/345fab74bc3223ec95518686cbe6ac2b7fe7a467"><code>345fab7</code></a> all: improve perf of memchr fallback</li> <li><a href="https://github.com/BurntSushi/memchr/commit/e8bdf6b7f7cca21bbd20dd773223a24f285bc956"><code>e8bdf6b</code></a> benchmarks: bump dependencies</li> <li>See full diff in <a href="https://github.com/BurntSushi/memchr/compare/2.7.2...2.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=memchr&package-manager=cargo&previous-version=2.7.2&new-version=2.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
- Actions:
- Patch | Tree
--- Cargo.lock +++ Cargo.lock @@ -57,9 +57,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memoffset"