diff --git a/gpu-descriptor/Cargo.toml b/gpu-descriptor/Cargo.toml index a8e2491..415a4ec 100644 --- a/gpu-descriptor/Cargo.toml +++ b/gpu-descriptor/Cargo.toml @@ -22,4 +22,4 @@ bitflags = { version = "2.4", default-features = false } serde = { version = "1.0", optional = true, default-features = false, features = [ "derive", ] } -hashbrown = { version = "0.14", default-features = false, features = ["ahash", "raw"] } +hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] }