From 9d4e952715ebafbb5d68d386b4467d7c7d4dccc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:09:49 +0000 Subject: [PATCH] Bump serde_json from 1.0.105 to 1.0.106 (#3268) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3c84bf3900..82b8d581ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3597,9 +3597,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" dependencies = [ "itoa", "ryu", diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 439e8183df..386207c56b 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -20,7 +20,7 @@ boa_interner.workspace = true boa_runtime.workspace = true rustyline = { version = "12.0.0", features = ["derive"]} clap = { version = "4.4.2", features = ["derive"] } -serde_json = "1.0.105" +serde_json = "1.0.106" colored = "2.0.4" regex = "1.9.5" phf = { version = "0.11.2", features = ["macros"] } diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index f4221a6d5e..215cd249cf 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -54,7 +54,7 @@ boa_ast.workspace = true boa_parser.workspace = true boa_icu_provider.workspace = true serde = { version = "1.0.188", features = ["derive", "rc"] } -serde_json = "1.0.105" +serde_json = "1.0.106" rand = "0.8.5" num-traits = "0.2.16" regress = "0.7.1" diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index ec10fffa61..a5d86d9933 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -17,7 +17,7 @@ boa_gc.workspace = true clap = { version = "4.4.2", features = ["derive"] } serde = { version = "1.0.188", features = ["derive"] } serde_yaml = "0.9.25" -serde_json = "1.0.105" +serde_json = "1.0.106" bitflags = "2.4.0" regex = "1.9.5" once_cell = "1.18.0"