Browse Source

Bump serde_json from 1.0.62 to 1.0.64 (#1149)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.62 to 1.0.64.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.62...v1.0.64)

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

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

@ -1157,9 +1157,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.62"
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
dependencies = [
"itoa",
"ryu",

2
boa/Cargo.toml

@ -24,7 +24,7 @@ console = []
boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
gc = { version = "0.3.6", features = ["derive"] }
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.62"
serde_json = "1.0.64"
rand = "0.8.3"
num-traits = "0.2.14"
regress = "0.2.0"

2
boa_cli/Cargo.toml

@ -16,7 +16,7 @@ Boa = { path = "../boa", features = ["deser", "console"] }
rustyline = "7.1.0"
rustyline-derive = "0.4.0"
structopt = "0.3.21"
serde_json = "1.0.62"
serde_json = "1.0.64"
colored = "2.0.0"
regex = "1.4.3"
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.123", features = ["derive"] }
serde_yaml = "0.8.17"
serde_json = "1.0.62"
serde_json = "1.0.64"
bitflags = "1.2.1"
regex = "1.4.3"
once_cell = "1.5.2"

Loading…
Cancel
Save