olix0r / kubert

Rust Kubernetes runtime helpers. Based on kube-rs.
Apache License 2.0
148 stars 13 forks source link

build(deps): update procfs requirement from 0.16 to 0.17 #276

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on procfs to permit the latest version.

Release notes

Sourced from procfs's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0

Commits
  • e303757 Version 0.17.0
  • 6c959b6 Merge pull request #311 from yamaura/proc_devices
  • f2a51ef Merge pull request #315 from Hwatwasthat/master
  • dc70412 Update Devices struct doc comment to clarify block_devices can be empty
  • d66c910 Remove unnecessary #[allow(non_snake_case)]
  • eb26215 Add support for /dev/devices
  • 53dc3a7 Updated readme to show what the crypto example produces.
  • e0dec8b Implemented example for /dev/crypto parser
  • 784dd2c Merge pull request #314 from Hwatwasthat/master
  • 296791a Reworked pressure example to be more readable.
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)