Skip to content

Commit 2cc0fbf

Browse files
build(deps): update pollster requirement from 0.4.0 to 1.0.0
Updates the requirements on [pollster](https://github.com/zesterer/pollster) to permit the latest version. - [Changelog](https://github.com/zesterer/pollster/blob/master/CHANGELOG.md) - [Commits](https://github.com/zesterer/pollster/commits) --- updated-dependencies: - dependency-name: pollster dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fae4729 commit 2cc0fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

abci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ tokio = { version = "1.40", features = ["macros", "signal", "time", "io-std"] }
9393
hex = { version = "0.4.3" }
9494
lazy_static = { version = "1.4.0" }
9595
# Note: pollster is not safe outside of tests, we had issues with it in the past
96-
pollster = { version = "0.4.0" }
96+
pollster = { version = "1.0.0" }

0 commit comments

Comments
 (0)