Skip to content

Commit 1f5d6c6

Browse files
chore(deps): bump procfs from 0.17.0 to 0.18.0 in /native (#2278)
Bumps [procfs](https://github.com/eminence/procfs) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/eminence/procfs/releases) - [Commits](eminence/procfs@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: procfs dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6b5b4c commit 1f5d6c6

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

native/Cargo.lock

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

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ parking_lot = "0.12.3"
7575
datafusion-comet-objectstore-hdfs = { path = "../hdfs", optional = true, default-features = false, features = ["hdfs"] }
7676

7777
[target.'cfg(target_os = "linux")'.dependencies]
78-
procfs = "0.17.0"
78+
procfs = "0.18.0"
7979

8080
[dev-dependencies]
8181
pprof = { version = "0.15", features = ["flamegraph"] }

0 commit comments

Comments
 (0)