build: updated dependencies

This commit is contained in:
Observer KRypt0n_ 2024-03-24 11:59:26 +02:00
parent 1d659b2365
commit c8e967099d
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -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 }