mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
build(deps): bump clap from 4.5.43 to 4.5.45 (#1812)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.43 to 4.5.45. - [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_complete-v4.5.43...clap_complete-v4.5.45) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a9260cf8f
commit
d7fe8d76c7
3 changed files with 8 additions and 8 deletions
|
|
@ -8,7 +8,7 @@ repository = "https://github.com/automattic/harper"
|
|||
[dependencies]
|
||||
anyhow = "1.0.99"
|
||||
ariadne = "0.4.1"
|
||||
clap = { version = "4.5.43", features = ["derive", "string"] }
|
||||
clap = { version = "4.5.45", features = ["derive", "string"] }
|
||||
harper-stats = { path = "../harper-stats", version = "0.59.0" }
|
||||
dirs = "6.0.0"
|
||||
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.59.0" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue