Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.199
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent 9b8f111 commit 3d16be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3d16be2

Please sign in to comment.