From e4e59ba9af88c84a00c973e6a1a0a8f2ef53008a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:37:19 +0000 Subject: [PATCH] Update polling requirement from 2 to 3 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.0.0...v3.7.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 d3b9b032..e9569b7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ futures-lite = "1.10.1" http = "0.2.1" log = "0.4" once_cell = "1" -polling = "2" +polling = "3" slab = "0.4" sluice = "0.5.4" url = "2.1"