[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.95&new-version=1.0.96)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
Cargo.lock | 4 ++--
boa_cli/Cargo.toml | 2 +-
boa_engine/Cargo.toml | 2 +-
boa_tester/Cargo.toml | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 4bab9eba0c9..c38a4399598 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3639,9 +3639,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.95"
+version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
+checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
dependencies = [
"itoa",
"ryu",
diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml
index eed4940a75e..87adec997f8 100644
--- a/boa_cli/Cargo.toml
+++ b/boa_cli/Cargo.toml
@@ -19,7 +19,7 @@ boa_gc.workspace = true
boa_interner.workspace = true
rustyline = { version = "11.0.0", features = ["derive"]}
clap = { version = "4.2.2", features = ["derive"] }
-serde_json = "1.0.95"
+serde_json = "1.0.96"
colored = "2.0.0"
regex = "1.7.3"
phf = { version = "0.11.1", features = ["macros"] }
diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml
index 4f08e0b8b4b..0d48983bdf1 100644
--- a/boa_engine/Cargo.toml
+++ b/boa_engine/Cargo.toml
@@ -50,7 +50,7 @@ boa_macros.workspace = true
boa_ast.workspace = true
boa_parser.workspace = true
serde = { version = "1.0.160", features = ["derive", "rc"] }
-serde_json = "1.0.95"
+serde_json = "1.0.96"
rand = "0.8.5"
num-traits = "0.2.15"
regress = "0.5.0"
diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml
index e0d36f7706e..1a3bfb46af0 100644
--- a/boa_tester/Cargo.toml
+++ b/boa_tester/Cargo.toml
@@ -17,7 +17,7 @@ boa_gc.workspace = true
clap = { version = "4.2.2", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_yaml = "0.9.21"
-serde_json = "1.0.95"
+serde_json = "1.0.96"
bitflags = "2.1.0"
regex = "1.7.3"
once_cell = "1.17.1"