Skip to content

Commit

Permalink
build(deps): update cgroups-rs requirement from 0.2.9 to 0.3.4
Browse files Browse the repository at this point in the history
Updates the requirements on [cgroups-rs](https://github.com/kata-containers/cgroups-rs) to permit the latest version.
- [Release notes](https://github.com/kata-containers/cgroups-rs/releases)
- [Commits](kata-containers/cgroups-rs@v0.2.9...v0.3.4)

---
updated-dependencies:
- dependency-name: cgroups-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 6ae9954 commit b3659e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ signal-hook-tokio = { version = "0.3.1", optional = true, features = ["futures-v
pin-project-lite = { version = "0.2.7", optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
cgroups-rs = "0.2.9"
cgroups-rs = "0.3.4"

[dev-dependencies]
tempfile = "3.0"

0 comments on commit b3659e6

Please sign in to comment.