Skip to content

Commit a00ace1

Browse files
build(deps): bump clap from 4.5.48 to 4.5.50 (#2112)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.48 to 4.5.50. - [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.48...clap_complete-v4.5.50) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.50 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>
1 parent 0861d39 commit a00ace1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

harper-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/automattic/harper"
88
[dependencies]
99
anyhow = "1.0.100"
1010
ariadne = "0.4.1"
11-
clap = { version = "4.5.48", features = ["derive", "string"] }
11+
clap = { version = "4.5.50", features = ["derive", "string"] }
1212
harper-stats = { path = "../harper-stats", version = "0.70.0" }
1313
dirs = "6.0.0"
1414
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.70.0" }

harper-ls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ harper-html = { path = "../harper-html", version = "0.70.0" }
1818
harper-python = { path = "../harper-python", version = "0.70.0" }
1919
tower-lsp-server = "0.22.1"
2020
tokio = { version = "1.48.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
21-
clap = { version = "4.5.48", features = ["derive"] }
21+
clap = { version = "4.5.50", features = ["derive"] }
2222
once_cell = "1.21.3"
2323
dirs = "6.0.0"
2424
anyhow = "1.0.100"

0 commit comments

Comments
 (0)