From 8e459b6c2f10530f57c8f79da1fc706d3127cb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:30:06 +0000 Subject: [PATCH] Bump os_pipe from 1.1.5 to 1.2.0 Bumps [os_pipe](https://github.com/oconnor663/os_pipe.rs) from 1.1.5 to 1.2.0. - [Commits](https://github.com/oconnor663/os_pipe.rs/compare/1.1.5...1.2.0) --- updated-dependencies: - dependency-name: os_pipe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f1a2c2..ce97e5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1171,9 +1171,9 @@ dependencies = [ [[package]] name = "os_pipe" -version = "1.1.5" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9" +checksum = "29d73ba8daf8fac13b0501d1abeddcfe21ba7401ada61a819144b6c2a4f32209" dependencies = [ "libc", "windows-sys", diff --git a/Cargo.toml b/Cargo.toml index 112c772..4c55da8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ hyper = "1.4" percent-encoding = "2" libflate = "2.1" log = "0.4" -os_pipe = "1.1" +os_pipe = "1.2" reqwest = "0.9" thiserror = "1" serde = { version = "1", features = ["serde_derive"] }