Skip to content

Commit c79f01e

Browse files
fix(deps): update rust crate inquire to 0.7.4
1 parent f94a7e5 commit c79f01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ repository = "https://github.com/freeCodeCamp/freeCodeCampOS"
1111
[dependencies]
1212
clap = { version = "4.5.3", features = ["derive"] }
1313
indicatif = "0.17.7"
14-
inquire = "0.6.2"
14+
inquire = "0.7.4"
1515
serde = { version = "1.0.197", features = ["derive"] }
1616
serde_json = "1.0.114"

0 commit comments

Comments
 (0)