Skip to content

Commit

Permalink
Merge pull request #2596 from input-output-hk/dependabot/cargo/serde_…
Browse files Browse the repository at this point in the history
…json-1.0.59

Bump serde_json from 1.0.58 to 1.0.59
  • Loading branch information
Mikhail Zabaluev committed Oct 13, 2020
2 parents 4532217 + af9327e commit c80331d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 jcli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rand = "0.7"
rand_chacha = "0.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.57"
serde_json = "1.0.59"
serde_yaml = "0.8"
bincode = "1.0.1"
mime = "^0.3.7"
Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rand_chacha = "0.2.2"
rustls = "0.17.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.57"
serde_json = "1.0.59"
serde_yaml = "0.8"
slog = { version = "^2.5.1", features = [ "max_level_trace", "release_max_level_trace" ] }
slog-async = "2.5.0"
Expand Down

0 comments on commit c80331d

Please sign in to comment.