From 7353cf79d6caf3dea69d2d2173b399bbce34bf29 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 Jan 2021 05:20:21 +0000 Subject: [PATCH] build(deps): update raw-cpuid requirement from ~8.1 to ~9.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) - [Commits](https://github.com/gz/rust-cpuid/compare/8.1.0...9.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 dc46af0d..20579935 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 = "~8.1" +raw-cpuid = "~9.0" [dev-dependencies] heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" }