Update serde_yaml requirement from 0.8 to 0.9 (#2185)

Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.0...0.9.34)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-15 15:17:38 +02:00 committed by GitHub
parent 167d25c3af
commit e70b23fc6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,7 @@ addr2line = "0.21"
typed-arena = "2.0" typed-arena = "2.0"
paste = "1" paste = "1"
enum-map = "2.7" enum-map = "2.7"
serde_yaml = { version = "0.8", optional = true } # For parsing the injections yaml file serde_yaml = { version = "0.9", optional = true } # For parsing the injections yaml file
toml = { version = "0.4.2", optional = true } # For parsing the injections toml file toml = { version = "0.4.2", optional = true } # For parsing the injections toml file
pyo3 = { version = "0.18", optional = true , features = ["multiple-pymethods"]} pyo3 = { version = "0.18", optional = true , features = ["multiple-pymethods"]}
bytes-utils = "0.1" bytes-utils = "0.1"