From 05cc8823c24f14a028ec71a92433b1ff9666d596 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 14:56:17 +0000 Subject: [PATCH] Update raw-cpuid requirement from 6.0.0 to 7.0.3 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/6.0...7.0.3) Signed-off-by: dependabot-preview[bot] --- cranelift/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/native/Cargo.toml b/cranelift/native/Cargo.toml index 5af8f3a7a3..10399d046f 100644 --- a/cranelift/native/Cargo.toml +++ b/cranelift/native/Cargo.toml @@ -14,7 +14,7 @@ cranelift-codegen = { path = "../cranelift-codegen", version = "0.46.1", default target-lexicon = "0.8.1" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] -raw-cpuid = "6.0.0" +raw-cpuid = "7.0.3" [features] default = ["std"]