Skip to content

Commit

Permalink
build(deps): update pollster requirement from 0.3.0 to 0.4.0 (#110)
Browse files Browse the repository at this point in the history
* build(deps): update pollster requirement from 0.3.0 to 0.4.0

---
updated-dependencies:
- dependency-name: pollster
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: add doc to cargo.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukasz Klimek <[email protected]>
  • Loading branch information
dependabot[bot] and lklimek authored Nov 27, 2024
1 parent 9745cf3 commit 3fd4d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ futures = { version = "0.3.30" }
tokio = { version = "1.40", features = ["macros", "signal", "time", "io-std"] }
hex = { version = "0.4.3" }
lazy_static = { version = "1.4.0" }
pollster = { version = "0.3.0" }
# Note: pollster is not safe outside of tests, we had issues with it in the past
pollster = { version = "0.4.0" }

0 comments on commit 3fd4d40

Please sign in to comment.