diff --git a/Cargo.lock b/Cargo.lock index 81d2a2fed6..d0ba5f9afb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,9 +1200,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.73" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5" +checksum = "c059c05b48c5c0067d4b4b2b4f0732dd65feb52daf7e0ea09cd87e7dadc1af79" dependencies = [ "itoa 1.0.1", "ryu", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index a1acd2af82..a669d53fa0 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -22,7 +22,7 @@ console = [] boa_unicode = { path = "../boa_unicode", version = "0.13.0" } gc = { version = "0.4.1", features = ["derive"] } serde = { version = "1.0.132", features = ["derive", "rc"] } -serde_json = "1.0.73" +serde_json = "1.0.75" 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 9783e6b344..b5fd0c6658 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -17,7 +17,7 @@ Boa = { path = "../boa", features = ["deser", "console"] } rustyline = "9.1.1" rustyline-derive = "0.6.0" structopt = "0.3.25" -serde_json = "1.0.73" +serde_json = "1.0.75" 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 948132ac48..1b594be70f 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -16,7 +16,7 @@ Boa = { path = "../boa" } structopt = "0.3.25" serde = { version = "1.0.132", features = ["derive"] } serde_yaml = "0.8.23" -serde_json = "1.0.73" +serde_json = "1.0.75" bitflags = "1.3.2" regex = "1.5.4" once_cell = "1.9.0"