From 620d1325136e76e6235ad49b2ebce176e0247569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:05:38 +0000 Subject: [PATCH] Update polling requirement from 2.8.0 to 3.11.0 Updates the requirements on [polling](https://github.com/smol-rs/polling) to permit the latest version. - [Release notes](https://github.com/smol-rs/polling/releases) - [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/polling/compare/v2.8.0...v2.8.0) --- updated-dependencies: - dependency-name: polling dependency-version: 2.8.0 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 0eb29dad..112dc39a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ cargo_metadata = { version = "0.22", default-features = false } mio = { version = "1.0", default-features = false } cfg-if = "1.0.0" -polling = "2.8.0" +polling = "3.11.0" educe = "0.6.0" libc = "0.2"