From cd0bf770171a5c3f824265a79762c171f2a13f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:46:26 +0000 Subject: [PATCH] chore(deps)(deps): bump toml from 0.8.23 to 0.9.8 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.8. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.8) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/terraphim-session-analyzer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74b3643c..a60d483f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9282,7 +9282,7 @@ dependencies = [ "terraphim_config", "terraphim_types", "thiserror 1.0.69", - "toml 0.8.23", + "toml 0.9.8", "tracing", "tracing-subscriber", "walkdir", diff --git a/crates/terraphim-session-analyzer/Cargo.toml b/crates/terraphim-session-analyzer/Cargo.toml index 8495d70b..b25267ba 100644 --- a/crates/terraphim-session-analyzer/Cargo.toml +++ b/crates/terraphim-session-analyzer/Cargo.toml @@ -52,7 +52,7 @@ lazy_static = "1.4" indexmap = { version = "2.2", features = ["serde"] } aho-corasick = "1.1" shell-words = "1.1" -toml = "0.8" +toml = "0.9" # Terminal UI colored = "2.1"