diff --git a/crates/next-dev/Cargo.toml b/crates/next-dev/Cargo.toml index 2468d2e2d797e..b930974a01472 100644 --- a/crates/next-dev/Cargo.toml +++ b/crates/next-dev/Cargo.toml @@ -53,7 +53,7 @@ url = "2.3.0" webbrowser = "0.7.1" [dev-dependencies] -chromiumoxide = { version = "0.3.5", features = [ +chromiumoxide = { version = "0.4.0", features = [ "tokio-runtime", ], default-features = false } criterion = { version = "0.3.5", features = ["async_tokio"] }