Skip to content

Commit

Permalink
Merge #219
Browse files Browse the repository at this point in the history
219: Bump x86 from 0.39.0 to 0.40.0 r=stlankes a=dependabot[bot]

Bumps [x86](https://github.com/gz/rust-x86) from 0.39.0 to 0.40.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gz/rust-x86/commit/98770c5c5ce14da48498f84284ff8dd2ac2b27d0"><code>98770c5</code></a> Bump version, authors.</li>
<li><a href="https://github.com/gz/rust-x86/commit/6e0a0dd53af7f6bef6711851305e9eb9ae8f82f5"><code>6e0a0dd</code></a> Add ADDRESS_MASK_PSE</li>
<li><a href="https://github.com/gz/rust-x86/commit/c2a22a8cd4965b048fe097831f189242c73c3111"><code>c2a22a8</code></a> Add as_ptr and as_mut_ptr to PAddr</li>
<li><a href="https://github.com/gz/rust-x86/commit/09c99d482e1cd3574b78838291908092d8a25b71"><code>09c99d4</code></a> Fix some mistakes</li>
<li><a href="https://github.com/gz/rust-x86/commit/570f7fd9776391870499f8e91335cb91c7ccb5d4"><code>570f7fd</code></a> Add structures for 32bit paging</li>
<li><a href="https://github.com/gz/rust-x86/commit/16adcb9326c5fa117280e27bbe3e9f329a8e8c02"><code>16adcb9</code></a> Update dtables.rs</li>
<li><a href="https://github.com/gz/rust-x86/commit/9efbe9839e52eee88d46ecb90987b60db5517eb9"><code>9efbe98</code></a> Add tests for sgdt, sidt</li>
<li><a href="https://github.com/gz/rust-x86/commit/95b475883773fd74ffe012352fbb42bbb478dfa4"><code>95b4758</code></a> sgdt and friends should use +r register constraint</li>
<li><a href="https://github.com/gz/rust-x86/commit/0981cc773055ddc785eac5e48e6078a3dc56bec9"><code>0981cc7</code></a> Copy, do not reference, packed fields</li>
<li><a href="https://github.com/gz/rust-x86/commit/d81185b1dc825e195243eb5062c338e474500805"><code>d81185b</code></a> Remove now-unused const_fn feature flag</li>
<li>Additional commits viewable in <a href="https://github.com/gz/rust-x86/compare/0.39.0...0.40.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=x86&package-manager=cargo&previous-version=0.39.0&new-version=0.40.0)](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>
  • Loading branch information
bors[bot] and dependabot[bot] committed Jun 11, 2021
2 parents 09a5df6 + 465d3eb commit 3293b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ smp = []
fsgsbase = []

[dev-dependencies]
x86 = { version = "0.39.*", default-features = false }
x86 = { version = "0.40.*", default-features = false }
float-cmp = "0.8.0"

[dependencies.scopeguard]
Expand Down Expand Up @@ -79,7 +79,7 @@ default-features = false
version = "0.6.*"

[target.'cfg(target_arch = "x86_64")'.dependencies.x86]
version = "0.39.*"
version = "0.40.*"
default-features = false

# The development profile, used for `cargo build`.
Expand Down

0 comments on commit 3293b10

Please sign in to comment.