Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3835e43

Browse files
authoredMar 11, 2024··
fix(deps): update rust crate inquire to 0.7.1
1 parent a94f765 commit 3835e43

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.2", features = ["derive"] }
1313
indicatif = "0.17.7"
14-
inquire = "0.6.2"
14+
inquire = "0.7.1"
1515
serde = { version = "1.0.197", features = ["derive"] }
1616
serde_json = "1.0.114"

0 commit comments

Comments
 (0)
Please sign in to comment.