From a9ca8cdc18b4b2f95a8af3cf9d0957b164f3369b Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 26 Oct 2023 05:49:14 +0000 Subject: [PATCH] fix(deps): update rust crate serde_yaml to 0.9.27 --- Cargo.lock | 4 ++-- cuddle/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f50ab5f..25cb4b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1951,9 +1951,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.26" +version = "0.9.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94bf752b3784a50c603c3ec452c6be3bfe01312ce0a60c87a6ed25d68da2cb6" +checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/cuddle/Cargo.toml b/cuddle/Cargo.toml index 4d32082..864f901 100644 --- a/cuddle/Cargo.toml +++ b/cuddle/Cargo.toml @@ -15,7 +15,7 @@ path = "src/main.rs" [dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] } serde = { version = "1.0.190", features = ["derive"] } -serde_yaml = "0.9.26" +serde_yaml = "0.9.27" walkdir = "2.4.0" git2 = { version = "0.18.1", default-features = false, features = [ "vendored-libgit2",