Skip to content

Commit 680e8ac

Browse files
Merge #681
681: Update os_pipe requirement from 0.9.2 to 1.1.2 r=AfoHT a=dependabot[bot] Updates the requirements on [os_pipe](https://github.com/oconnor663/os_pipe.rs) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oconnor663/os_pipe.rs/commit/9ea8c6af47611a92e6ac398e2375a8cc9c872b69"><code>9ea8c6a</code></a> version 1.1.2</li> <li><a href="https://github.com/oconnor663/os_pipe.rs/commit/3bacd8a41677feaa401c744a31a71eb4b18114aa"><code>3bacd8a</code></a> Switch from winapi to windows-sys</li> <li><a href="https://github.com/oconnor663/os_pipe.rs/commit/4950ad9b195410caacba58e6158b67c6d0035140"><code>4950ad9</code></a> version 1.1.1</li> <li><a href="https://github.com/oconnor663/os_pipe.rs/commit/d88d838c47242ae8c5f46dc2ebf5ac01ac1a9d7e"><code>d88d838</code></a> fix a paste-o in Cargo.toml</li> <li><a href="https://github.com/oconnor663/os_pipe.rs/commit/3d658ffd0811d1081e7dfceb5f0b18493eec6a7f"><code>3d658ff</code></a> version 1.1.0</li> <li><a href="https://github.com/oconnor663/os_pipe.rs/commit/a2c22371963378a75456e121d62b1df95ac37644"><code>a2c2237</code></a> document the io_safety feature</li> <li><a href="https://github.com/oconnor663/os_pipe.rs/commit/4aca11ee4b40f21742fa49797e3d3d0307dc099a"><code>4aca11e</code></a> cargo fmt</li> <li><a href="https://github.com/oconnor663/os_pipe.rs/commit/5fd66fab227d953512e3e18c2ffeaa58fed0e1b8"><code>5fd66fa</code></a> implement I/O safety traits</li> <li><a href="https://github.com/oconnor663/os_pipe.rs/commit/f41c58e503e1efc5e4d0edfcd2e756b3a81b4232"><code>f41c58e</code></a> version 1.0.1</li> <li><a href="https://github.com/oconnor663/os_pipe.rs/commit/df536487aec9634d4f5397c40361d2a4e5297fda"><code>df53648</code></a> add a TODO</li> <li>Additional commits viewable in <a href="https://github.com/oconnor663/os_pipe.rs/compare/0.9.2...1.1.2">compare view</a></li> </ul> </details> <br /> 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>
2 parents ad1833c + 92194c6 commit 680e8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ edition = "2018"
55

66
[dependencies]
77
anyhow = "1.0.43"
8-
os_pipe = "0.9.2"
8+
os_pipe = "1.1.2"
99
structopt = "0.3.22"

0 commit comments

Comments
 (0)