Skip to content

Commit 64f56ea

Browse files
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](smol-rs/polling@v2.8.0...v2.8.0) --- updated-dependencies: - dependency-name: polling dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c004cb commit 64f56ea

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
@@ -27,7 +27,7 @@ cargo_metadata = { version = "0.18", default-features = false }
2727
mio = { version = "1.0", default-features = false }
2828

2929
cfg-if = "1.0.0"
30-
polling = "2.8.0"
30+
polling = "3.7.4"
3131

3232
libc = "0.2"
3333
rand = "0.8"

0 commit comments

Comments
 (0)