diff --git a/gpu-descriptor/Cargo.toml b/gpu-descriptor/Cargo.toml index c4dff9f..d1a5852 100644 --- a/gpu-descriptor/Cargo.toml +++ b/gpu-descriptor/Cargo.toml @@ -20,4 +20,4 @@ gpu-descriptor-types = { path = "../types", version = "0.1" } tracing = { version = "0.1", optional = true, default-features = false } bitflags = { version = "1.2", default-features = false } serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] } -hashbrown = { version = "0.12" } +hashbrown = { version = "0.14" }