update hashbrown to 0.14.2 (#14603)
# Objective - We previously had a dependency in `bevy_utils`, `hashbrown = 0.14`, and used the `hashbrown::hash_table` api, which was introduced in `0.14.2`. ## Solution - Bump `hashbrown` to `0.14.2` ## Testing - Now compiles with the minimum declared `hashbrown` version. ---
This commit is contained in:
parent
8235daaea0
commit
4b20d822e9
@ -15,7 +15,7 @@ detailed_trace = []
|
||||
ahash = "0.8.7"
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
web-time = { version = "1.1" }
|
||||
hashbrown = { version = "0.14", features = ["serde"] }
|
||||
hashbrown = { version = "0.14.2", features = ["serde"] }
|
||||
bevy_utils_proc_macros = { version = "0.15.0-dev", path = "macros" }
|
||||
thread_local = "1.0"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user