aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-24 21:45:32 -0400
committerGitHub <noreply@github.com>2021-06-24 21:45:32 -0400
commit12fa1532cf78e93097693b4b2916e4287a7ee66d (patch)
tree0c698abed803f17e818a57295ecab8fc2ce48af0 /Cargo.toml
parentfbed80228938ea2326bcfe5cf3dec5189ac2b5bb (diff)
downloadxesite-12fa1532cf78e93097693b4b2916e4287a7ee66d.tar.xz
xesite-12fa1532cf78e93097693b4b2916e4287a7ee66d.zip
Bump sdnotify from 0.1.3 to 0.2.0 (#379)
Bumps [sdnotify](https://github.com/polachok/sdnotify) from 0.1.3 to 0.2.0. - [Release notes](https://github.com/polachok/sdnotify/releases) - [Commits](https://github.com/polachok/sdnotify/compare/v0.1.3...v0.2.0) --- updated-dependencies: - dependency-name: sdnotify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 82f4e99..4839729 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ patreon = { path = "./lib/patreon" }
# os-specific dependencies
[target.'cfg(target_os = "linux")'.dependencies]
-sdnotify = { version = "0.1", default-features = false }
+sdnotify = { version = "0.2", default-features = false }
[build-dependencies]
ructe = { version = "0.13", features = ["warp02"] }