diff --git a/Cargo.toml b/Cargo.toml index 7358f17..662df6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies.anime-game-core] git = "https://github.com/an-anime-team/anime-game-core" -tag = "1.17.4" +tag = "1.17.5" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only @@ -21,8 +21,8 @@ tracing = "0.1" serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } -cached = { version = "0.46", features = ["proc_macro"] } -enum-ordinalize = { version = "3.1", optional = true } +cached = { version = "0.49", features = ["proc_macro"] } +enum-ordinalize = { version = "4.3", optional = true } wincompatlib = { version = "0.7.4", features = ["all"], optional = true } lazy_static = { version = "1.4.0", optional = true }