From facf6b0aed98eaa400c337ce33d649d95992516c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:00:33 +0000 Subject: [PATCH] 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 fbb9ea6..4d5fa14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/api.rs" [dependencies] regex = "1.5.4" clap = { version = "4.2.4", features = ["derive"] } -toml = "0.7.3" +toml = "0.8.0" walkdir = "2.3.2" rayon = "1.5.1" serde = { version = "1.0", features = ["derive"] }