Skip to content

Commit 8321f64

Browse files
authored
Update ahash 0.8.6 -> 0.8.11 (#4507)
See: tkaitchuck/aHash#183 (comment) * Closes #4476
1 parent 738ea75 commit 8321f64

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
110110

111111
[[package]]
112112
name = "ahash"
113-
version = "0.8.6"
113+
version = "0.8.11"
114114
source = "registry+https://github.com/rust-lang/crates.io-index"
115-
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
115+
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
116116
dependencies = [
117117
"cfg-if",
118118
"getrandom",
@@ -1139,7 +1139,7 @@ version = "0.5.2"
11391139
source = "registry+https://github.com/rust-lang/crates.io-index"
11401140
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
11411141
dependencies = [
1142-
"libloading 0.7.4",
1142+
"libloading 0.8.0",
11431143
]
11441144

11451145
[[package]]
@@ -1950,7 +1950,7 @@ dependencies = [
19501950
"bitflags 2.5.0",
19511951
"com",
19521952
"libc",
1953-
"libloading 0.7.4",
1953+
"libloading 0.8.0",
19541954
"thiserror",
19551955
"widestring",
19561956
"winapi",
@@ -4285,7 +4285,7 @@ dependencies = [
42854285
"js-sys",
42864286
"khronos-egl",
42874287
"libc",
4288-
"libloading 0.7.4",
4288+
"libloading 0.8.0",
42894289
"log",
42904290
"metal",
42914291
"naga",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ egui_demo_lib = { version = "0.27.2", path = "crates/egui_demo_lib", default-fea
6262
egui_glow = { version = "0.27.2", path = "crates/egui_glow", default-features = false }
6363
eframe = { version = "0.27.2", path = "crates/eframe", default-features = false }
6464

65-
ahash = { version = "0.8.6", default-features = false, features = [
65+
ahash = { version = "0.8.11", default-features = false, features = [
6666
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead
6767
"std",
6868
] }

0 commit comments

Comments
 (0)