Skip to content

Commit ab19eaa

Browse files
authored
Try #4004:
2 parents ae580e5 + 8079c28 commit ab19eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_reflect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ thiserror = "1.0"
2525
serde = "1"
2626
smallvec = { version = "1.6", features = ["serde", "union", "const_generics"], optional = true }
2727
glam = { version = "0.20.0", features = ["serde"], optional = true }
28-
hashbrown = { version = "0.11", features = ["serde"], optional = true }
28+
hashbrown = { version = "0.12", features = ["serde"], optional = true }
2929

3030
[dev-dependencies]
3131
ron = "0.7.0"

crates/bevy_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ahash = "0.7.0"
1313
tracing = { version = "0.1", default-features = false, features = ["std"] }
1414
instant = { version = "0.1", features = ["wasm-bindgen"] }
1515
uuid = { version = "0.8", features = ["v4", "serde"] }
16-
hashbrown = { version = "0.11", features = ["serde"] }
16+
hashbrown = { version = "0.12", features = ["serde"] }
1717

1818
[target.'cfg(target_arch = "wasm32")'.dependencies]
1919
getrandom = {version = "0.2.0", features = ["js"]}

0 commit comments

Comments
 (0)