From 400e2dc14ae4e9269cb0ecad22f9a927822f6981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:50:47 +0000 Subject: [PATCH] Update smol requirement from 1 to 2 Updates the requirements on [smol](https://github.com/smol-rs/smol) to permit the latest version. - [Release notes](https://github.com/smol-rs/smol/releases) - [Changelog](https://github.com/smol-rs/smol/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/smol/compare/v1.0.0...v2.0.2) --- updated-dependencies: - dependency-name: smol dependency-version: 2.0.2 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 ba3b6c0..32ca50f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ schemars = "1" smallvec = "1" rust-i18n = "3" raw-window-handle = "0.6.2" -smol = "1" +smol = "2" tracing = "0.1.41" notify = "7.0.0" lsp-types = "0.97.0"