Skip to content

Commit

Permalink
Merge pull request #158 from aegoroff/dependabot/cargo/clap-eq-4.4.11
Browse files Browse the repository at this point in the history
chore(deps): update clap requirement from =4.4.10 to =4.4.11
  • Loading branch information
aegoroff authored Dec 5, 2023
2 parents d0a72cf + 3119d2f commit e428e26
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 @@ -18,7 +18,7 @@ toml_edit = "=0.21.0"
serde = { version = "=1.0.193", features = ["derive"] }
serde_json = "=1.0.108"
vfs = "=0.10.0"
clap = { version = "=4.4.10", features = ["std", "color", "suggestions", "cargo", "derive"] }
clap = { version = "=4.4.11", features = ["std", "color", "suggestions", "cargo", "derive"] }
clap_complete = "=4.4.4"
petgraph = "=0.6.4"
ansi_term = "=0.12.1"
Expand Down

0 comments on commit e428e26

Please sign in to comment.