build(deps): bump quanta from 0.12.5 to 0.12.6

Bumps [quanta](https://github.com/metrics-rs/quanta) from 0.12.5 to 0.12.6.
- [Changelog](https://github.com/metrics-rs/quanta/blob/main/CHANGELOG.md)
- [Commits](https://github.com/metrics-rs/quanta/compare/v0.12.5...v0.12.6)

---
updated-dependencies:
- dependency-name: quanta
  dependency-version: 0.12.6
  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-06-10 13:27:38 +00:00
committed by GitHub
parent e29a9f23f5
commit 697333d5cb
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4785,9 +4785,9 @@ dependencies = [
[[package]]
name = "quanta"
version = "0.12.5"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e"
checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
dependencies = [
"crossbeam-utils",
"libc",

View File

@@ -269,7 +269,7 @@ features = ["std", "pkcs5", "encryption"]
# High-precision clock
[workspace.dependencies.quanta]
version = "0.12.5"
version = "0.12.6"
# Random values
[workspace.dependencies.rand]