Browse Source

Bump serde_yaml from 0.9.22 to 0.9.23 (#3143)

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

---
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>
gh-readonly-queue/main/pr-3144-8e48cec73fae708420b9af88813d4870243c491a
dependabot[bot] 1 year ago committed by GitHub
parent
commit
c135577c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_tester/Cargo.toml

4
Cargo.lock generated

@ -3631,9 +3631,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.22"
version = "0.9.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85"
checksum = "da6075b41c7e3b079e5f246eb6094a44850d3a4c25a67c581c80796c80134012"
dependencies = [
"indexmap 2.0.0",
"itoa",

2
boa_tester/Cargo.toml

@ -16,7 +16,7 @@ boa_engine.workspace = true
boa_gc.workspace = true
clap = { version = "4.3.11", features = ["derive"] }
serde = { version = "1.0.171", features = ["derive"] }
serde_yaml = "0.9.22"
serde_yaml = "0.9.23"
serde_json = "1.0.102"
bitflags = "2.3.3"
regex = "1.9.1"

Loading…
Cancel
Save