From 092490ea292ac68d2f3ec9aa82aa93f5f4821fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 10:03:35 +0000 Subject: [PATCH] build(deps): bump os_pipe from 0.9.2 to 1.0.0 Bumps [os_pipe](https://github.com/oconnor663/os_pipe.rs) from 0.9.2 to 1.0.0. - [Release notes](https://github.com/oconnor663/os_pipe.rs/releases) - [Commits](https://github.com/oconnor663/os_pipe.rs/compare/0.9.2...1.0.0) --- updated-dependencies: - dependency-name: os_pipe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- zfs-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4eb64d4..c74b887 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,9 +101,9 @@ version = "0.4.0" [[package]] name = "os_pipe" -version = "0.9.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213" +checksum = "0e3492ebca331b895fe23ed427dce2013d9b2e00c45964f12040b0db38b8ab27" dependencies = [ "libc", "winapi", diff --git a/zfs-core/Cargo.toml b/zfs-core/Cargo.toml index f87feee..f01e79d 100644 --- a/zfs-core/Cargo.toml +++ b/zfs-core/Cargo.toml @@ -21,6 +21,6 @@ rand = "0.8" snafu = "0.6" [dev-dependencies] -os_pipe = "0.9" +os_pipe = "1.0" tempfile = "3" libc = "0.2"