Skip to content

Commit e42a5d2

Browse files
chore(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](lnicola/sd-notify@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] <support@github.com>
1 parent 9f88b6e commit e42a5d2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/harmonia-host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mdns-sd.workspace = true
5151
toml.workspace = true
5252
jiff.workspace = true
5353
# WHY: sd-notify cannot be a workspace dep — workspace deps cannot be optional.
54-
sd-notify = { version = "0.4", optional = true }
54+
sd-notify = { version = "0.5", optional = true }
5555

5656
[dev-dependencies]
5757
rstest.workspace = true

0 commit comments

Comments
 (0)