Skip to content

Commit 54fdd0d

Browse files
Bump clap from 4.5.2 to 4.5.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.2...v4.5.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee05c24 commit 54fdd0d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tree-sitter-spicy = { git = "https://github.com/bbannier/tree-sitter-spicy" }
1111
topiary-core = { git = "https://github.com/tweag/topiary.git", version = "0.3.0" }
1212
topiary-tree-sitter-facade = { git = "https://github.com/tweag/topiary.git", version = "0.3.0" }
1313
tree-sitter-facade = { git = "https://github.com/tweag/tree-sitter-facade" }
14-
clap = { version = "4.5.2", features = ["std", "derive", "help"], default-features = false }
14+
clap = { version = "4.5.3", features = ["std", "derive", "help"], default-features = false }
1515
tree-sitter = "0.22.1"
1616
thiserror = "1.0.57"
1717
miette = { version = "7.2.0", default-features = false, features = ["derive", "fancy"] }

0 commit comments

Comments
 (0)