From 258f27c21b5bbd1387e3c53d1a74ca4c9563cc9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 02:38:50 +0000 Subject: [PATCH] chore(deps): Bump sd-notify from 0.4.1 to 0.4.2 Bumps [sd-notify](https://github.com/lnicola/sd-notify) from 0.4.1 to 0.4.2. - [Changelog](https://github.com/lnicola/sd-notify/blob/master/CHANGELOG.md) - [Commits](https://github.com/lnicola/sd-notify/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: sd-notify dependency-type: direct:production update-type: version-update:semver-patch ... 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 7aff528..6db43fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1994,9 +1994,9 @@ dependencies = [ [[package]] name = "sd-notify" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621e3680f3e07db4c9c2c3fb07c6223ab2fab2e54bd3c04c3ae037990f428c32" +checksum = "4646d6f919800cd25c50edb49438a1381e2cd4833c027e75e8897981c50b8b5e" [[package]] name = "semver" diff --git a/Cargo.toml b/Cargo.toml index e1c70fb..bb7fa3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ derivative = "2.2.0" nextcloud-config-parser = { version = "0.10.0", features = ["redis-connect"] } url = "2.5.0" clap = { version = "4.5.4", features = ["derive"] } -sd-notify = { version = "0.4.1", optional = true } +sd-notify = { version = "0.4.2", optional = true } [dev-dependencies] mini-redis = "0.4.1"