build(deps): bump serde_yaml from 0.9.33 to 0.9.34+deprecated

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.33 to 0.9.34+deprecated.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.33...0.9.34)

---
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]
2024-04-30 12:43:40 +00:00
committed by Quentin Gliech
parent 4d6e2bed6d
commit b052f2ec58
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -5439,9 +5439,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.33"
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9"
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
"indexmap 2.2.5",
"itoa",

View File

@@ -29,7 +29,7 @@ rand.workspace = true
rand_chacha = "0.3.1"
rustls.workspace = true
serde_json.workspace = true
serde_yaml = "0.9.33"
serde_yaml = "0.9.34"
sqlx.workspace = true
tokio = { version = "1.36.0", features = ["full"] }
tower.workspace = true