From fc85ea96ad92bf0b0bc9173016b207d75a99585d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:44:14 -0500 Subject: [PATCH] Bump the cargo group across 1 directory with 2 updates (#162) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9de0d13..bbb2023 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" tempfile = "3.20.0" tokio = { version = "1.45.0", features = ["full"] } -toml = "0.8.22" -tower-lsp-server = { version = "0.21.1", features = ["proposed"] } +toml = "0.9.2" +tower-lsp-server = { version = "0.22.0", features = ["proposed"] } thiserror = "2.0.12" which = "8.0.0"