update some crates
This commit is contained in:
parent
67bafad8f9
commit
c204922a3a
2 changed files with 328 additions and 261 deletions
585
Cargo.lock
generated
585
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue