Skip to content

Commit

Permalink
build(deps): update raw-cpuid requirement from ~8.1 to ~9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [raw-cpuid](https://github.com/gz/rust-cpuid) to permit the latest version.
- [Release notes](https://github.com/gz/rust-cpuid/releases)
- [Commits](gz/rust-cpuid@8.1.0...9.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 22, 2021
1 parent 0cc1540 commit 7353cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heim-virt/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ cfg-if = "~1.0"
futures = { version = "~0.3", default-features = false, features = ["std", "async-await"] }

[target.'cfg(all(target_os = "linux", any(target_arch="x86", target_arch="x86_64")))'.dependencies]
raw-cpuid = "~8.1"
raw-cpuid = "~9.0"

[dev-dependencies]
heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" }
Expand Down

0 comments on commit 7353cf7

Please sign in to comment.