Skip to content

Commit d10fa57

Browse files
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](smol-rs/polling@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] <[email protected]>
1 parent 467bad1 commit d10fa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cargo_metadata = { version = "0.23", default-features = false }
3131
mio = { version = "1.0", default-features = false }
3232

3333
cfg-if = "1.0.0"
34-
polling = "2.8.0"
34+
polling = "3.11.0"
3535
educe = "0.6.0"
3636

3737
libc = "0.2"

0 commit comments

Comments
 (0)