This is an automated email from the ASF dual-hosted git repository.

richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 94f3b713 Bump procfs from 0.17.0 to 0.18.0 (#1465)
94f3b713 is described below

commit 94f3b713ab60bc1ae410be42534ba04cf8c46ca8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 21 14:18:55 2025 +0800

    Bump procfs from 0.17.0 to 0.18.0 (#1465)
    
    Bumps [procfs](https://github.com/eminence/procfs) from 0.17.0 to 0.18.0.
    - [Release notes](https://github.com/eminence/procfs/releases)
    - [Commits](https://github.com/eminence/procfs/compare/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>
---
 Cargo.lock | 11 +++++------
 Cargo.toml |  2 +-
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 022c154c..14d57f46 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3097,23 +3097,22 @@ dependencies = [
 
 [[package]]
 name = "procfs"
-version = "0.17.0"
+version = "0.18.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f"
+checksum = "25485360a54d6861439d60facef26de713b1e126bf015ec8f98239467a2b82f7"
 dependencies = [
  "bitflags 2.9.1",
  "chrono",
  "flate2",
- "hex",
  "procfs-core",
- "rustix 0.38.44",
+ "rustix 1.0.8",
 ]
 
 [[package]]
 name = "procfs-core"
-version = "0.17.0"
+version = "0.18.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
+checksum = "e6401bf7b6af22f78b563665d15a22e9aef27775b79b149a66ca022468a4e405"
 dependencies = [
  "bitflags 2.9.1",
  "chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 11d5beaa..759a0f1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -96,7 +96,7 @@ once_cell = "1.21.3"
 panic-message = "0.3.0"
 parking_lot = "0.12.5"
 paste = "1.0.15"
-procfs = "0.17.0"
+procfs = "0.18.0"
 prost = "0.14.1"
 rand = "0.9.2"
 smallvec = "2.0.0-alpha.11"

Reply via email to