Skip to content

Commit fe29516

Browse files
Bump procfs from 0.12.0 to 0.15.1 in /src/agent
Bumps [procfs](https://github.com/eminence/procfs) from 0.12.0 to 0.15.1. - [Release notes](https://github.com/eminence/procfs/releases) - [Commits](eminence/procfs@v0.12.0...v0.15.1) --- updated-dependencies: - dependency-name: procfs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aec6c01 commit fe29516

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/agent/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/coverage-legacy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ winapi = "0.3"
3737
pete = "0.9"
3838
# For procfs, opt out of the `chrono` freature; it pulls in an old version
3939
# of `time`. We do not use the methods that the `chrono` feature enables.
40-
procfs = { version = "0.12", default-features = false, features=["flate2"] }
40+
procfs = { version = "0.15", default-features = false, features=["flate2"] }
4141

4242
[dev-dependencies]
4343
env_logger = "0.9"

src/agent/coverage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ debugger = { path = "../debugger" }
2525
pete = "0.9"
2626
# For procfs, opt out of the `chrono` freature; it pulls in an old version
2727
# of `time`. We do not use the methods that the `chrono` feature enables.
28-
procfs = { version = "0.12", default-features = false, features = ["flate2"] }
28+
procfs = { version = "0.15", default-features = false, features = ["flate2"] }
2929

3030
[dev-dependencies]
3131
clap = { version = "4.0", features = ["derive"] }

0 commit comments

Comments
 (0)