From 48daa29ed6aad721365220ad4248a8781ff96589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:53:44 +0000 Subject: [PATCH] Update toml requirement from 0.9.8 to 1.0.6 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.9.8...toml-v1.0.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.6+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ghast/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghast/Cargo.toml b/ghast/Cargo.toml index d1ee402..a291e3d 100644 --- a/ghast/Cargo.toml +++ b/ghast/Cargo.toml @@ -24,5 +24,5 @@ spirit = { path = "../spirit" } time = { version = "0.3.36", features = ["local-offset"] } tokio = { version = "1.47.1", features = ["full"] } tokio-stream = "0.1.17" -toml = "0.9.8" +toml = "1.0.6" tracing-subscriber = "0.3.18"