From 3c3dc5e0562fc6c75921473a1d8e55101c0e3344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:43:52 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.8.12 (#1813) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 945958dc8..5b2449449 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ tempfile = "3.10.1" tera = { version = "1.19.1", default-features = false } terminal_size = "0.3.0" thiserror = "1.0.58" -toml = { version = "0.8.11", features = ["parse"] } +toml = { version = "0.8.12", features = ["parse"] } toml_edit = { version = "0.22.9", features = ["parse"] } url = "2.5.0" usage-lib = { version = "0.1.12", features = ["clap"] }