mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Upgrade dependencies
This commit is contained in:
parent
b4f9d23532
commit
42a5ae6dfe
7 changed files with 11 additions and 11 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -495,7 +495,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"simdnbt",
|
||||
"socks5-impl",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.3",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
|
|
|
@ -20,7 +20,7 @@ reqwest = { version = "0.12.9", default-features = false, features = ["json", "r
|
|||
rsa = "0.9.6"
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_json = "1.0.133"
|
||||
thiserror = "1.0.69"
|
||||
thiserror = "2.0.3"
|
||||
tokio = { version = "1.41.1", features = ["fs"] }
|
||||
tracing = "0.1.40"
|
||||
uuid = { version = "1.11.0", features = ["serde", "v3"] }
|
||||
|
|
|
@ -13,7 +13,7 @@ azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.10.0" }
|
|||
byteorder = "^1.5.0"
|
||||
serde_json = { version = "^1.0", optional = true }
|
||||
simdnbt = "0.6"
|
||||
thiserror = "1.0.69"
|
||||
thiserror = "2.0.3"
|
||||
tracing = "0.1.40"
|
||||
uuid = "^1.11.0"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ bevy_ecs = "0.13.2"
|
|||
bevy_log = { version = "0.13.2", optional = true }
|
||||
bevy_tasks = "0.13.2"
|
||||
bevy_time = "0.13.2"
|
||||
derive_more = { version = "0.99.18", features = ["deref", "deref_mut"] }
|
||||
derive_more = { version = "1.0.0", features = ["deref", "deref_mut"] }
|
||||
futures = "0.3.31"
|
||||
minecraft_folder_path = "0.1.2"
|
||||
nohash-hasher = "0.2.0"
|
||||
|
@ -39,7 +39,7 @@ reqwest = { version = "0.12.9", default-features = false }
|
|||
serde = "1.0.215"
|
||||
serde_json = "1.0.133"
|
||||
simdnbt = "0.6"
|
||||
thiserror = "^1.0.69"
|
||||
thiserror = "2.0.3"
|
||||
tokio = { version = "^1.41.1", features = ["sync"] }
|
||||
tracing = "0.1.40"
|
||||
uuid = "^1.11.0"
|
||||
|
|
|
@ -18,11 +18,11 @@ azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
|
|||
azalea-world = { version = "0.10.0", path = "../azalea-world" }
|
||||
bevy_app = "0.13.2"
|
||||
bevy_ecs = "0.13.2"
|
||||
derive_more = "0.99.18"
|
||||
derive_more = "1.0.0"
|
||||
enum-as-inner = "0.6.1"
|
||||
nohash-hasher = "0.2.0"
|
||||
parking_lot = "0.12.3"
|
||||
simdnbt = "0.6"
|
||||
thiserror = "1.0.69"
|
||||
thiserror = "2.0.3"
|
||||
tracing = "0.1.40"
|
||||
uuid = "1.11.0"
|
||||
|
|
|
@ -14,7 +14,7 @@ azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
|
|||
azalea-core = { path = "../azalea-core", version = "0.10.0", features = ["bevy_ecs"] }
|
||||
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
|
||||
bevy_ecs = "0.13.2"
|
||||
derive_more = { version = "0.99.18", features = ["deref", "deref_mut"] }
|
||||
derive_more = { version = "1.0.0", features = ["deref", "deref_mut"] }
|
||||
nohash-hasher = "0.2.0"
|
||||
once_cell = "1.20.2"
|
||||
parking_lot = "^0.12.3"
|
||||
|
@ -22,7 +22,7 @@ rustc-hash = "2.0.0"
|
|||
serde = "1.0.215"
|
||||
serde_json = "1.0.133"
|
||||
simdnbt = "0.6"
|
||||
thiserror = "1.0.69"
|
||||
thiserror = "2.0.3"
|
||||
tracing = "0.1.40"
|
||||
uuid = "1.11.0"
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ bevy_ecs = "0.13.2"
|
|||
bevy_log = "0.13.2"
|
||||
bevy_tasks = { version = "0.13.2", features = ["multi-threaded"] }
|
||||
bevy_time = "0.13.2"
|
||||
derive_more = { version = "0.99.18", features = ["deref", "deref_mut"] }
|
||||
derive_more = { version = "1.0.0", features = ["deref", "deref_mut"] }
|
||||
futures = "0.3.31"
|
||||
futures-lite = "2.5.0"
|
||||
nohash-hasher = "0.2.0"
|
||||
|
@ -41,7 +41,7 @@ parking_lot = { version = "^0.12.3", features = ["deadlock_detection"] }
|
|||
priority-queue = "2.1.1"
|
||||
rustc-hash = "2.0.0"
|
||||
serde = { version = "1", optional = true }
|
||||
thiserror = "^1.0.69"
|
||||
thiserror = "2.0.3"
|
||||
tokio = "^1.41.1"
|
||||
tracing = "0.1.40"
|
||||
uuid = "1.11.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue