Skip to content

Commit

Permalink
Bump the patch-and-minor group with 2 updates (#181)
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor group with 2 updates: [clap](https://github.com/clap-rs/clap) and [env_logger](https://github.com/rust-cli/env_logger).


Updates `clap` from 4.5.8 to 4.5.13
- [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_complete-v4.5.8...v4.5.13)

Updates `env_logger` from 0.11.3 to 0.11.5
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.3...v0.11.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
...

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 Aug 2, 2024
1 parent c7fcae6 commit f2b2034
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ edition = "2021"

[dependencies]
alpm = "3.0.5"
clap = { version = "4.5.8", features = ["help", "usage", "error-context", "std", "derive"], default-features = false }
clap = { version = "4.5.13", features = ["help", "usage", "error-context", "std", "derive"], default-features = false }
notify-rust = "4.11"
utmp-rs = "0.3.0"
time = "0.3.36"
log = "0.4.22"
env_logger = "0.11.2"
env_logger = "0.11.5"
anyhow = "1.0.82"

0 comments on commit f2b2034

Please sign in to comment.