From 5dc4a4c5f22bdfbd99e610fc29faac0d57875266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:03:56 +0000 Subject: [PATCH] Update serde_yaml requirement from 0.8.17 to 0.9.16 in /grabber Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.17...0.9.16) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- grabber/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grabber/Cargo.toml b/grabber/Cargo.toml index 39b0a5aa..21aa509d 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.16" tokio = { version = "1.1.1", features = ["macros", "rt-multi-thread"] } \ No newline at end of file