From 66afde82ae65bd4287780531bc3dbee53b4058dd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 05:20:42 +0000 Subject: [PATCH] build(deps): update raw-cpuid requirement from ^9.0 to ^10.2 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.2.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..b9f61d3b 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.2" [dev-dependencies] heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" }