From 275a811e359be2ffdbaecb91a3b4b4106a59e586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 09:44:45 +0000 Subject: [PATCH] chore(deps): bump os_pipe from 1.2.1 to 1.2.2 Bumps [os_pipe](https://github.com/oconnor663/os_pipe.rs) from 1.2.1 to 1.2.2. - [Commits](https://github.com/oconnor663/os_pipe.rs/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: os_pipe dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ebcb72..e213b42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3116,9 +3116,9 @@ dependencies = [ [[package]] name = "os_pipe" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982" +checksum = "db335f4760b14ead6290116f2427bf33a14d4f0617d49f78a246de10c1831224" dependencies = [ "libc", "windows-sys 0.59.0",