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"]