diff --git a/Cargo.toml b/Cargo.toml index 5bc4996..a67099e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }