diff --git a/Cargo.lock b/Cargo.lock index 9120342..3294e24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3271,9 +3271,9 @@ dependencies = [ [[package]] name = "pollster" -version = "0.4.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" +checksum = "bc6355899e1c9462875b6757c79f3caa011a1fdae12bbb1a2e72dd1f234f8336" [[package]] name = "portable-atomic" diff --git a/Cargo.toml b/Cargo.toml index f045a56..171057f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ iced_test = "=0.14.0" criterion = { version = "0.5", default-features = false, features = ["cargo_bench_support"] } # block_on for the headless wgpu device setup in the grid_render bench — avoids # pulling a full async runtime into a bench. License: MIT OR Apache-2.0. -pollster = "0.4" +pollster = "1.0" # Iced internals the grid_render bench drives directly for a headless render # baseline (layout via UserInterface, per-renderer rasterization). All are # already in the dependency graph at these exact versions (transitive deps of