From 48b8ad8602a94430a8d7cd8f06f6509249b75d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:03:31 +0000 Subject: [PATCH] build(deps): bump os_pipe from 0.9.2 to 1.1.1 Bumps [os_pipe](https://github.com/oconnor663/os_pipe.rs) from 0.9.2 to 1.1.1. - [Release notes](https://github.com/oconnor663/os_pipe.rs/releases) - [Commits](https://github.com/oconnor663/os_pipe.rs/compare/0.9.2...1.1.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..227c87b 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.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213" +checksum = "0dceb7e43f59c35ee1548045b2c72945a5a3bb6ce6d6f07cdc13dc8f6bc4930a" dependencies = [ "libc", "winapi", diff --git a/zfs-core/Cargo.toml b/zfs-core/Cargo.toml index f87feee..81e4ea8 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.1" tempfile = "3" libc = "0.2"