build(deps): bump memchr from 2.7.2 to 2.7.3 (#32491)

Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.7.2 to 2.7.3.
- [Commits](https://github.com/BurntSushi/memchr/compare/2.7.2...2.7.3)

---
updated-dependencies:
- dependency-name: memchr
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-13 16:39:29 +00:00 committed by GitHub
parent c755c14157
commit d4ead7f85e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -3720,9 +3720,9 @@ dependencies = [
[[package]] [[package]]
name = "memchr" name = "memchr"
version = "2.7.2" version = "2.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" checksum = "6d0d8b92cd8358e8d229c11df9358decae64d137c5be540952c5ca7b25aea768"
[[package]] [[package]]
name = "memmap2" name = "memmap2"