Skip to content

Commit ec606b6

Browse files
committed
fix cargo hakari
1 parent 0703ef6 commit ec606b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workspace-hack/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ futures-executor = { version = "0.3" }
3131
futures-sink = { version = "0.3" }
3232
futures-util = { version = "0.3", features = ["channel", "io", "sink"] }
3333
getrandom = { version = "0.2", default-features = false, features = ["std"] }
34+
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher", "inline-more"] }
3435
hex = { version = "0.4", features = ["serde"] }
3536
indexmap = { version = "2", features = ["serde"] }
3637
libc = { version = "0.2", features = ["extra_traits"] }
@@ -80,6 +81,7 @@ futures-executor = { version = "0.3" }
8081
futures-sink = { version = "0.3" }
8182
futures-util = { version = "0.3", features = ["channel", "io", "sink"] }
8283
getrandom = { version = "0.2", default-features = false, features = ["std"] }
84+
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher", "inline-more"] }
8385
hex = { version = "0.4", features = ["serde"] }
8486
indexmap = { version = "2", features = ["serde"] }
8587
libc = { version = "0.2", features = ["extra_traits"] }

0 commit comments

Comments
 (0)