diff --git a/cli/Cargo.toml b/cli/Cargo.toml index deb59f7..2a046e3 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.198", features = ["derive"] } +serde = { version = "1.0.199", features = ["derive"] } serde_json = "1.0.116"