Skip to content

Commit

Permalink
fix(dependencies): update rust crate serde to 1.0.127
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Aug 9, 2021
1 parent a370dc5 commit 4bfa1d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -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.126", features = ["derive"] }
serde = {version = "1.0.127", features = ["derive"] }
serde_json = "1.0.64"
serde_with = "1.9.4"

Expand Down

0 comments on commit 4bfa1d5

Please sign in to comment.