From f6227485dae5ccd1e78dbd901871f1591e233e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:03:57 +0000 Subject: [PATCH] Bump os_pipe from 0.9.2 to 1.1.4 Bumps [os_pipe](https://github.com/oconnor663/os_pipe.rs) from 0.9.2 to 1.1.4. - [Commits](https://github.com/oconnor663/os_pipe.rs/compare/0.9.2...1.1.4) --- updated-dependencies: - dependency-name: os_pipe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5f1898..4322084 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1198,12 +1198,12 @@ dependencies = [ [[package]] name = "os_pipe" -version = "0.9.2" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213" +checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" dependencies = [ "libc", - "winapi 0.3.9", + "windows-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 09c265b..dfa4855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ hyper = "0.14" percent-encoding = "2" libflate = "1.0" log = "0.4" -os_pipe = "0.9" +os_pipe = "1.1" reqwest = "0.9" thiserror = "1" serde = { version = "1", features = ["serde_derive"] }