Skip to content

Commit

Permalink
Bump serde_json from 1.0.57 to 1.0.58 (#747)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.57...v1.0.58)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2020
1 parent 8816df8 commit e83a03a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 boa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ profiler = ["measureme", "once_cell"]

[dependencies]
gc = { version = "0.3.6", features = ["derive"] }
serde_json = "1.0.57"
serde_json = "1.0.58"
rand = "0.7.3"
num-traits = "0.2.12"
regex = "1.3.9"
Expand Down
2 changes: 1 addition & 1 deletion boa_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Boa = { path = "../boa", features = ["serde"] }
rustyline = "6.3.0"
rustyline-derive = "0.3.1"
structopt = "0.3.18"
serde_json = "1.0.57"
serde_json = "1.0.58"
colored = "2.0.0"
regex = "1.3.9"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Boa = { path = "../boa" }
structopt = "0.3.18"
serde = { version = "1.0.116", features = ["derive"] }
serde_yaml = "0.8.13"
serde_json = "1.0.57"
serde_json = "1.0.58"
bitflags = "1.2.1"
regex = "1.3.9"
once_cell = "1.4.1"
Expand Down

0 comments on commit e83a03a

Please sign in to comment.