Skip to content

Commit

Permalink
Merge pull request #309 from Automattic/dependabot/cargo/clap-4.5.23
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.5.21 to 4.5.23
  • Loading branch information
elijah-potter authored Dec 26, 2024
2 parents 3671947 + 09072cc commit 0ef0f96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion harper-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/automattic/harper"
[dependencies]
anyhow = "1.0.95"
ariadne = "0.4.1"
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
harper-core = { path = "../harper-core", version = "0.12.0" }
harper-comments = { path = "../harper-comments", version = "0.12.0" }
serde_json = "1.0.133"
2 changes: 1 addition & 1 deletion harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ harper-comments = { path = "../harper-comments", version = "0.12.0" }
harper-html = { path = "../harper-html", version = "0.12.0" }
tower-lsp = "0.20.0"
tokio = { version = "1.42.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
once_cell = "1.20.2"
dirs = "5.0.1"
anyhow = "1.0.95"
Expand Down

0 comments on commit 0ef0f96

Please sign in to comment.