From 5e278c10a4205e17b5eed1150902707d7d470c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:22:16 +0000 Subject: [PATCH] build(deps): bump listenfd from 1.0.1 to 1.0.2 Bumps [listenfd](https://github.com/mitsuhiko/listenfd) from 1.0.1 to 1.0.2. - [Changelog](https://github.com/mitsuhiko/listenfd/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/listenfd/compare/1.0.1...1.0.2) --- updated-dependencies: - dependency-name: listenfd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 405d70d1a..20dc823fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3047,9 +3047,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "listenfd" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0500463acd96259d219abb05dc57e5a076ef04b2db9a2112846929b5f174c96" +checksum = "b87bc54a4629b4294d0b3ef041b64c40c611097a677d9dc07b2c67739fe39dba" dependencies = [ "libc", "uuid", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9eff68907..5c5039d39 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -27,7 +27,7 @@ http-body-util.workspace = true hyper.workspace = true ipnetwork = "0.20.0" itertools = "0.13.0" -listenfd = "1.0.1" +listenfd = "1.0.2" rand.workspace = true rand_chacha = "0.3.1" reqwest.workspace = true