Browse Source

Bump serde_json from 1.0.67 to 1.0.68 (#1577)

pull/1569/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
0d2f53657c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa/Cargo.toml
  3. 2
      boa_cli/Cargo.toml
  4. 2
      boa_tester/Cargo.toml

4
Cargo.lock generated

@ -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",

2
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"

2
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"

2
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"

Loading…
Cancel
Save