Skip to content

Commit

Permalink
fix(dependencies): update rust crate serde_with to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 20, 2021
1 parent 8b10608 commit b328e96
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 @@ -16,7 +16,7 @@ defaults = "0.2.0"
enum_dispatch = "0.3.7"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
serde_with = "1.9.4"
serde_with = "1.10.0"
strum = { version = "0.21.0", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit b328e96

Please sign in to comment.