Skip to content
Snippets Groups Projects
Unverified Commit dc0585a4 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump once_cell from 1.10.0 to 1.12.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.12.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.10.0...v1.12.0

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 488aa23a
No related branches found
No related tags found
No related merge requests found
Pipeline #718304 passed
......@@ -251,9 +251,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.10.0"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
[[package]]
name = "paste"
......
......@@ -64,7 +64,7 @@ log = { version = "0.4", default-features = false }
num = { version = "0.4", default-features = false }
num-derive = { version = "0.3", optional = true }
num-traits = { version = "0.2", default-features = false }
once_cell = { version = "1.10", default-features = false, features = ["alloc"] }
once_cell = { version = "1.12", default-features = false, features = ["alloc"] }
pci-ids = { version = "0.2", optional = true }
scopeguard = { version = "1.1", default-features = false }
shell-words = { version = "1.1", default-features = false }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment