-
- Downloads
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:dependabot[bot] <support@github.com>
... | ... | @@ -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 } | ||
... | ... |
Please register or sign in to comment