From 26528511ca9318dac74362aeda21a0701ad65438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 01:46:55 +0000 Subject: [PATCH] Update Rust crate toml to ^0.8.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dedb902..f2ea498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ log = { version = "^0.4.20", optional = true } rand_chacha = { version = "^0.3.1", optional = true, features = ["std"] } rand_core = { version = '^0.6.4', optional = true, features = ["std"] } rust-ini = { version = "^0.19.0", optional = true } -toml = { version = "^0.8.4", optional = true } +toml = { version = "^0.8.8", optional = true } yaml-rust = { version = "^0.4.5", optional = true } [dev-dependencies]