From d10fa57cda223ff8e6920e4b3b1f37a3444a0506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 03:06:02 +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...v3.11.0) --- updated-dependencies: - dependency-name: polling dependency-version: 3.11.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 de7cdbbd..2f17d0d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ cargo_metadata = { version = "0.23", 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"