build: updated dependencies

This commit is contained in:
Observer KRypt0n_ 2023-04-16 12:22:15 +02:00
parent 921e071763
commit 2bc1a89f9f
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -16,10 +16,11 @@ path = "../anime-game-core" # ! for dev purposes only
[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
tracing = "0.1"
cached = { version = "0.42", features = ["proc_macro"] }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
cached = { version = "0.43", features = ["proc_macro"] }
enum-ordinalize = { version = "3.1", optional = true }
wincompatlib = { version = "0.4", features = ["all"], optional = true }