From 53a1bd77d4bcbb3f1f09df7d7609995ef835408a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:53:38 -0700 Subject: [PATCH] build(deps): bump the cargo group with 4 updates (#203) Bumps the cargo group with 4 updates: [human-panic](https://github.com/rust-cli/human-panic), [pathdiff](https://github.com/Manishearth/pathdiff), [procfs](https://github.com/eminence/procfs) and [clap_mangen](https://github.com/clap-rs/clap). Updates `human-panic` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-cli/human-panic/compare/v2.0.1...v2.0.2) Updates `pathdiff` from 0.2.1 to 0.2.2 - [Commits](https://github.com/Manishearth/pathdiff/commits) Updates `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) Updates `clap_mangen` from 0.2.23 to 0.2.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.23...clap_mangen-v0.2.24) --- updated-dependencies: - dependency-name: human-panic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: pathdiff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: procfs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 21 ++++++++++----------- brush-core/Cargo.toml | 2 +- brush-shell/Cargo.toml | 4 ++-- xtask/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c914c9e..8ff61bc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,9 +572,9 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "clap_mangen" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb" +checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf" dependencies = [ "clap", "roff", @@ -1230,9 +1230,9 @@ dependencies = [ [[package]] name = "human-panic" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c5a08ed290eac04006e21e63d32e90086b6182c7cd0452d10f4264def1fec9a" +checksum = "80b84a66a325082740043a6c28bbea400c129eac0d3a27673a1de971e44bf1f7" dependencies = [ "anstream", "anstyle", @@ -1671,9 +1671,9 @@ dependencies = [ [[package]] name = "pathdiff" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" +checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361" [[package]] name = "peg" @@ -1823,24 +1823,23 @@ 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.6.0", "chrono", "flate2", "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.6.0", "chrono", diff --git a/brush-core/Cargo.toml b/brush-core/Cargo.toml index 7531a41e..721eef3f 100644 --- a/brush-core/Cargo.toml +++ b/brush-core/Cargo.toml @@ -63,7 +63,7 @@ nix = { version = "0.29.0", features = [ uzers = "0.12.1" [target.'cfg(target_os = "linux")'.dependencies] -procfs = "0.16.0" +procfs = "0.17.0" [dev-dependencies] anyhow = "1.0.89" diff --git a/brush-shell/Cargo.toml b/brush-shell/Cargo.toml index 8a3568a8..00c381f4 100644 --- a/brush-shell/Cargo.toml +++ b/brush-shell/Cargo.toml @@ -45,7 +45,7 @@ git-version = "0.3.9" lazy_static = "1.5.0" tracing = "0.1.40" tracing-subscriber = "0.3.18" -human-panic = "2.0.1" +human-panic = "2.0.2" [target.'cfg(not(any(windows, unix)))'.dependencies] brush-interactive = { version = "^0.2.10", path = "../brush-interactive", features = [ @@ -72,7 +72,7 @@ expectrl = { git = "https://github.com/zhiburt/expectrl", rev = "a0f4f7816b9a47a glob = "0.3.1" indent = "0.1.1" junit-report = "0.8.3" -pathdiff = "0.2.1" +pathdiff = "0.2.2" regex = "1.11.0" serde = { version = "1.0.210", features = ["derive"] } serde_yaml = "0.9.34" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 4f37a86b..de84765a 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -15,5 +15,5 @@ rust-version.workspace = true anyhow = "1.0.89" brush-shell = { version = "^0.2.10", path = "../brush-shell" } clap = { version = "4.5.17", features = ["derive"] } -clap_mangen = "0.2.23" +clap_mangen = "0.2.24" clap-markdown = "0.1.4"