From c712bb730c8ccfc75c1c604477796829a297e6f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:01:59 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.198 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3776b7d..deb59f7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -12,5 +12,5 @@ repository = "https://github.com/freeCodeCamp/freeCodeCampOS" clap = { version = "4.5.4", features = ["derive"] } indicatif = "0.17.7" inquire = "0.6.2" -serde = { version = "1.0.197", features = ["derive"] } +serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116"