Skip to content

Commit

Permalink
Bump serde_json from 1.0.53 to 1.0.55 (#12)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.53 to 1.0.55.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.53...v1.0.55)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jun 15, 2020
1 parent d400bd3 commit 00dcb52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ indexmap = "1.4.0"
lazy_static = "1.4.0"
rand = "0.7.3"
serde = { version = "1.0.112", features = [ "derive" ] }
serde_json = "1.0.53"
serde_json = "1.0.55"
serenity = { version = "0.8.6", features = [ "voice" ] }
tokio = { version = "0.2.21", features = [ "rt-threaded" ] }
toml = "0.5.6"
Expand Down
2 changes: 1 addition & 1 deletion lib/reddit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http = "0.2.1"
hyper = "0.13.6"
hyper-tls = "0.4.1"
serde = { version = "1.0.112", features = [ "derive" ] }
serde_json = "1.0.53"
serde_json = "1.0.55"

[dev-dependencies]
tokio = { version = "0.2.21", features = [ "macros" ] }

0 comments on commit 00dcb52

Please sign in to comment.