From 6461e11de069935ebb7f0067c7d437e842991bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:36:42 +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 7e34334db4..c95f0d1435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3714,9 +3714,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 0.52.0", diff --git a/Cargo.toml b/Cargo.toml index 2d99b7b42e..7e5f436bbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ num-traits = "0.2" omnipath = "0.1" once_cell = "1.18" open = "5.1" -os_pipe = { version = "1.1", features = ["io_safety"] } +os_pipe = { version = "1.2", features = ["io_safety"] } pathdiff = "0.2" percent-encoding = "2" pretty_assertions = "1.4"