update some crates

This commit is contained in:
Emil Ernerfeldt 2020-07-17 09:45:28 +02:00
parent 67bafad8f9
commit c204922a3a
2 changed files with 328 additions and 261 deletions

585
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -15,8 +15,8 @@ include = [ "**/*.rs", "Cargo.toml", "fonts/ProggyClean.ttf", "fonts/Comfortaa-R
[lib]
[dependencies]
ahash = "0.3"
parking_lot = "0.10"
ahash = "0.4"
parking_lot = "0.11"
rusttype = "0.9"
serde = { version = "1", features = ["derive"], optional = true }