Update indexmap and hashbrown dependencies

This commit is contained in:
Deukhoofd 2023-07-22 12:31:42 +02:00
parent 12802ce542
commit df5d73c753
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ chrono = "0.4.19"
# Used for RNG
rand = "0.8.5"
rand_pcg = "0.3.1"
hashbrown = "0.13.1"
indexmap = "1.8.2"
hashbrown = "0.14.0"
indexmap = "2.0.0"
parking_lot = "0.12.1"
serde = { version = "1.0.137", optional = true, features = ["derive"] }
serde_repr = "0.1.12"