diff --git a/Cargo.toml b/Cargo.toml index 5b38b3d..8acb9a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.11.1" +version = "1.11.2" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" @@ -9,7 +9,7 @@ edition = "2021" [dependencies.anime-game-core] git = "https://github.com/an-anime-team/anime-game-core" -tag = "1.15.1" +tag = "1.16.0" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only @@ -21,11 +21,11 @@ tracing = "0.1" serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } -cached = { version = "0.44", features = ["proc_macro"] } +cached = { version = "0.46", features = ["proc_macro"] } enum-ordinalize = { version = "3.1", optional = true } wincompatlib = { version = "0.7.3", features = ["all"], optional = true } -lazy_static = { version = "1.4", optional = true } +lazy_static = { version = "1.4.0", optional = true } md-5 = { version = "0.10", features = ["asm"], optional = true } discord-rich-presence = { version = "0.2.3", optional = true }