Skip to content

Commit

Permalink
Bump serde_json from 1.0.103 to 1.0.104 (#3178)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.103 to 1.0.104.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.103...v1.0.104)

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

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 Jul 27, 2023
1 parent a312487 commit 93e3b2f
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.19", features = ["derive"] }
serde_json = "1.0.103"
serde_json = "1.0.104"
colored = "2.0.4"
regex = "1.9.1"
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.176", features = ["derive", "rc"] }
serde_json = "1.0.103"
serde_json = "1.0.104"
rand = "0.8.5"
num-traits = "0.2.16"
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.19", features = ["derive"] }
serde = { version = "1.0.176", features = ["derive"] }
serde_yaml = "0.9.25"
serde_json = "1.0.103"
serde_json = "1.0.104"
bitflags = "2.3.3"
regex = "1.9.1"
once_cell = "1.18.0"
Expand Down

0 comments on commit 93e3b2f

Please sign in to comment.