Skip to content

Commit

Permalink
build(deps): bump the cargo group with 4 updates (#203)
Browse files Browse the repository at this point in the history
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](rust-cli/human-panic@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](eminence/procfs@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](clap-rs/clap@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 2f02e01 commit 53a1bd7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
21 changes: 10 additions & 11 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 brush-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 53a1bd7

Please sign in to comment.