From cb0a8a2a624ceb15df6c5159815e00f7cc51a8a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 03:39:55 +0000 Subject: [PATCH] Update Rust crate serde_yaml to v0.9.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 46cd1b03b..34a67004d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ regex = "1.6.0" schemars = "0.8.10" serde = { version = "1.0.140", features = ["derive"] } serde_json = "1.0.82" -serde_yaml = "0.8.26" +serde_yaml = "0.9.4" strum = { version = "0.24.1", features = ["derive"] } thiserror = "1.0.31" tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] } @@ -39,7 +39,7 @@ stackable-operator-derive = { path = "stackable-operator-derive" } [dev-dependencies] rstest = "0.15.0" tempfile = "3.3.0" -serde_yaml = "0.8" +serde_yaml = "0.9" [features] default = ["native-tls"]