Browse Source

Bump serde_json from 1.0.57 to 1.0.58 (#747)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.57...v1.0.58)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/750/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
e83a03ad6f
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

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

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

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

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

Loading…
Cancel
Save