Skip to content

Commit

Permalink
Automatically update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larz authored and larz committed Mar 31, 2024
1 parent f935d46 commit 7425462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ required-features = ["bin"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.3", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"], optional = true }
clap = { version = "4.5.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"], optional = true }
clean-path = { version = "0.2.1", optional = true }
home = { version = "0.5.9", optional = true }
lazy_static = { version = "1.4.0", optional = true }
Expand Down

0 comments on commit 7425462

Please sign in to comment.