Skip to content

Commit

Permalink
Bump cgroups-rs from 0.3.2 to 0.3.4
Browse files Browse the repository at this point in the history
Bumps [cgroups-rs](https://github.com/kata-containers/cgroups-rs) from 0.3.2 to 0.3.4.
- [Release notes](https://github.com/kata-containers/cgroups-rs/releases)
- [Commits](kata-containers/cgroups-rs@v0.3.2...v0.3.4)

---
updated-dependencies:
- dependency-name: cgroups-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 81bb85f commit 6f48317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 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 northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ byteorder = { version = "1.5.0", optional = true }
bytes = { version = "1.5.0", optional = true }
bytesize = { version = "1.2.0", optional = true }
caps = { version = "0.5.5", optional = true }
cgroups-rs = { version = "0.3.2", features = ["serde"], optional = true }
cgroups-rs = { version = "0.3.4", features = ["serde"], optional = true }
ed25519-dalek = { version = "2.0.0", optional = true }
futures = { version = "0.3.29", default-features = true, optional = true }
heck = { version = "0.4.1", optional = true }
Expand Down

0 comments on commit 6f48317

Please sign in to comment.