Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 15, 2024
1 parent a8932e1 commit 643cb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://opensource.freecodecamp.org/freeCodeCampOS/"
repository = "https://github.com/freeCodeCamp/freeCodeCampOS"

[dependencies]
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
indicatif = "0.17.7"
inquire = "0.6.2"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 643cb1f

Please sign in to comment.