Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.187
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2023
1 parent 8e4b73a commit 803f2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = ["command-line-utilities"]
clap = { version = "4.4.0", features = ["derive"] }
clap_complete = "4.4.0"
colored = "2.0.4"
serde = { version = "1.0.186", features = ["derive"] }
serde = { version = "1.0.187", features = ["derive"] }
toml = "0.7.3"
flate2 = "1.0"
shellexpand = "3.1.0"
Expand Down

0 comments on commit 803f2b3

Please sign in to comment.