Skip to content

Commit

Permalink
Bump serde_json from 1.0.64 to 1.0.66 (#1448)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.64 to 1.0.66.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.64...v1.0.66)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 30, 2021
1 parent 4b6401a commit 05b6054
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 @@ -24,7 +24,7 @@ console = []
boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
gc = { version = "0.4.1", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = "1.0.64"
serde_json = "1.0.66"
rand = "0.8.4"
num-traits = "0.2.14"
regress = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion boa_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Boa = { path = "../boa", features = ["deser", "console"] }
rustyline = "8.2.0"
rustyline-derive = "0.4.0"
structopt = "0.3.22"
serde_json = "1.0.64"
serde_json = "1.0.66"
colored = "2.0.0"
regex = "1.5.4"
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.22"
serde = { version = "1.0.126", features = ["derive"] }
serde_yaml = "0.8.17"
serde_json = "1.0.64"
serde_json = "1.0.66"
bitflags = "1.2.1"
regex = "1.5.4"
once_cell = "1.8.0"
Expand Down

0 comments on commit 05b6054

Please sign in to comment.