diff --git a/bracket-terminal/Cargo.toml b/bracket-terminal/Cargo.toml index 5f60799..b379c8f 100644 --- a/bracket-terminal/Cargo.toml +++ b/bracket-terminal/Cargo.toml @@ -32,7 +32,7 @@ parking_lot = { version = "~0.12" } ctrlc = { version = "3.5.2", optional=true } anyhow = "~1.0" wgpu = { version = "29.0.3", optional=true } -pollster = { version = "0.4", optional=true } +pollster = { version = "1.0", optional=true } bytemuck = {version = "1.4.0", optional=true } [target.'cfg(not(any(target_arch = "wasm32")))'.dependencies]