Skip to content

Commit

Permalink
build(deps): update cgroups-rs requirement from 0.2.9 to 0.3.3
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](https://github.com/kata-containers/cgroups-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent 9388ecf commit c155ed5
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 @@ futures = { workspace = true, optional = true}
signal-hook-tokio = { version = "0.3.1", optional = true, features = ["futures-v0_3"]}

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

[target.'cfg(unix)'.dependencies]
command-fds = "0.2.1"
Expand Down

0 comments on commit c155ed5

Please sign in to comment.