From d1602f5c7710539e5f20781d68d0e5f8b836f794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:39:53 +0000 Subject: [PATCH] build(deps): update toml requirement from 0.7.3 to 0.8.0 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.3...toml-v0.8.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34ff788..17f30e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ reqwest = { version = "0.11.17", features = ["blocking"] } serde = { version = "1.0.162", features = ["derive"] } serde_json = "1.0.96" serde_yaml = "0.9.21" -toml = "0.7.3" +toml = "0.8.0" [dev-dependencies] criterion = "0.5.0"