mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #28790 - servo:dependabot/cargo/memoffset-0.6.5, r=jdm
Bump memoffset from 0.6.1 to 0.6.5 Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.6.1 to 0.6.5. <details> <summary>Commits</summary> <ul> <li><a href="01e2e42ef0
"><code>01e2e42</code></a> v0.6.5</li> <li><a href="fd81a21866
"><code>fd81a21</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/63">#63</a> from yvt/fix-nightly</li> <li><a href="42483952ce
"><code>4248395</code></a> Remove <code>#![feature(const_raw_ptr_deref)]</code></li> <li><a href="4c71bed98d
"><code>4c71bed</code></a> Remove <code>#![feature(const_maybe_uninit_as_ptr)]</code></li> <li><a href="b14262b1b3
"><code>b14262b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/62">#62</a> from matklad/idioms</li> <li><a href="d41cc25cd7
"><code>d41cc25</code></a> only doctest on modern Rust</li> <li><a href="db56a2d8ce
"><code>db56a2d</code></a> Modernize doc examples to use idiomatic Rust</li> <li><a href="1645cddf2e
"><code>1645cdd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/61">#61</a> from atouchet/badge</li> <li><a href="61524a3fbf
"><code>61524a3</code></a> Fix crates.io badge</li> <li><a href="32aa69d018
"><code>32aa69d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/60">#60</a> from RalfJung/ci</li> <li>Additional commits viewable in <a href="https://github.com/Gilnaa/memoffset/compare/v0.6.1...v0.6.5">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>
This commit is contained in:
commit
233a7a07f8
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3689,9 +3689,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "memoffset"
|
||||
version = "0.6.1"
|
||||
version = "0.6.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
||||
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue