From b09b99573eee1d06554cf716b82fcc137453d97d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:17:07 +0000 Subject: [PATCH] Update Rust crate serde_yaml to 0.9.0 --- grabber/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grabber/Cargo.toml b/grabber/Cargo.toml index 39b0a5aa..c8fa872e 100644 --- a/grabber/Cargo.toml +++ b/grabber/Cargo.toml @@ -11,5 +11,5 @@ chrono = { version = "0.4.19", features = ["unstable-locales"] } clap = { version = "3.0.0-beta.2", features = ["yaml", "wrap_help", "suggestions", "color"] } octocrab = "0.11.0" serde = "1.0.127" -serde_yaml = "0.8.17" +serde_yaml = "0.9.0" tokio = { version = "1.1.1", features = ["macros", "rt-multi-thread"] } \ No newline at end of file