From a72dd46ec79828a8de5dd60f1c7bbff761623096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 08:39:36 +0000 Subject: [PATCH] Bump serde_json from 1.0.66 to 1.0.67 (#1536) --- 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 5b82167f81..92cd1cdf5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1199,9 +1199,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.66" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127" +checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950" dependencies = [ "itoa", "ryu", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index e7bff4a399..27792e5659 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -24,7 +24,7 @@ console = [] boa_unicode = { path = "../boa_unicode", version = "0.11.0" } gc = { version = "0.4.1", features = ["derive"] } serde = { version = "1.0.129", features = ["derive", "rc"] } -serde_json = "1.0.66" +serde_json = "1.0.67" 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 b9ac887adc..947d33428c 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -16,7 +16,7 @@ Boa = { path = "../boa", features = ["deser", "console"] } rustyline = "9.0.0" rustyline-derive = "0.5.0" structopt = "0.3.22" -serde_json = "1.0.66" +serde_json = "1.0.67" 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 89b71489f8..4bd768b67a 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -15,7 +15,7 @@ Boa = { path = "../boa" } structopt = "0.3.22" serde = { version = "1.0.129", features = ["derive"] } serde_yaml = "0.8.20" -serde_json = "1.0.66" +serde_json = "1.0.67" bitflags = "1.3.2" regex = "1.5.4" once_cell = "1.8.0"