Skip to content

Commit

Permalink
Upgrade serde and serde_json to 1.0.120
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Jan 20, 2021
1 parent 767c5b8 commit c09242c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 57 deletions.
93 changes: 38 additions & 55 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ license = "MIT"
[dependencies]
ansi_term = "~0.12.1"
clap = "~2.33.3"
serde = "~1.0.118"
serde = "~1.0.120"
serde_json = "~1.0.61"
serde_derive = "~1.0.118"
serde_derive = "~1.0.120"

0 comments on commit c09242c

Please sign in to comment.