Skip to content

Commit

Permalink
Update libproc requirement from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Updates the requirements on [libproc](https://github.com/andrewdavidmackenzie/libproc-rs) to permit the latest version.
- [Release notes](https://github.com/andrewdavidmackenzie/libproc-rs/releases)
- [Commits](andrewdavidmackenzie/libproc-rs@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: libproc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 7, 2023
1 parent 80548c8 commit 13c1335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all-features = true
metrics = "0.21.0"

[target.'cfg(target_os = "macos")'.dependencies]
libproc = "0.13.0"
libproc = "0.14.0"
mach2 = "0.4"
once_cell = "1.13.1"
rlimit = "0.10.0"
Expand Down

0 comments on commit 13c1335

Please sign in to comment.