Browse Source

Bump serde_yaml from 0.8.18 to 0.8.19 (#1498)

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

6
Cargo.lock generated

@ -1231,12 +1231,12 @@ dependencies = [
[[package]] [[package]]
name = "serde_yaml" name = "serde_yaml"
version = "0.8.18" version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "039ba818c784248423789eec090aab9fb566c7b94d6ebbfa1814a9fd52c8afb2" checksum = "6375dbd828ed6964c3748e4ef6d18e7a175d408ffe184bca01698d0c73f915a9"
dependencies = [ dependencies = [
"dtoa", "dtoa",
"linked-hash-map", "indexmap",
"serde", "serde",
"yaml-rust", "yaml-rust",
] ]

2
boa_tester/Cargo.toml

@ -14,7 +14,7 @@ edition = "2018"
Boa = { path = "../boa" } Boa = { path = "../boa" }
structopt = "0.3.22" structopt = "0.3.22"
serde = { version = "1.0.127", features = ["derive"] } serde = { version = "1.0.127", features = ["derive"] }
serde_yaml = "0.8.18" serde_yaml = "0.8.19"
serde_json = "1.0.66" serde_json = "1.0.66"
bitflags = "1.3.2" bitflags = "1.3.2"
regex = "1.5.4" regex = "1.5.4"

Loading…
Cancel
Save