Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2022
1 parent 5125da0 commit ef10af3
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_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ boa_parser.workspace = true
rustyline = "10.0.0"
rustyline-derive = "0.7.0"
clap = { version = "4.0.26", features = ["derive"] }
serde_json = "1.0.88"
serde_json = "1.0.89"
colored = "2.0.0"
regex = "1.7.0"
phf = { version = "0.11.1", features = ["macros"] }
Expand Down
2 changes: 1 addition & 1 deletion boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ boa_macros.workspace = true
boa_ast.workspace = true
boa_parser.workspace = true
serde = { version = "1.0.147", features = ["derive", "rc"] }
serde_json = "1.0.88"
serde_json = "1.0.89"
rand = "0.8.5"
num-traits = "0.2.15"
regress = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ boa_parser.workspace = true
clap = { version = "4.0.26", features = ["derive"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_yaml = "0.9.14"
serde_json = "1.0.88"
serde_json = "1.0.89"
bitflags = "1.3.2"
regex = "1.7.0"
once_cell = "1.16.0"
Expand Down

0 comments on commit ef10af3

Please sign in to comment.