mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #26671 - servo:dependabot/cargo/mio-uds-0.6.8, r=jdm
Bump mio-uds from 0.6.7 to 0.6.8 Bumps [mio-uds](https://github.com/deprecrated/mio-uds) from 0.6.7 to 0.6.8. <details> <summary>Commits</summary> <ul> <li><a href="16a585e149
"><code>16a585e</code></a> Release v0.6.8</li> <li><a href="88d51cea94
"><code>88d51ce</code></a> Bump libc dependency for illumos</li> <li><a href="d1bfd4c24b
"><code>d1bfd4c</code></a> Update Cargo.toml</li> <li><a href="32d27e91be
"><code>32d27e9</code></a> Update README</li> <li><a href="73a008e3ce
"><code>73a008e</code></a> Add support for Solaris target</li> <li><a href="4923430e2e
"><code>4923430</code></a> Add support for illumos target</li> <li><a href="77587c1583
"><code>77587c1</code></a> Configure GitHub Actions for CI</li> <li><a href="0aa344db80
"><code>0aa344d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/deprecrated/mio-uds/issues/20">#20</a> from kmkaplan/patch-1</li> <li><a href="3dff2f473f
"><code>3dff2f4</code></a> Fix documentation for UnixListener::accept_std</li> <li><a href="cc915ebce3
"><code>cc915eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/deprecrated/mio-uds/issues/19">#19</a> from marioidival/master</li> <li>Additional commits viewable in <a href="https://github.com/deprecrated/mio-uds/compare/0.6.7...0.6.8">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=mio-uds&package-manager=cargo&previous-version=0.6.7&new-version=0.6.8) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
5a7427fb13
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3497,9 +3497,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mio-uds"
|
||||
version = "0.6.7"
|
||||
version = "0.6.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
||||
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
|
||||
dependencies = [
|
||||
"iovec",
|
||||
"libc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue