Browse Source

Bump serde_json from 1.0.59 to 1.0.60 (#951)

pull/944/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
c5c804dbe4
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

@ -1096,9 +1096,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.59"
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779"
dependencies = [
"itoa",
"ryu",

2
boa/Cargo.toml

@ -18,7 +18,7 @@ console = []
[dependencies]
gc = { version = "0.3.6", features = ["derive"] }
serde_json = "1.0.59"
serde_json = "1.0.60"
rand = "0.7.3"
num-traits = "0.2.14"
regress = "0.2.0"

2
boa_cli/Cargo.toml

@ -16,7 +16,7 @@ Boa = { path = "../boa", features = ["serde", "console"] }
rustyline = "6.3.0"
rustyline-derive = "0.3.1"
structopt = "0.3.21"
serde_json = "1.0.59"
serde_json = "1.0.60"
colored = "2.0.0"
regex = "1.4.2"
lazy_static = "1.4.0"

2
boa_tester/Cargo.toml

@ -15,7 +15,7 @@ Boa = { path = "../boa" }
structopt = "0.3.21"
serde = { version = "1.0.117", features = ["derive"] }
serde_yaml = "0.8.14"
serde_json = "1.0.59"
serde_json = "1.0.60"
bitflags = "1.2.1"
regex = "1.4.2"
once_cell = "1.5.2"

Loading…
Cancel
Save