Skip to content

Commit

Permalink
chore(update): bump daemonize from 0.4.1 to 0.5.0 (#117)
Browse files Browse the repository at this point in the history
Bumps [daemonize](https://github.com/knsd/daemonize) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/knsd/daemonize/releases)
- [Changelog](https://github.com/knsd/daemonize/blob/master/CHANGELOG.md)
- [Commits](knsd/daemonize@0.4.1...0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2023
1 parent 2966018 commit a0b7c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 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 riklet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ oci = { path = "crates/oci" }
shared = { path = "crates/shared" }
node_metrics = { path = "crates/node_metrics" }
serde_json = "1.0.91"
daemonize = "0.4.1"
daemonize = "0.5.0"
tonic.workspace = true
prost.workspace = true
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit a0b7c7e

Please sign in to comment.