Update Cargo dependencies include an incompatible plotters update.
... | ... | @@ -17,7 +17,7 @@ doctest = false |
arraydeque = "0.4" | ||
atomic = { version = "0.5", default-features = false } | ||
cgs = { path = "cgs" } | ||
hashbrown = "0.8" | ||
hashbrown = "0.9" | ||
kdtree = { path = "kdtree" } | ||
macros = { path = "macros" } | ||