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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-17 14:56:17 +00:00
committed by Benjamin Bouvier
parent 69d2f40c10
commit 05cc8823c2

View File

@@ -14,7 +14,7 @@ cranelift-codegen = { path = "../cranelift-codegen", version = "0.46.1", default
target-lexicon = "0.8.1" target-lexicon = "0.8.1"
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
raw-cpuid = "6.0.0" raw-cpuid = "7.0.3"
[features] [features]
default = ["std"] default = ["std"]