From b04b1c1feacad0d90aed7e98e90d72277611c180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 12:24:44 +0000 Subject: [PATCH] chore(deps)(deps): bump sd-notify from 0.4.5 to 0.5.0 Bumps [sd-notify](https://github.com/lnicola/sd-notify) from 0.4.5 to 0.5.0. - [Changelog](https://github.com/lnicola/sd-notify/blob/master/CHANGELOG.md) - [Commits](https://github.com/lnicola/sd-notify/compare/v0.4.5...v0.5.0) --- updated-dependencies: - dependency-name: sd-notify dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/terraphim_gitea_runner/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b9759a12..6094d4369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6744,9 +6744,9 @@ dependencies = [ [[package]] name = "sd-notify" -version = "0.4.5" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b943eadf71d8b69e661330cb0e2656e31040acf21ee7708e2c238a0ec6af2bf4" +checksum = "3e4ef7359e694bfaf1dd27a30f9d760b54c00dfae9f19bd0c05a39bc9128fe76" dependencies = [ "libc", ] diff --git a/crates/terraphim_gitea_runner/Cargo.toml b/crates/terraphim_gitea_runner/Cargo.toml index 84a37ca8e..b71c9f416 100644 --- a/crates/terraphim_gitea_runner/Cargo.toml +++ b/crates/terraphim_gitea_runner/Cargo.toml @@ -25,7 +25,7 @@ log = { workspace = true } chrono = { workspace = true, features = ["serde"] } uuid = { workspace = true, features = ["v4"] } reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } -sd-notify = "0.4" +sd-notify = "0.5" base64 = "0.22" flate2 = "1.0" env_logger = "0.11"