From 56c76ad9cdf9d86a61fd61557e4e170128bde4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:21:30 -0700 Subject: [PATCH] build(deps): bump procfs from 0.16.0 to 0.17.0 (#3269) Bumps [procfs](https://github.com/eminence/procfs) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/eminence/procfs/releases) - [Commits](https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: procfs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 9 ++++----- linkerd/system/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c97651502d..04125e0018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2822,22 +2822,21 @@ dependencies = [ [[package]] name = "procfs" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" +checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" dependencies = [ "bitflags 2.4.2", "hex", - "lazy_static", "procfs-core", "rustix", ] [[package]] name = "procfs-core" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" +checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" dependencies = [ "bitflags 2.4.2", "hex", diff --git a/linkerd/system/Cargo.toml b/linkerd/system/Cargo.toml index e36892a32e..0d04303c67 100644 --- a/linkerd/system/Cargo.toml +++ b/linkerd/system/Cargo.toml @@ -14,4 +14,4 @@ tracing = "0.1" [target.'cfg(target_os = "linux")'.dependencies] libc = "0.2" -procfs = { version = "0.16.0", default-features = false } +procfs = { version = "0.17.0", default-features = false }