diff --git a/Cargo.toml b/Cargo.toml index bd815cd6..517c3160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ version = "0.1.1" anyhow = "1.0.42" bincode = "1.3.3" bytemuck = "1.7.2" -hibitset = { version = "0.6.3", default-features = false } +hibitset = { version = "0.6.3", default-features = false } once_cell = "1.8.0" parking_lot = "0.11.1" rspirv = "0.7.0" @@ -104,7 +104,7 @@ version = "0.15.3" [dev-dependencies.tokio] features = ["full"] -version = "1.8.1" +version = "1.14.0" [features] bench = []