Skip to content

Commit

Permalink
build(deps): update procfs requirement from ^0.10 to ^0.11 (#418)
Browse files Browse the repository at this point in the history
Updates the requirements on [procfs](https://github.com/eminence/procfs) to permit the latest version.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: procfs
  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 Oct 15, 2021
1 parent 99b6064 commit d1528e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -36,7 +36,7 @@ reqwest = { version = "^0.11", features = ["blocking"], optional = true }
thiserror = "^1.0"

[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "^0.10", optional = true, default-features = false }
procfs = { version = "^0.11", optional = true, default-features = false }

[dev-dependencies]
criterion = "0.3"
Expand Down

0 comments on commit d1528e1

Please sign in to comment.