From 871a5ea2294ca14ebdd62bef8e2fd9744ef495fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 21:57:42 +0000 Subject: [PATCH] Bump serde_json from 1.0.69 to 1.0.70 (#1713) 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.69 to 1.0.70.
Release notes

Sourced from serde_json's releases.

v1.0.70

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.69&new-version=1.0.70)](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/Cargo.toml | 2 +- boa_cli/Cargo.toml | 2 +- boa_tester/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6f61a540f..0cd15a14b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,9 +1200,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8" +checksum = "e277c495ac6cd1a01a58d0a0c574568b4d1ddf14f59965c6a58b8d96400b54f3" dependencies = [ "itoa", "ryu", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 69f0eb22ec..75cac27e26 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -25,7 +25,7 @@ console = [] boa_unicode = { path = "../boa_unicode", version = "0.13.0" } gc = { version = "0.4.1", features = ["derive"] } serde = { version = "1.0.130", features = ["derive", "rc"] } -serde_json = "1.0.69" +serde_json = "1.0.70" rand = "0.8.4" num-traits = "0.2.14" regress = "0.4.1" diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 0123c0469b..22f0a02001 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -17,7 +17,7 @@ Boa = { path = "../boa", features = ["deser", "console"] } rustyline = "9.0.0" rustyline-derive = "0.5.0" structopt = "0.3.25" -serde_json = "1.0.69" +serde_json = "1.0.70" colored = "2.0.0" regex = "1.5.4" lazy_static = "1.4.0" diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 1e6578e8eb..a05b8b95ab 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -19,7 +19,7 @@ Boa = { path = "../boa" } structopt = "0.3.25" serde = { version = "1.0.130", features = ["derive"] } serde_yaml = "0.8.21" -serde_json = "1.0.69" +serde_json = "1.0.70" bitflags = "1.3.2" regex = "1.5.4" once_cell = "1.8.0"