From 0e0f61cd4f5278680693626558ea7b63a80a7ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 02:52:53 +0000 Subject: [PATCH] Update serde_yaml requirement from 0.8 to 0.9 in /rawler 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.0...0.9.0) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rawler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rawler/Cargo.toml b/rawler/Cargo.toml index 41fa8b675..51aa03b07 100644 --- a/rawler/Cargo.toml +++ b/rawler/Cargo.toml @@ -40,7 +40,7 @@ multiversion = "0.6.1" backtrace = "0.3" [dev-dependencies] -serde_yaml = "0.8" +serde_yaml = "0.9" env_logger = "0.9.0" criterion = {version = "0.3", features = ["html_reports"]}