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>
This commit is contained in:
dependabot[bot] 2023-01-03 21:09:50 +00:00 committed by GitHub
parent 57cc986636
commit 92194c680d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"