Skip to content

Commit

Permalink
Bump serde_json from 1.0.97 to 1.0.99 (#3065)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.97 to 1.0.99.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.97...v1.0.99)

---
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] committed Jun 26, 2023
1 parent 2ecaac3 commit d0fa8cb
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 @@ -20,7 +20,7 @@ boa_interner.workspace = true
boa_runtime.workspace = true
rustyline = { version = "12.0.0", features = ["derive"]}
clap = { version = "4.3.8", features = ["derive"] }
serde_json = "1.0.97"
serde_json = "1.0.99"
colored = "2.0.0"
regex = "1.8.4"
phf = { version = "0.11.2", 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 @@ -54,7 +54,7 @@ boa_ast.workspace = true
boa_parser.workspace = true
boa_icu_provider.workspace = true
serde = { version = "1.0.164", features = ["derive", "rc"] }
serde_json = "1.0.97"
serde_json = "1.0.99"
rand = "0.8.5"
num-traits = "0.2.15"
regress = "0.6.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 @@ -17,7 +17,7 @@ boa_gc.workspace = true
clap = { version = "4.3.8", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_yaml = "0.9.21"
serde_json = "1.0.97"
serde_json = "1.0.99"
bitflags = "2.3.2"
regex = "1.8.4"
once_cell = "1.18.0"
Expand Down

0 comments on commit d0fa8cb

Please sign in to comment.