From 9d6795e7a5d44994f04d33fd3c31a15332473f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:16:18 +0000 Subject: [PATCH] Update toml_edit requirement from 0.21 to 0.22 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.6) --- 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 2439e2e..7971823 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1.0" sysinfo = "0.30" thiserror = "1" -toml_edit = "0.21" +toml_edit = "0.22" tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] } tokio-postgres-rustls = "0.10" tracing = "0.1"