Skip to content

Commit

Permalink
fix(deps): update rust crate inquire to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent c712bb7 commit 38704ea
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.4", features = ["derive"] }
indicatif = "0.17.7"
inquire = "0.6.2"
inquire = "0.7.4"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"

0 comments on commit 38704ea

Please sign in to comment.