Auto merge of #147029 - neuschaefer:memchr-2.7.6, r=marcoieni

Update memchr to 2.7.6

memchr 2.7.6 contains a bugfix for aarch64_be.

Note: I'm not sure about how dependency updates are managed in rust.git. If something should go through another branch or will happen automatically, please let me know.
This commit is contained in:
bors 2025-11-07 21:58:38 +00:00
commit ceb7df7e6f
8 changed files with 14 additions and 14 deletions

View file

@ -148,9 +148,9 @@ dependencies = [
[[package]]
name = "memchr"
version = "2.7.5"
version = "2.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
dependencies = [
"rustc-std-workspace-core",
]