Skip to content

Commit

Permalink
fix(dependencies): update rust crate serde_with to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 1, 2021
1 parent c8cc744 commit f4b789f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chrono = "0.4.19"
defaults = "0.2.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
serde_with = "1.10.0"
serde_with = "1.11.0"
strum = { version = "0.21.0", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit f4b789f

Please sign in to comment.