Skip to content

Commit

Permalink
Bump libsystemd from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [libsystemd](https://github.com/lucab/libsystemd-rs) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/lucab/libsystemd-rs/releases)
- [Commits](lucab/libsystemd-rs@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: libsystemd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 004f65a commit 5bada4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
25 changes: 7 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
toml = "0.8"
reqwest = { version = "0.11", optional = true, default-features = false }
tokio = { version = "1.33", features = ["full"] }
libsystemd = { version = "0.6", optional = true }
libsystemd = { version = "0.7", optional = true }
systemd-journal-logger = { version = "2.1", optional = true }
serde = { version = "1.0", features = ["derive"] }
nix = { version = "0.27", features = ["fs"] }
Expand Down

0 comments on commit 5bada4c

Please sign in to comment.