Skip to content

Commit 28c644b

Browse files
committed
Another hakari update
1 parent 820cda5 commit 28c644b

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspace-hack/Cargo.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ half = { version = "2", default-features = false, features = ["num-traits"] }
2727
log = { version = "0.4", default-features = false, features = ["std"] }
2828
num-traits = { version = "0.2", features = ["i128", "libm"] }
2929
once_cell = { version = "1", default-features = false, features = ["portable-atomic", "std"] }
30+
raw-window-handle = { version = "0.6", default-features = false, features = ["std"] }
3031
regex = { version = "1", default-features = false, features = ["perf", "std"] }
3132
regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "std"] }
3233
serde = { version = "1", features = ["alloc", "derive", "rc"] }
@@ -47,10 +48,12 @@ bit-set = { version = "0.8" }
4748
bit-vec = { version = "0.8" }
4849
bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
4950
bytemuck = { version = "1", default-features = false, features = ["aarch64_simd"] }
51+
fastrand = { version = "2", features = ["js"] }
5052
futures-core = { version = "0.3" }
5153
futures-sink = { version = "0.3" }
5254
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
53-
hashbrown = { version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
55+
hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", default-features = false, features = ["default-hasher", "inline-more"] }
56+
hashbrown-986da7b5efc2b80e = { package = "hashbrown", version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
5457
indexmap = { version = "2" }
5558
libc = { version = "0.2", features = ["extra_traits"] }
5659
memchr = { version = "2" }
@@ -60,7 +63,7 @@ rustc-hash = { version = "1" }
6063
[target.x86_64-unknown-linux-gnu.build-dependencies]
6164
bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
6265
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
63-
hashbrown = { version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
66+
hashbrown-986da7b5efc2b80e = { package = "hashbrown", version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
6467
indexmap = { version = "2" }
6568
libc = { version = "0.2", features = ["extra_traits"] }
6669
log = { version = "0.4", default-features = false, features = ["std"] }
@@ -77,7 +80,8 @@ bit-vec = { version = "0.8" }
7780
bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
7881
core-foundation = { version = "0.10" }
7982
half = { version = "2" }
80-
hashbrown = { version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
83+
hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", default-features = false, features = ["default-hasher", "inline-more"] }
84+
hashbrown-986da7b5efc2b80e = { package = "hashbrown", version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
8185
image = { version = "0.25", default-features = false, features = ["png", "tiff"] }
8286
indexmap = { version = "2" }
8387
libc = { version = "0.2" }
@@ -98,10 +102,12 @@ bit-set = { version = "0.8" }
98102
bit-vec = { version = "0.8" }
99103
bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
100104
bytemuck = { version = "1", default-features = false, features = ["aarch64_simd"] }
105+
fastrand = { version = "2", features = ["js"] }
101106
futures-core = { version = "0.3" }
102107
futures-sink = { version = "0.3" }
103108
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
104-
hashbrown = { version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
109+
hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", default-features = false, features = ["default-hasher", "inline-more"] }
110+
hashbrown-986da7b5efc2b80e = { package = "hashbrown", version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
105111
indexmap = { version = "2" }
106112
libc = { version = "0.2", features = ["extra_traits"] }
107113
memchr = { version = "2" }
@@ -111,7 +117,7 @@ rustc-hash = { version = "1" }
111117
[target.aarch64-unknown-linux-gnu.build-dependencies]
112118
bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
113119
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
114-
hashbrown = { version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
120+
hashbrown-986da7b5efc2b80e = { package = "hashbrown", version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
115121
indexmap = { version = "2" }
116122
libc = { version = "0.2", features = ["extra_traits"] }
117123
log = { version = "0.4", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)