-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 6e7442f
Merge #133
133: Bump procfs from 0.7.4 to 0.7.5 r=MikailBag a=dependabot-preview[bot]
Bumps [procfs](https://github.com/eminence/procfs) from 0.7.4 to 0.7.5.
<details>
<summary>Release notes</summary>
*Sourced from [procfs's releases](https://github.com/eminence/procfs/releases).*
> ## v0.7.5
> New features:
>
> * Add a `mode` field to `FDInfo` struct
> * Added a `pid` field to the `Process` struct
>
> Fixes:
>
> * Better documentation to clarify the units in some of the fields that list bytes
> * Use `wrap_io_error` in `Process::fd()` to better capture the path involved in case of an IO error
</details>
<details>
<summary>Commits</summary>
- [`7267c76`](eminence/procfs@7267c76) Version v0.7.5
- [`6f756cd`](eminence/procfs@6f756cd) Merge pull request [#55](https://github-redirect.dependabot.com/eminence/procfs/issues/55) from eminence/fd_fix
- [`663f718`](eminence/procfs@663f718) Fixes for Process::fd() to better protect against disappearing links
- [`d131d91`](eminence/procfs@d131d91) Merge pull request [#54](https://github-redirect.dependabot.com/eminence/procfs/issues/54) from eminence/fd_mode
- [`80ad9d7`](eminence/procfs@80ad9d7) Add a `mode` field to `FDInfo` to capture the read/write mode of a FD
- [`2866393`](eminence/procfs@2866393) Merge pull request [#53](https://github-redirect.dependabot.com/eminence/procfs/issues/53) from eminence/memory_examples
- [`7462dca`](eminence/procfs@7462dca) Add some examples that show how to get currernt memory usage
- [`5ac8ba6`](eminence/procfs@5ac8ba6) Clarified memory units in the `Process` docs
- [`e0ba147`](eminence/procfs@e0ba147) Use the IoErrorWrapper in proc.fd()
- [`bfd2c86`](eminence/procfs@bfd2c86) Add a 'pid' field to the Process struct
- See full diff in [compare view](eminence/procfs@v0.7.4...v0.7.5)
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=procfs&package-manager=cargo&previous-version=0.7.4&new-version=0.7.5)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
0 commit comments