chore(deps): bump serde_yaml from 0.9.23 to 0.9.25

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-11 14:29:57 +00:00
committed by جاد
parent ffaab771f3
commit f02b7229fd

4
Cargo.lock generated
View File

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