Skip to content

Commit

Permalink
fix(dependencies): update rust crate serde_with to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 21, 2021
1 parent dfb7c1f commit ac06fd3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 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 @@ -16,7 +16,7 @@ defaults = "0.2.0"
enum_dispatch = "0.3.7"
serde = {version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
serde_with = "1.9.1"
serde_with = "1.9.4"

[dev-dependencies]
maplit = "1.0.2"
Expand Down

0 comments on commit ac06fd3

Please sign in to comment.