From e5907bd20ba62d6e69ad84ef0e210687f4c4cb01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 05:22:46 +0000 Subject: [PATCH] build(deps): update raw-cpuid requirement from ^9.0 to ^10.0 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) - [Changelog](https://github.com/gz/rust-cpuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/gz/rust-cpuid/compare/9.0.0...10.0.0) Signed-off-by: dependabot-preview[bot] --- heim-virt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heim-virt/Cargo.toml b/heim-virt/Cargo.toml index d04308d6..5f4409c4 100644 --- a/heim-virt/Cargo.toml +++ b/heim-virt/Cargo.toml @@ -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 = "^9.0" +raw-cpuid = "^10.0" [dev-dependencies] heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" }