From b2be48b88e252313c936766811d90798042fe297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:25:33 +0000 Subject: [PATCH] Update toml requirement from 0.8 to 0.9 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.0...toml-v0.9.4) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70083f0..56fdfed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ notify = "8.0" serde = { version = "1", features = ["derive"] } serde_json = "1.0.138" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } -toml = "0.8" +toml = "0.9" tracing = "0.1" tracing-subscriber = "0.3" transformrs = "1.0" @@ -27,7 +27,7 @@ assert_cmd = "2" predicates = "3" pretty_assertions = "1" tempfile = "3" -toml = "0.8" +toml = "0.9" [profile.release] # Reduces binary size from 9.9M to 7.5M on MacOS.