From 084b2a025e8ac51515ca713092e00ef136c042fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 05:50:18 +0000 Subject: [PATCH] build(deps): update toml requirement from 0.7.3 to 0.8.2 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.2) --- 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..7a1b047 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.2" [dev-dependencies] criterion = "0.5.0"