Skip to content

Commit

Permalink
Bump the patch-and-minor group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor group with 4 updates: [clap](https://github.com/clap-rs/clap), [log](https://github.com/rust-lang/log), [env_logger](https://github.com/rust-cli/env_logger) and [anyhow](https://github.com/dtolnay/anyhow).


Updates `clap` from 4.5.0 to 4.5.1
- [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.0...clap_complete-v4.5.1)

Updates `log` from 0.4.20 to 0.4.21
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.20...0.4.21)

Updates `env_logger` from 0.11.1 to 0.11.2
- [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.1...v0.11.2)

Updates `anyhow` from 1.0.79 to 1.0.80
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.79...1.0.80)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: log
  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
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent ba54b46 commit 95cb261
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

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

[dependencies]
alpm = "2.2.3"
clap = { version = "4.4.12", features = ["help", "usage", "error-context", "std", "derive"], default-features = false }
clap = { version = "4.5.1", features = ["help", "usage", "error-context", "std", "derive"], default-features = false }
notify-rust = "4.10"
utmp-rs = "0.3.0"
time = "0.3.32"
log = "0.4.20"
env_logger = "0.11.1"
anyhow = "1.0.78"
log = "0.4.21"
env_logger = "0.11.2"
anyhow = "1.0.80"

0 comments on commit 95cb261

Please sign in to comment.