Skip to content

Commit

Permalink
Merge pull request #295 from aegoroff/dependabot/cargo/clap-eq-4.5.21
Browse files Browse the repository at this point in the history
chore(deps): update clap requirement from =4.5.20 to =4.5.21
  • Loading branch information
aegoroff authored Nov 14, 2024
2 parents 76eaba7 + f9384c1 commit a736ff7
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.22.22"
serde = { version = "=1.0.215", features = ["derive"] }
serde_json = "=1.0.132"
vfs = "=0.12.0"
clap = { version = "=4.5.20", features = ["std", "color", "suggestions", "cargo", "derive"] }
clap = { version = "=4.5.21", features = ["std", "color", "suggestions", "cargo", "derive"] }
clap_complete = "=4.5.38"
petgraph = "=0.6.5"
ansi_term = "=0.12.1"
Expand Down

0 comments on commit a736ff7

Please sign in to comment.