Skip to content

Commit

Permalink
Update raw-cpuid requirement from 10.2 to 11.0 (#83)
Browse files Browse the repository at this point in the history
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](gz/rust-cpuid@10.2.0...11.0.0)

---
updated-dependencies:
- dependency-name: raw-cpuid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Toby Lawrence <tobz@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and tobz authored Sep 16, 2023
1 parent 0671fc9 commit ff7abb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ prost-types = { version = "0.11", default-features = false, optional = true }
crossbeam-utils = "0.8.5"

[target.'cfg(target_arch = "x86")'.dependencies]
raw-cpuid = "10.2"
raw-cpuid = "11.0"

[target.'cfg(target_arch = "x86_64")'.dependencies]
raw-cpuid = "10.2"
raw-cpuid = "11.0"

[target.'cfg(not(any(target_os = "macos", target_os = "ios", target_os = "windows", target_arch = "wasm32")))'.dependencies]
libc = "0.2"
Expand Down

0 comments on commit ff7abb9

Please sign in to comment.