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"