Skip to content

Commit

Permalink
Update libproc requirement from 0.12 to 0.13 (#66)
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.12.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 25, 2023
1 parent e0d1e6f commit 6426946
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 @@ -22,7 +22,7 @@ regex = ">=1.6.0"
[target.'cfg(target_os="macos")'.dependencies]
mach_o_sys = "0.1.1"
mach = "0.3.2"
libproc = "0.12"
libproc = "0.13"

[target.'cfg(target_os="linux")'.dependencies]
nix = {version = "0.26", default-features = false, features = ["ptrace", "sched", "signal"]}
Expand Down

0 comments on commit 6426946

Please sign in to comment.