Browse Source

Bump serde_yaml from 0.9.28 to 0.9.29 (#3534)

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

---
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/3535/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
d765b080e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      tests/tester/Cargo.toml

4
Cargo.lock generated

@ -3295,9 +3295,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_yaml" name = "serde_yaml"
version = "0.9.28" version = "0.9.29"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9269cfafc7e0257ee4a42f3f68a307f458c63d9e7c8ba4b58c5d15f1b7d7e8d3" checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129"
dependencies = [ dependencies = [
"indexmap 2.1.0", "indexmap 2.1.0",
"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.28" serde_yaml = "0.9.29"
serde_json.workspace = true serde_json.workspace = true
bitflags.workspace = true bitflags.workspace = true
regex.workspace = true regex.workspace = true

Loading…
Cancel
Save