chore(deps): bump ahash from 0.8.11 to 0.8.12

Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](https://github.com/tkaitchuck/ahash/commits)

---
updated-dependencies:
- dependency-name: ahash
  dependency-version: 0.8.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-08 22:05:39 +00:00 committed by GitHub
commit b558c882f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 33 deletions

View file

@ -16,7 +16,7 @@ post-quantum = ["rustls-post-quantum"]
http3 = []
[dependencies]
ahash = { version = "0.8.11" }
ahash = { version = "0.8.12" }
tracing = { version = "0.1.41" }
derive_builder = { version = "0.20.2" }
thiserror = { version = "2.0.12" }