aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-03 21:09:50 +0000
committerGitHub <noreply@github.com>2023-01-03 21:09:50 +0000
commit92194c680de9537d215ae3480f6d046969dc1c2a (patch)
tree7db1108b3ce6e1f0cd4c50337a35c4393108e9cd /xtask/Cargo.toml
parent57cc986636d6de6f9d7b115e090425cf46a01a2d (diff)
Update os_pipe requirement from 0.9.2 to 1.1.2
Updates the requirements on [os_pipe](https://github.com/oconnor663/os_pipe.rs) to permit the latest version. - [Release notes](https://github.com/oconnor663/os_pipe.rs/releases) - [Commits](https://github.com/oconnor663/os_pipe.rs/compare/0.9.2...1.1.2) --- updated-dependencies: - dependency-name: os_pipe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 33e6b3a..f1c468e 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -5,5 +5,5 @@ edition = "2018"
[dependencies]
anyhow = "1.0.43"
-os_pipe = "0.9.2"
+os_pipe = "1.1.2"
structopt = "0.3.22"