From 63ae792631700602251d75d4ac1aa778a08a94d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:01:39 +0000 Subject: [PATCH] cargo: bump the minor-updates group with 1 update Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. Updates `toml` to 0.8.8 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.8) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 703e3ba..d54ff6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ pulldown-cmark = { version = "0.9.1", default-features = false, optional = true regex = { version = "1.5.4", default-features = false, features = ["std", "unicode"], optional = true } semver = { version = "1.0.5", optional = true } syn = { version = "2.0.15", default-features = false, features = ["parsing", "printing", "full"], optional = true } -toml = { version = "0.7.8", optional = true } +toml = { version = "0.8.8", optional = true } url = { version = "2.2.2", optional = true } [dev-dependencies]