Skip to content

Commit

Permalink
fix: update clap to 4.5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Jan 18, 2025
1 parent 1aa9ae2 commit a36be98
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 @@ -9,7 +9,7 @@ repository = "https://github.com/adalinesimonian/gdvm"
[dependencies]

# For command-line argument parsing:
clap = { version = "4.5.24", features = ["derive", "wrap_help"] }
clap = { version = "4.5.26", features = ["derive", "wrap_help"] }
regex = "1.11.1"

# For cross-platform paths:
Expand Down

0 comments on commit a36be98

Please sign in to comment.