From fd2114bb874a888e411a89140b3a853fb5109398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 00:58:19 +0000 Subject: [PATCH] Bump nonempty from 0.11.0 to 0.12.0 Bumps [nonempty](https://github.com/cloudhead/nonempty) from 0.11.0 to 0.12.0. - [Changelog](https://github.com/cloudhead/nonempty/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudhead/nonempty/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: nonempty dependency-version: 0.12.0 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 179994f..c05645a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,9 +288,9 @@ dependencies = [ [[package]] name = "nonempty" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549e471b99ccaf2f89101bec68f4d244457d5a95a9c3d0672e9564124397741d" +checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6" [[package]] name = "once_cell" diff --git a/Cargo.toml b/Cargo.toml index a036932..bd86241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ clap = { version = "4.5.38", features = [ mio = { version = "1.0.4", features = ["os-ext"] } nix = { version = "0.30.1", features = ["fs", "signal"] } non-empty-string = "0.2.6" -nonempty = "0.11.0" +nonempty = "0.12.0" serde = { version = "1.0.219", features = ["derive"] } shlex = "1.3.0" signal-hook = "0.3.18"