aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-17 08:24:03 +0000
committerIvan Molodetskikh <yalterz@gmail.com>2025-01-17 11:34:41 +0300
commitb4add625b2ffdad3e003b3e437891daacf53a12f (patch)
tree24affc9d68c1b6128101c39d4fffacd263fd18c3 /Cargo.toml
parent890bbff0077cddaa08d7d6c05c797c41b0b4c09e (diff)
downloadniri-b4add625b2ffdad3e003b3e437891daacf53a12f.tar.gz
niri-b4add625b2ffdad3e003b3e437891daacf53a12f.tar.bz2
niri-b4add625b2ffdad3e003b3e437891daacf53a12f.zip
build(deps): bump sd-notify in the rust-dependencies group
Bumps the rust-dependencies group with 1 update: [sd-notify](https://github.com/lnicola/sd-notify). Updates `sd-notify` from 0.4.3 to 0.4.4 - [Changelog](https://github.com/lnicola/sd-notify/blob/master/CHANGELOG.md) - [Commits](https://github.com/lnicola/sd-notify/compare/v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: sd-notify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 28f7bd26..f806dd4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@ pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", op
png = "0.17.16"
portable-atomic = { version = "1.10.0", default-features = false, features = ["float"] }
profiling = "1.0.16"
-sd-notify = "0.4.3"
+sd-notify = "0.4.4"
serde.workspace = true
serde_json.workspace = true
smithay-drm-extras.workspace = true