Browse Source

Bump serde_json from 1.0.58 to 1.0.59 (#856)

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

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

2
boa/Cargo.toml

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

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.20"
serde_json = "1.0.58"
serde_json = "1.0.59"
colored = "2.0.0"
regex = "1.4.0"
lazy_static = "1.4.0"

2
boa_tester/Cargo.toml

@ -15,7 +15,7 @@ Boa = { path = "../boa" }
structopt = "0.3.20"
serde = { version = "1.0.116", features = ["derive"] }
serde_yaml = "0.8.13"
serde_json = "1.0.58"
serde_json = "1.0.59"
bitflags = "1.2.1"
regex = "1.4.0"
once_cell = "1.4.1"

Loading…
Cancel
Save