Skip to content

Commit 2e9db4e

Browse files
build(deps): bump clap from 4.5.51 to 4.5.53
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.51 to 4.5.53. - [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.51...clap_complete-v4.5.53) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1377ab5 commit 2e9db4e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.51", features = ["derive", "std", "string"], default-features = false }
11+
clap = { version = "4.5.53", features = ["derive", "std", "string"], default-features = false }
1212
harper-stats = { path = "../harper-stats", version = "0.73.0" }
1313
dirs = "6.0.0"
1414
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.73.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.73.0" }
1818
harper-python = { path = "../harper-python", version = "0.73.0" }
1919
tower-lsp-server = "0.22.1"
2020
tokio = { version = "1.48.0", default-features = false, features = ["fs", "io-std", "io-util", "macros", "net", "rt-multi-thread", "sync"] }
21-
clap = { version = "4.5.51", default-features = false, features = ["derive", "std"] }
21+
clap = { version = "4.5.53", default-features = false, features = ["derive", "std"] }
2222
once_cell = "1.21.3"
2323
dirs = "6.0.0"
2424
anyhow = "1.0.100"

0 commit comments

Comments
 (0)