From c92a4611348225dbef56b8f3f9fa0ced3514c6f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:16:28 +0100 Subject: [PATCH] Update Rust crate serde_yaml to 0.9.31 (#139) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 276d10b..12a27a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,9 +476,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.0" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "heck" @@ -630,9 +630,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" dependencies = [ "equivalent", "hashbrown", @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.30" +version = "0.9.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38" +checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" dependencies = [ "indexmap", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 58747ae..02156f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ clap = { version = "4.4.18", optional = true, features = ["derive"] } octocrab = "0.33.3" indoc = "2.0.4" serde = { version = "1.0.196", optional = true, features = ["derive"] } -serde_yaml = { version = "0.9.30", optional = true } +serde_yaml = { version = "0.9.31", optional = true } thiserror = "1.0.56" tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] } typed-builder = "0.18.1" @@ -43,7 +43,7 @@ url = "2.5.0" mockito = "1.2.0" serde_json = "1.0.113" tempfile = "3.9.0" -serde_yaml = { version = "0.9.30" } +serde_yaml = { version = "0.9.31" } [profile.dist] inherits = "release"