From 7cd4253be3560a33b0514f14f2a5bb561ee7f92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 10:04:32 +0000 Subject: [PATCH] build(deps): bump os_pipe from 0.9.2 to 1.0.1 Bumps [os_pipe](https://github.com/oconnor663/os_pipe.rs) from 0.9.2 to 1.0.1. - [Release notes](https://github.com/oconnor663/os_pipe.rs/releases) - [Commits](https://github.com/oconnor663/os_pipe.rs/compare/0.9.2...1.0.1) --- 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..e20ea27 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.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213" +checksum = "2c92f2b54f081d635c77e7120862d48db8e91f7f21cef23ab1b4fe9971c59f55" 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"