From 3e6c1e5dac73e8aaf331f4baf395795d56a4be70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:37:13 +0000 Subject: [PATCH] Update toml requirement from 0.7.5 to 0.8.6 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.5...toml-v0.8.6) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jig-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jig-cli/Cargo.toml b/jig-cli/Cargo.toml index 92bcc84..0c7139c 100644 --- a/jig-cli/Cargo.toml +++ b/jig-cli/Cargo.toml @@ -16,7 +16,7 @@ regex = { workspace = true } self_update = { version = "0.37.0", default-features = false, features = ["rustls"] } serde = { workspace = true } serde_json = { workspace = true } -toml = "0.7.5" +toml = "0.8.6" url = { version = "2.4.0", default-features = false } [features]