diff --git a/Cargo.lock b/Cargo.lock index dc0778eda7f..c663693025c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -981,9 +981,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.57" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c" +checksum = "a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4" dependencies = [ "itoa", "ryu", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 7329e15b209..0cda3d9b984 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -15,7 +15,7 @@ profiler = ["measureme", "once_cell"] [dependencies] gc = { version = "0.3.6", features = ["derive"] } -serde_json = "1.0.57" +serde_json = "1.0.58" rand = "0.7.3" num-traits = "0.2.12" regex = "1.3.9" diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 9884eb860b2..5e606e060a3 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -15,7 +15,7 @@ Boa = { path = "../boa", features = ["serde"] } rustyline = "6.3.0" rustyline-derive = "0.3.1" structopt = "0.3.18" -serde_json = "1.0.57" +serde_json = "1.0.58" colored = "2.0.0" regex = "1.3.9" lazy_static = "1.4.0" diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 5840ec983a0..2f6f71229c0 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -15,7 +15,7 @@ Boa = { path = "../boa" } structopt = "0.3.18" serde = { version = "1.0.116", features = ["derive"] } serde_yaml = "0.8.13" -serde_json = "1.0.57" +serde_json = "1.0.58" bitflags = "1.2.1" regex = "1.3.9" once_cell = "1.4.1"