build: updated dependencies

This commit is contained in:
Observer KRypt0n_ 2023-04-16 14:18:49 +02:00
parent 1954f99783
commit c5fbeb2a44
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 16 additions and 33 deletions

31
Cargo.lock generated
View file

@ -40,11 +40,12 @@ dependencies = [
[[package]]
name = "anime-game-core"
version = "1.6.2"
version = "1.7.0"
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.7.0#290cc5ff9399f68799e8e00fd3f78fa26d076296"
dependencies = [
"anyhow",
"bzip2",
"cached 0.43.0",
"cached",
"dns-lookup",
"flate2",
"fs_extra",
@ -68,7 +69,7 @@ version = "3.4.1"
dependencies = [
"anime-launcher-sdk",
"anyhow",
"cached 0.42.0",
"cached",
"fluent-templates",
"glib-build-tools",
"gtk4",
@ -86,11 +87,12 @@ dependencies = [
[[package]]
name = "anime-launcher-sdk"
version = "0.5.17"
version = "1.0.0"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.0.0#6b4fab5aa6f9e5d5720254cf363cd701a41a476a"
dependencies = [
"anime-game-core",
"anyhow",
"cached 0.43.0",
"cached",
"discord-rich-presence",
"enum-ordinalize",
"lazy_static",
@ -326,25 +328,6 @@ dependencies = [
"pkg-config",
]
[[package]]
name = "cached"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5877db5d1af7fae60d06b5db9430b68056a69b3582a0be8e3691e87654aeb6"
dependencies = [
"async-trait",
"async_once",
"cached_proc_macro",
"cached_proc_macro_types",
"futures",
"hashbrown 0.13.2",
"instant",
"lazy_static",
"once_cell",
"thiserror",
"tokio",
]
[[package]]
name = "cached"
version = "0.43.0"

View file

@ -16,11 +16,11 @@ opt-level = "s"
glib-build-tools = "0.17"
[dependencies.anime-launcher-sdk]
# git = "https://github.com/an-anime-team/anime-launcher-sdk"
# tag = "0.5.17"
git = "https://github.com/an-anime-team/anime-launcher-sdk"
tag = "1.0.0"
features = ["all", "genshin"]
path = "../anime-launcher-sdk" # ! for dev purposes only
# path = "../anime-launcher-sdk" # ! for dev purposes only
[dependencies]
relm4 = { version = "0.6.0-alpha.2", features = ["macros", "libadwaita"] }
@ -30,14 +30,14 @@ adw = { package = "libadwaita", version = "0.3", features = ["v1_2"] }
rfd = { version = "0.11", features = ["xdg-portal"], default-features = false }
open = "4.0"
serde_json = "1"
anyhow = "1.0"
lazy_static = "1.4.0"
cached = { version = "0.43", features = ["proc_macro"] }
md-5 = { version = "0.10", features = ["asm"] }
tracing = "0.1"
tracing-subscriber = "0.3"
fluent-templates = "0.8"
unic-langid = "0.9"
lazy_static = "1.4.0"
anyhow = "1.0"
cached = { version = "0.42", features = ["proc_macro"] }
serde_json = "1"
md-5 = { version = "0.10", features = ["asm"] }