build(deps): bump once_cell from 1.19.0 to 1.20.0 in the deps group

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


Updates `once_cell` from 1.19.0 to 1.20.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-14 01:06:17 +00:00 committed by GitHub
parent b296b4e92e
commit 8da54b04d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View file

@ -65,7 +65,7 @@ tracing = "0.1.39"
hickory-resolver = { version = "0.25.0-alpha.2", optional = true, features = [
"dnssec-ring",
] }
once_cell = { version = "1.18.0", optional = true }
once_cell = { version = "1.20.0", optional = true }
url = "2.3.1"
xz2 = "0.1.7"