From 9181fca8592720253f2b48de92a92423b0b7dba4 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Sun, 5 May 2024 00:51:08 +0200 Subject: [PATCH] Update `interprocess` to 2.0.1 (#12769) Fixes #12755 See https://github.com/kotauskas/interprocess/issues/63 and https://github.com/kotauskas/interprocess/pull/62 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2151350cc6..83a5b41b60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2013,9 +2013,9 @@ dependencies = [ [[package]] name = "interprocess" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d5f0e3c218e7a86a6712fd3adc84672304f9e839402b866685b9117a077c37f" +checksum = "7c7fb8583fab9503654385e2bafda123376445a77027a1b106dd7e44cf51122f" dependencies = [ "libc", "recvmsg", diff --git a/Cargo.toml b/Cargo.toml index ce259b06e1..11f393a5ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ heck = "0.5.0" human-date-parser = "0.1.1" indexmap = "2.2" indicatif = "0.17" -interprocess = "2.0.0" +interprocess = "2.0.1" is_executable = "1.0" itertools = "0.12" libc = "0.2"