Browse Source

Bump serde_yaml from 0.9.31 to 0.9.32 (#3683)

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.31 to 0.9.32.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.31...0.9.32)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3685/head
dependabot[bot] 9 months ago committed by GitHub
parent
commit
54413ad765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      tests/tester/Cargo.toml

4
Cargo.lock generated

@ -3332,9 +3332,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_yaml" name = "serde_yaml"
version = "0.9.31" version = "0.9.32"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f"
dependencies = [ dependencies = [
"indexmap 2.2.3", "indexmap 2.2.3",
"itoa", "itoa",

2
tests/tester/Cargo.toml

@ -17,7 +17,7 @@ boa_runtime.workspace = true
boa_gc.workspace = true boa_gc.workspace = true
clap = { workspace = true, features = ["derive"] } clap = { workspace = true, features = ["derive"] }
serde = { workspace = true, features = ["derive"] } serde = { workspace = true, features = ["derive"] }
serde_yaml = "0.9.31" serde_yaml = "0.9.32"
serde_json.workspace = true serde_json.workspace = true
bitflags.workspace = true bitflags.workspace = true
regex.workspace = true regex.workspace = true

Loading…
Cancel
Save