diff --git a/Cargo.lock b/Cargo.lock index aea724a194..6c2cfda1b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1199,9 +1199,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.67" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950" +checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8" dependencies = [ "itoa", "ryu", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 7edf86f652..73f77a7de7 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.130", features = ["derive", "rc"] } -serde_json = "1.0.67" +serde_json = "1.0.68" 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 a7ae8dbe50..71f4b39aa7 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.23" -serde_json = "1.0.67" +serde_json = "1.0.68" 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 2ee63625c6..e545557a2f 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -15,7 +15,7 @@ Boa = { path = "../boa" } structopt = "0.3.23" serde = { version = "1.0.130", features = ["derive"] } serde_yaml = "0.8.21" -serde_json = "1.0.67" +serde_json = "1.0.68" bitflags = "1.3.2" regex = "1.5.4" once_cell = "1.8.0"