Merge #66
66: Bump raw-cpuid from 8.1.2 to 9.0.0 r=jbreitbart a=dependabot[bot] Bumps [raw-cpuid](https://github.com/gz/rust-cpuid) from 8.1.2 to 9.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gz/rust-cpuid/commit/6993bb5f516ba3095364735eb86dcee4b2ea679c"><code>6993bb5</code></a> Update cargo.</li> <li><a href="https://github.com/gz/rust-cpuid/commit/1072cf9f9c0f6ca8fe97831662c369e911cd08fb"><code>1072cf9</code></a> Remove deprecated feature flags and bump major version.</li> <li><a href="https://github.com/gz/rust-cpuid/commit/643c4d88190100258ea47b7faf12de2e2c31caba"><code>643c4d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gz/rust-cpuid/issues/44">#44</a> from niklasf/ensure-cpuid</li> <li><a href="https://github.com/gz/rust-cpuid/commit/582b6d7515293a36be5ab7d8e059c4d5bab1c6dd"><code>582b6d7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gz/rust-cpuid/issues/39">#39</a> from niklasf/safe-as-bytes</li> <li><a href="https://github.com/gz/rust-cpuid/commit/147cf9c330d09f4988099fe26dc8096ba9b9d8e5"><code>147cf9c</code></a> Break compilation on SGX and 32-bit x86 without SSE (fixes <a href="https://github-redirect.dependabot.com/gz/rust-cpuid/issues/41">#41</a>)</li> <li><a href="https://github.com/gz/rust-cpuid/commit/441d1098427c5651dc0306974f51835918cc1da3"><code>441d109</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gz/rust-cpuid/issues/42">#42</a> from niklasf/fix-transmutes</li> <li><a href="https://github.com/gz/rust-cpuid/commit/90a1a3b1e09a96f71987f85ddc925ed0b4d2fc68"><code>90a1a3b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gz/rust-cpuid/issues/38">#38</a> from niklasf/use-arch-only</li> <li><a href="https://github.com/gz/rust-cpuid/commit/bb8a79b6f3a39d8a5af3eb1f4e9c9d2fe3501e3f"><code>bb8a79b</code></a> Explain why ASCII invariant holds</li> <li><a href="https://github.com/gz/rust-cpuid/commit/91b676eecd01f2163e2984215e2c0ac89e30ce75"><code>91b676e</code></a> Fix unsound transmutes (fixes <a href="https://github-redirect.dependabot.com/gz/rust-cpuid/issues/40">#40</a>)</li> <li><a href="https://github.com/gz/rust-cpuid/commit/37134bfb21a544ad179e31279a9991377cc0a458"><code>37134bf</code></a> Replace as_bytes with safe code</li> <li>Additional commits viewable in <a href="https://github.com/gz/rust-cpuid/compare/8.1.2...9.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores ) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by:dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... | ... | @@ -33,7 +33,7 @@ env_logger = "0.8.2" |
aligned_alloc = "0.1.3" | ||
lazy_static = "1.4.0" | ||
clap = "2.33.3" | ||
raw-cpuid = "8.1.2" | ||
raw-cpuid = "9.0.0" | ||
bitflags = "1.2.1" | ||
libc = "0.2.82" | ||
nix = "0.19.1" | ||
... | ... |
Please register or sign in to comment