Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2023
1 parent 9c9d855 commit be0764b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 9 deletions.
44 changes: 36 additions & 8 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 @@ -25,7 +25,7 @@ fn-error-context = "0.2.1"
fs2 = "0.4.3"
hex = "0.4.3"
libc = "^0.2"
libsystemd = ">= 0.3, < 0.6"
libsystemd = ">= 0.3, < 0.7"
log = "^0.4"
nix = ">= 0.22.1, < 0.24.0"
openat = "0.1.20"
Expand Down

0 comments on commit be0764b

Please sign in to comment.