From 9aefea2fc2324fc76ebd7d97894b19d54c69e19c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:13:42 +0000 Subject: [PATCH] fix(deps): update dependencies (non-major) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c118d61..40236a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ cargo = "0.72" fs_extra = "1" patch = "0.7" semver = "1" -toml = "0.7" +toml = "0.8" [dev-dependencies] cargo-test-macro = { git = "https://github.com/rust-lang/cargo.git", version = "0.1.0", tag = "0.72.1" }