mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #28821 - servo:dependabot/cargo/futf-0.1.5, r=jdm
Bump futf from 0.1.4 to 0.1.5 Bumps [futf](https://github.com/servo/futf) from 0.1.4 to 0.1.5. <details> <summary>Commits</summary> <ul> <li><a href="594e25bef5
"><code>594e25b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/futf/issues/12">#12</a> from xfix/update-new-debug-unreachable</li> <li><a href="02a35f2c3b
"><code>02a35f2</code></a> Bump to 0.1.5</li> <li><a href="ce7b6331d8
"><code>ce7b633</code></a> Bump new_debug_unreachable to 1.0.2</li> <li><a href="3bb815d788
"><code>3bb815d</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/futf/issues/10">#10</a> - mbrubeck:test, r=emilio</li> <li><a href="989db3390e
"><code>989db33</code></a> Remove obsolete <code>str_char</code> feature</li> <li>See full diff in <a href="https://github.com/servo/futf/compare/v0.1.4...v0.1.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
1eb6ff2290
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1859,9 +1859,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|||
|
||||
[[package]]
|
||||
name = "futf"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
|
||||
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
||||
dependencies = [
|
||||
"mac",
|
||||
"new_debug_unreachable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue