From 64f56eaaccabefa0cbb0650f3960398464724391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 03:40:45 +0000 Subject: [PATCH] Update polling requirement from 2.8.0 to 3.7.4 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-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 d4efe6ff..68da1db3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ cargo_metadata = { version = "0.18", default-features = false } mio = { version = "1.0", default-features = false } cfg-if = "1.0.0" -polling = "2.8.0" +polling = "3.7.4" libc = "0.2" rand = "0.8"