From 0743c6388912fdad3a6ff054a40215951160e444 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 04:21:18 +0000 Subject: [PATCH] Update Rust crate toml to ^0.8.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b4633e..07caf1d 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.20.0", optional = true } -toml = { version = "^0.8", optional = true } +toml = { version = "^0.8.10", optional = true } yaml-rust = { version = "^0.4.5", optional = true } [dev-dependencies]