build(deps): bump once_cell from 1.21.2 to 1.21.3 in the deps group

Bumps the deps group with 1 update: [once_cell](https://github.com/matklad/once_cell).


Updates `once_cell` from 1.21.2 to 1.21.3
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.21.2...v1.21.3)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-29 01:52:33 +00:00 committed by GitHub
parent 9c0726d197
commit c2bd255a14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View file

@ -66,7 +66,7 @@ tracing = "0.1.39"
hickory-resolver = { version = "0.25.1", optional = true, features = [
"dnssec-ring",
] }
once_cell = { version = "1.18.0", optional = true }
once_cell = { version = "1.21.3", optional = true }
url = "2.5.4"
xz2 = "0.1.7"