Skip to content

Commit

Permalink
chore(deps): Bump procfs from 0.16.0 to 0.17.0 (#18818)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 18604b2 commit ee4d9e7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
19 changes: 9 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ tower-layer = "0.3.2"
tower-service = "0.3.2"

[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "0.16", default-features = false }
procfs = { version = "0.17", default-features = false }
libc = "0.2"

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/common/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tracing-subscriber = "0.3.17"
[target.'cfg(not(madsim))'.dependencies]
http-body = "1"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "0.16", default-features = false }
procfs = { version = "0.17", default-features = false }
libc = "0.2"

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ xxhash-rust = { version = "0.8.7", features = ["xxh32", "xxh64"] }
zstd = { version = "0.13", default-features = false }

[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "0.16", default-features = false }
procfs = { version = "0.17", default-features = false }
libc = "0.2"
nix = { version = "0.29", features = ["fs", "mman"] }

Expand Down

0 comments on commit ee4d9e7

Please sign in to comment.