Skip to content

Commit

Permalink
Bump serde_json from 1.0.60 to 1.0.61
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.60 to 1.0.61.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.60...v1.0.61)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 29, 2020
1 parent 23895f5 commit f938223
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ panic = "abort"
[build-dependencies]
tera = "1.6.0"
ignore = "0.4.17"
serde_json = "1.0.60"
serde_json = "1.0.61"

[dependencies]
aho-corasick = "0.7.15"
Expand All @@ -46,7 +46,7 @@ dashmap = { version = "3.11.10", features = ["serde"] }
num-format = "0.4.0"
once_cell = "1.5.2"
regex = "1.4.2"
serde_json = "1.0.60"
serde_json = "1.0.61"

[dependencies.env_logger]
features = []
Expand Down

0 comments on commit f938223

Please sign in to comment.