From 5efd90483ad6f5ad9ad22ffe2bebef10c924e29a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 08:10:28 +0000 Subject: [PATCH] fix(deps): update rust crate inquire to 0.7.0 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6f23e97a..af74df31 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,6 +11,6 @@ repository = "https://github.com/freeCodeCamp/freeCodeCampOS" [dependencies] clap = { version = "4.5.1", features = ["derive"] } indicatif = "0.17.7" -inquire = "0.6.2" +inquire = "0.7.0" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114"