From 02e3c47d753cc3a51fec1b3d3239a80dae209352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:30:03 +0000 Subject: [PATCH] Bump serde_yaml from 0.9.29 to 0.9.30 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.29 to 0.9.30. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.29...0.9.30) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- code-generator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de3dc45ab..f4fa64bb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1211,9 +1211,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.29" +version = "0.9.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129" +checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38" dependencies = [ "indexmap 2.1.0", "itoa", diff --git a/code-generator/Cargo.toml b/code-generator/Cargo.toml index d57deecb9..0876ab226 100644 --- a/code-generator/Cargo.toml +++ b/code-generator/Cargo.toml @@ -11,6 +11,6 @@ publish = false [dependencies] reqwest = { version = "0.11.23", default-features = false, features = ["blocking", "rustls-tls"] } k8s-openapi = { version = "0.20.0", features = ["latest"] } -serde_yaml = { version = "0.9.29" } +serde_yaml = { version = "0.9.30" } glob = { version = "0.3.1" } itertools = { version = "0.12.0" }