From c8e967099d878ed5c712c6503ba82e15d2ed34c2 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sun, 24 Mar 2024 11:59:26 +0200 Subject: [PATCH] build: updated dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }