From 09a06ccbf41c949084f6e8287ec63cb904cc4072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:02:31 +0400 Subject: [PATCH] Bump serde_yaml from 0.9.27 to 0.9.29 (#4466) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.27 to 0.9.29. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.27...0.9.29) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b09ce7122a0..de2052658c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5027,9 +5027,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.27" +version = "0.9.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" +checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129" dependencies = [ "indexmap 2.1.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index d3e4a9ec444..71cb753bbaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ rustc-hash = "1.1.0" serde = { version = "1.0.188", default-features = false } serde_json = { version = "1.0.107", default-features = false } -serde_yaml = "0.9.25" +serde_yaml = "0.9.29" serde_with = { version = "3.3.0", default-features = false } parity-scale-codec = { version = "3.6.5", default-features = false } json5 = "0.4.1"