Skip to content

Commit

Permalink
fix(dependencies): update rust crate serde to 1.0.130
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 13, 2021
1 parent d6354bd commit 5f9b78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["schema", "executable", "documents"]
chrono = "0.4.19"
defaults = "0.2.0"
enum_dispatch = "0.3.7"
serde = { version = "1.0.127", features = ["derive"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.66"
serde_with = "1.9.4"
strum = { version = "0.21.0", features = ["derive"] }
Expand Down

0 comments on commit 5f9b78a

Please sign in to comment.