From a39d3a0134e5d3f5f34742d073d0d3e52611e190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 08:47:14 +0000 Subject: [PATCH] Update toml_edit requirement from 0.21.0 to 0.22.13 Updates the requirements on [toml_edit](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/v0.21.0...v0.22.13) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3b6dfd..b42ce69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ futures = { version = "0.3.17", features = [] } serde_json = "1.0.108" serde = { version = "1.0.190", features = ["derive"] } toml = { version = "0.8.8", features = [] } -toml_edit = "0.21.0" +toml_edit = "0.22.13" log = "0.4.20" simple_logger = "4.3.3" enum-map = "2.7.3"