Skip to content

Commit 4d1e8aa

Browse files
Update pollster requirement from 0.3 to 0.4
--- updated-dependencies: - dependency-name: pollster dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b6d0c3 commit 4d1e8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ opt-level = 1
8686
static_assertions = "1"
8787

8888
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
89-
pollster = { version = "0.3", features = ["macro"] }
89+
pollster = { version = "0.4", features = ["macro"] }
9090
ui_test = "0.25"
9191

9292
[target.'cfg(target_family = "wasm")'.dev-dependencies]

0 commit comments

Comments
 (0)