diff --git a/Cargo.lock b/Cargo.lock index 54abf5a2b..1d3babe6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4979,9 +4979,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[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/Cargo.toml b/Cargo.toml index 7ea9b549f..3fe3e302d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -481,7 +481,7 @@ default-features = false features = ["resource"] [workspace.dependencies.sd-notify] -version = "0.4.5" +version = "0.5.0" default-features = false [workspace.dependencies.hardened_malloc-rs]