Skip to content

Commit

Permalink
fix(deps): update rust crate inquire to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 21, 2024
1 parent bae0ea3 commit 63642f3
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 @@ -11,6 +11,6 @@ repository = "https://github.com/freeCodeCamp/freeCodeCampOS"
[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
indicatif = "0.17.7"
inquire = "0.6.2"
inquire = "0.7.3"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"

0 comments on commit 63642f3

Please sign in to comment.