Skip to content

Commit

Permalink
chore(deps): bump clap-markdown from 0.1.3 to 0.1.4
Browse files Browse the repository at this point in the history
Bumps [clap-markdown](https://github.com/ConnorGray/clap-markdown) from 0.1.3 to 0.1.4.
- [Changelog](https://github.com/ConnorGray/clap-markdown/blob/main/docs/CHANGELOG.md)
- [Commits](ConnorGray/clap-markdown@v0.1.3...v0.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and benfdking committed Jun 17, 2024
1 parent 3690efd commit 8187c01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sqruff-lib = { version = "0.7.0", path = "../lib" }
lsp = { path = "../lsp" }
clap = { version = "4", features = ["derive"] }
console = "0.15.8"
clap-markdown = { version = "0.1.3", optional = true }
clap-markdown = { version = "0.1.4", optional = true }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = { version = "0.5", package = "tikv-jemallocator", optional = true }
Expand Down

0 comments on commit 8187c01

Please sign in to comment.