Skip to content

Commit

Permalink
chore(deps): Bump procfs from 0.15.1 to 0.16.0 (#13203)
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 Nov 2, 2023
1 parent fdfbf53 commit 41d82d2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
24 changes: 17 additions & 7 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 @@ -113,7 +113,7 @@ tower-layer = "0.3.2"
tower-service = "0.3.2"

[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "0.15", default-features = false }
procfs = { version = "0.16", 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 @@ -73,7 +73,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.15", default-features = false }
procfs = { version = "0.16", default-features = false }
libc = "0.2"
nix = { version = "0.27", features = ["fs", "mman"] }

Expand Down

0 comments on commit 41d82d2

Please sign in to comment.