Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.194
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent 601713f commit e41cd3b
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 @@ -14,7 +14,7 @@ categories=["development-tools"]

[dependencies]
reqwest = "0.9.0" # http requests
serde = {version = "1.0.111", features = ["derive"]} # serialization
serde = {version = "1.0.194", features = ["derive"]} # serialization
serde_json = "1.0.53" # serialize JSON
clap = "2.33.1" # argument parsing
colored = "1.9" # color in terminal
Expand Down

0 comments on commit e41cd3b

Please sign in to comment.