Skip to content

Commit

Permalink
build(deps): bump clap from 4.5.14 to 4.5.15
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.14 to 4.5.15.
- [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.14...clap_complete-v4.5.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent ebf65e5 commit 90e37fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -6,7 +6,7 @@ build = "build.rs"

[dependencies]
anyhow = "1.0"
clap = { version = "4.5.14", features = ["derive", "env"] }
clap = { version = "4.5.15", features = ["derive", "env"] }
dircpy = "0.3.19"
dirs = "5.0"
git2 = "0.19.0"
Expand All @@ -21,5 +21,5 @@ time = { version = "0.3", features = ["local-offset"] }
toml = "0.8"

[build-dependencies]
clap = { version = "4.5.14", features = ["derive", "env"] }
clap = { version = "4.5.15", features = ["derive", "env"] }
clap_complete = "4"

0 comments on commit 90e37fd

Please sign in to comment.