Skip to content

Commit

Permalink
Bump procfs from 0.15.1 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [procfs](https://github.com/eminence/procfs) from 0.15.1 to 0.17.0.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.15.1...v0.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 8c18bb3 commit e960655
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 93 deletions.
107 changes: 15 additions & 92 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 lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ zstd = "0.13.1"

[target.'cfg(target_os = "linux")'.dependencies]
cgroups-rs = { version = "0.3", default-features = false, features = [] }
procfs = { version = "0.15", default-features = false, features = [] }
procfs = { version = "0.17", default-features = false, features = [] }
async-pidfd = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit e960655

Please sign in to comment.