From e0b08337979fdd31db63a4bc5a2c178f0554b98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 10:57:37 +0000 Subject: [PATCH] Bump serde_json from 1.0.87 to 1.0.88 (#2445) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.87 to 1.0.88.
Release notes

Sourced from serde_json's releases.

v1.0.88

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.87&new-version=1.0.88)](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 308292210b..311d249ea3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1613,9 +1613,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" +checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" dependencies = [ "itoa", "ryu", diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 286809b454..774dc865e9 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -19,7 +19,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.87" +serde_json = "1.0.88" colored = "2.0.0" regex = "1.7.0" phf = { version = "0.11.1", features = ["macros"] } diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index 579e3e8394..2b3b965191 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -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.87" +serde_json = "1.0.88" rand = "0.8.5" num-traits = "0.2.15" regress = "0.4.1" diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index d83bf00cf6..9670ae6102 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -19,7 +19,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.87" +serde_json = "1.0.88" bitflags = "1.3.2" regex = "1.7.0" once_cell = "1.16.0"