diff --git a/heim-runtime/Cargo.toml b/heim-runtime/Cargo.toml index af786ee6..a58d86d1 100644 --- a/heim-runtime/Cargo.toml +++ b/heim-runtime/Cargo.toml @@ -18,7 +18,7 @@ futures-util = { version = "^0.3", default-features = false, features = ["std", pin-utils = { version = "0.1.0-alpha.4", optional = true } # runtime-polyfill -async-task = { version = "^1.3", optional = true } +async-task = { version = "^3.0", optional = true } crossbeam-utils = { version = "~0.7", optional = true } futures-channel = "^0.3" futures-timer = "~3.0"