Browse Source

Bump memchr from 2.7.4 to 2.7.5 (#1583)

Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.7.4 to
2.7.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/memchr/commit/3962118774ac511580c5b40fd14323e31629fa52"><code>3962118</code></a>
2.7.5</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/599d9d92aa2a1b4d6178b3b10e3a49c264caa7bf"><code>599d9d9</code></a>
cargo: remove <code>compiler-builtins</code> from
<code>rustc-dep-of-std</code> dependencies</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/ceef3c921b5685847ea39647b6361033dfe1aa36"><code>ceef3c9</code></a>
ci: fix wasm32 environment variables</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/cf4057f2c9390e69ae1e038ce42ec2aeeacb7002"><code>cf4057f</code></a>
ci: try bumping wasmtime version</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/89b3d9a3504ebc86e23d9d4137931ff0d81f65c5"><code>89b3d9a</code></a>
ci: fix wasm32 actions (wasm32-wasi was renamed to wasm32-wasip1)</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/12d358d22f9367eb38b0b458bd901d44c853e053"><code>12d358d</code></a>
benchmarks: update to stringzilla 3.12.3</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/8c1e043ebbfcbe6d1af770a5f68ee59b1d85e551"><code>8c1e043</code></a>
benchmarks: update memchr dependencies</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/9898622ad97b61e92657168264139e03a706f79e"><code>9898622</code></a>
benchmarks: fix wasm32-wasi target</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/746182171d2e88600652de3e6768cd8aef77e585"><code>7461821</code></a>
lint: add docs to item because of <code>deny(missing_docs)</code></li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/a7dbafe3736b9b1499203fb9f80a8a9f6e057ae9"><code>a7dbafe</code></a>
doc: fix typographical errors</li>
<li>Additional commits viewable in <a
href="https://github.com/BurntSushi/memchr/compare/2.7.4...2.7.5">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.4&new-version=2.7.5)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 tháng trước cách đây
mục cha
commit
f19c339ab0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Cargo.lock

+ 2 - 2
Cargo.lock

@@ -35,9 +35,9 @@ checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
 
 [[package]]
 name = "memchr"
-version = "2.7.4"
+version = "2.7.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
+checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
 
 [[package]]
 name = "memoffset"