mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Update dependencies
This commit is contained in:
parent
f07cfa252d
commit
b4f9d23532
21 changed files with 602 additions and 332 deletions
740
Cargo.lock
generated
740
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -15,16 +15,16 @@ base64 = "0.22.1"
|
|||
chrono = { version = "0.4.38", default-features = false, features = ["serde"] }
|
||||
md-5 = "0.10.6"
|
||||
num-bigint = "0.4.6"
|
||||
once_cell = "1.19.0"
|
||||
reqwest = { version = "0.12.5", default-features = false, features = ["json", "rustls-tls"] }
|
||||
once_cell = "1.20.2"
|
||||
reqwest = { version = "0.12.9", default-features = false, features = ["json", "rustls-tls"] }
|
||||
rsa = "0.9.6"
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde_json = "1.0.120"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.38.0", features = ["fs"] }
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_json = "1.0.133"
|
||||
thiserror = "1.0.69"
|
||||
tokio = { version = "1.41.1", features = ["fs"] }
|
||||
tracing = "0.1.40"
|
||||
uuid = { version = "1.9.1", features = ["serde", "v3"] }
|
||||
uuid = { version = "1.11.0", features = ["serde", "v3"] }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.11.3"
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
env_logger = "0.11.5"
|
||||
tokio = { version = "1.41.1", features = ["full"] }
|
||||
|
|
|
@ -12,6 +12,6 @@ proc-macro = true
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.86"
|
||||
quote = "1.0.36"
|
||||
syn = "2.0.68"
|
||||
proc-macro2 = "1.0.92"
|
||||
quote = "1.0.37"
|
||||
syn = "2.0.89"
|
||||
|
|
|
@ -9,8 +9,8 @@ version = "0.10.3+mc1.21.1"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dev-dependencies]
|
||||
bevy_app = "0.13.0"
|
||||
bevy_ecs = "0.13.0"
|
||||
bevy_app = "0.13.2"
|
||||
bevy_ecs = "0.13.2"
|
||||
|
||||
[dependencies]
|
||||
azalea-buf = { path = "../azalea-buf", version = "0.10.0", optional = true }
|
||||
|
|
|
@ -13,9 +13,9 @@ 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.61"
|
||||
thiserror = "1.0.69"
|
||||
tracing = "0.1.40"
|
||||
uuid = "^1.9.1"
|
||||
uuid = "^1.11.0"
|
||||
|
||||
[features]
|
||||
serde_json = ["dep:serde_json"]
|
||||
|
|
|
@ -11,6 +11,6 @@ proc-macro = true
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "^1.0.86"
|
||||
quote = "^1.0.36"
|
||||
syn = { version = "^2.0.68", features = ["extra-traits"] }
|
||||
proc-macro2 = "^1.0.92"
|
||||
quote = "^1.0.37"
|
||||
syn = { version = "^2.0.89", features = ["extra-traits"] }
|
||||
|
|
|
@ -18,8 +18,8 @@ numbers = ["dep:azalea-registry", "dep:simdnbt"]
|
|||
azalea-buf = { path = "../azalea-buf", features = ["serde_json"], version = "0.10.0", optional = true }
|
||||
azalea-language = { path = "../azalea-language", version = "0.10.0" }
|
||||
azalea-registry = { path = "../azalea-registry", version = "0.10.0", optional = true }
|
||||
once_cell = "1.19.0"
|
||||
once_cell = "1.20.2"
|
||||
serde = { version = "^1.0", features = ["derive"] }
|
||||
serde_json = "^1.0.120"
|
||||
serde_json = "^1.0.133"
|
||||
simdnbt = { version = "0.6", optional = true }
|
||||
tracing = "0.1.40"
|
||||
|
|
|
@ -9,8 +9,8 @@ version = "0.10.3+mc1.21.1"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
async-trait = "0.1.80"
|
||||
anyhow = "1.0.93"
|
||||
async-trait = "0.1.83"
|
||||
azalea-auth = { path = "../azalea-auth", version = "0.10.0" }
|
||||
azalea-block = { path = "../azalea-block", version = "0.10.0" }
|
||||
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
|
||||
|
@ -23,26 +23,26 @@ azalea-physics = { path = "../azalea-physics", version = "0.10.0" }
|
|||
azalea-protocol = { path = "../azalea-protocol", version = "0.10.0" }
|
||||
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
|
||||
azalea-world = { path = "../azalea-world", version = "0.10.0" }
|
||||
bevy_app = "0.13.0"
|
||||
bevy_ecs = "0.13.0"
|
||||
bevy_log = { version = "0.13.0", optional = true }
|
||||
bevy_tasks = "0.13.0"
|
||||
bevy_time = "0.13.0"
|
||||
bevy_app = "0.13.2"
|
||||
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"] }
|
||||
futures = "0.3.30"
|
||||
futures = "0.3.31"
|
||||
minecraft_folder_path = "0.1.2"
|
||||
nohash-hasher = "0.2.0"
|
||||
once_cell = "1.19.0"
|
||||
once_cell = "1.20.2"
|
||||
parking_lot = { version = "^0.12.3", features = ["deadlock_detection"] }
|
||||
regex = "1.10.5"
|
||||
reqwest = { version = "0.12.5", default-features = false }
|
||||
serde = "1.0.203"
|
||||
serde_json = "1.0.120"
|
||||
regex = "1.11.1"
|
||||
reqwest = { version = "0.12.9", default-features = false }
|
||||
serde = "1.0.215"
|
||||
serde_json = "1.0.133"
|
||||
simdnbt = "0.6"
|
||||
thiserror = "^1.0.61"
|
||||
tokio = { version = "^1.38.0", features = ["sync"] }
|
||||
thiserror = "^1.0.69"
|
||||
tokio = { version = "^1.41.1", features = ["sync"] }
|
||||
tracing = "0.1.40"
|
||||
uuid = "^1.9.1"
|
||||
uuid = "^1.11.0"
|
||||
|
||||
[features]
|
||||
default = ["log"]
|
||||
|
|
|
@ -11,14 +11,14 @@ version = "0.10.3+mc1.21.1"
|
|||
[dependencies]
|
||||
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
|
||||
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
|
||||
bevy_ecs = { version = "0.13.0", default-features = false, optional = true }
|
||||
bevy_ecs = { version = "0.13.2", default-features = false, optional = true }
|
||||
nohash-hasher = "0.2.0"
|
||||
num-traits = "0.2.19"
|
||||
serde = { version = "^1.0", optional = true }
|
||||
serde_json = "^1.0.120"
|
||||
serde_json = "^1.0.133"
|
||||
simdnbt = "0.6"
|
||||
tracing = "0.1.40"
|
||||
uuid = "^1.9.1"
|
||||
uuid = "^1.11.0"
|
||||
|
||||
[features]
|
||||
bevy_ecs = ["dep:bevy_ecs"]
|
||||
|
|
|
@ -18,7 +18,7 @@ rsa = { version = "0.9.6", features = ["sha2"] }
|
|||
rsa_public_encrypt_pkcs1 = "0.4.0"
|
||||
sha-1 = "^0.10.1"
|
||||
sha2 = "0.10.8"
|
||||
uuid = "^1.9.1"
|
||||
uuid = "^1.11.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "^0.5.1", features = ["html_reports"] }
|
||||
|
|
|
@ -16,13 +16,13 @@ azalea-core = { version = "0.10.0", path = "../azalea-core" }
|
|||
azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
|
||||
azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
|
||||
azalea-world = { version = "0.10.0", path = "../azalea-world" }
|
||||
bevy_app = "0.13.0"
|
||||
bevy_ecs = "0.13.0"
|
||||
bevy_app = "0.13.2"
|
||||
bevy_ecs = "0.13.2"
|
||||
derive_more = "0.99.18"
|
||||
enum-as-inner = "0.6.0"
|
||||
enum-as-inner = "0.6.1"
|
||||
nohash-hasher = "0.2.0"
|
||||
parking_lot = "0.12.3"
|
||||
simdnbt = "0.6"
|
||||
thiserror = "1.0.61"
|
||||
thiserror = "1.0.69"
|
||||
tracing = "0.1.40"
|
||||
uuid = "1.9.1"
|
||||
uuid = "1.11.0"
|
||||
|
|
|
@ -15,4 +15,4 @@ azalea-core = { version = "0.10.0", path = "../azalea-core" }
|
|||
azalea-inventory-macros = { version = "0.10.0", path = "./azalea-inventory-macros" }
|
||||
azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
|
||||
simdnbt = "0.6"
|
||||
uuid = "1.9.1"
|
||||
uuid = "1.11.0"
|
||||
|
|
|
@ -12,6 +12,6 @@ proc-macro = true
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.86"
|
||||
quote = "1.0.36"
|
||||
syn = "2.0.68"
|
||||
proc-macro2 = "1.0.92"
|
||||
quote = "1.0.37"
|
||||
syn = "2.0.89"
|
||||
|
|
|
@ -9,7 +9,7 @@ version = "0.10.3+mc1.21.1"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
once_cell = "1.19.0"
|
||||
once_cell = "1.20.2"
|
||||
serde = "^1.0"
|
||||
serde_json = "^1.0.120"
|
||||
serde_json = "^1.0.133"
|
||||
#tokio = { version = "^1.21.2", features = ["fs"] }
|
||||
|
|
|
@ -15,14 +15,14 @@ azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
|
|||
azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
|
||||
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
|
||||
azalea-world = { path = "../azalea-world", version = "0.10.0" }
|
||||
bevy_app = "0.13.0"
|
||||
bevy_ecs = "0.13.0"
|
||||
bevy_app = "0.13.2"
|
||||
bevy_ecs = "0.13.2"
|
||||
nohash-hasher = "0.2.0"
|
||||
once_cell = "1.19.0"
|
||||
once_cell = "1.20.2"
|
||||
parking_lot = "^0.12.3"
|
||||
smallvec = "1.13.2"
|
||||
tracing = "0.1.40"
|
||||
|
||||
[dev-dependencies]
|
||||
bevy_time = "0.13.0"
|
||||
uuid = "^1.9.1"
|
||||
bevy_time = "0.13.2"
|
||||
uuid = "^1.11.0"
|
||||
|
|
|
@ -22,24 +22,24 @@ azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
|
|||
azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.10.0" }
|
||||
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
|
||||
azalea-world = { path = "../azalea-world", version = "0.10.0" }
|
||||
bevy_ecs = { version = "0.13.0", default-features = false }
|
||||
bevy_ecs = { version = "0.13.2", default-features = false }
|
||||
byteorder = "^1.5.0"
|
||||
bytes = "^1.6.0"
|
||||
flate2 = "1.0.30"
|
||||
futures = "0.3.30"
|
||||
futures-lite = "2.3.0"
|
||||
futures-util = "0.3.30"
|
||||
bytes = "^1.8.0"
|
||||
flate2 = "1.0.35"
|
||||
futures = "0.3.31"
|
||||
futures-lite = "2.5.0"
|
||||
futures-util = "0.3.31"
|
||||
log = "0.4.22"
|
||||
serde = { version = "^1.0", features = ["serde_derive"] }
|
||||
serde_json = "^1.0.120"
|
||||
serde_json = "^1.0.133"
|
||||
simdnbt = "0.6"
|
||||
socks5-impl = "0.5.14"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "^1.38.0", features = ["io-util", "net", "macros"] }
|
||||
tokio-util = { version = "0.7.11", features = ["codec"] }
|
||||
socks5-impl = "0.5.17"
|
||||
thiserror = "2.0.3"
|
||||
tokio = { version = "^1.41.1", features = ["io-util", "net", "macros"] }
|
||||
tokio-util = { version = "0.7.12", features = ["codec"] }
|
||||
tracing = "0.1.40"
|
||||
trust-dns-resolver = { version = "^0.23.2", default-features = false, features = ["tokio-runtime"] }
|
||||
uuid = "1.9.1"
|
||||
uuid = "1.11.0"
|
||||
|
||||
[features]
|
||||
connecting = []
|
||||
|
@ -47,7 +47,7 @@ default = ["packets"]
|
|||
packets = ["connecting", "dep:azalea-core"]
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "^1.0.86"
|
||||
once_cell = "1.19.0"
|
||||
anyhow = "^1.0.93"
|
||||
once_cell = "1.20.2"
|
||||
tracing = "^0.1.40"
|
||||
tracing-subscriber = "^0.3.18"
|
||||
|
|
|
@ -11,6 +11,6 @@ proc-macro = true
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "^1.0.86"
|
||||
quote = "^1.0.36"
|
||||
syn = "^2.0.68"
|
||||
proc-macro2 = "^1.0.92"
|
||||
quote = "^1.0.37"
|
||||
syn = "^2.0.89"
|
||||
|
|
|
@ -11,7 +11,7 @@ version = "0.10.3+mc1.21.1"
|
|||
[dependencies]
|
||||
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
|
||||
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.10.0" }
|
||||
once_cell = "1.19.0"
|
||||
once_cell = "1.20.2"
|
||||
serde = { version = "^1.0", optional = true }
|
||||
simdnbt = "0.6"
|
||||
|
||||
|
|
|
@ -12,9 +12,9 @@ proc-macro = true
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.86"
|
||||
quote = "1.0.36"
|
||||
syn = "2.0.68"
|
||||
proc-macro2 = "1.0.92"
|
||||
quote = "1.0.37"
|
||||
syn = "2.0.89"
|
||||
|
||||
[features]
|
||||
serde = []
|
||||
|
|
|
@ -13,18 +13,18 @@ azalea-block = { path = "../azalea-block", default-features = false, version = "
|
|||
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.0"
|
||||
bevy_ecs = "0.13.2"
|
||||
derive_more = { version = "0.99.18", features = ["deref", "deref_mut"] }
|
||||
nohash-hasher = "0.2.0"
|
||||
once_cell = "1.19.0"
|
||||
once_cell = "1.20.2"
|
||||
parking_lot = "^0.12.3"
|
||||
rustc-hash = "2.0.0"
|
||||
serde = "1.0.203"
|
||||
serde_json = "1.0.120"
|
||||
serde = "1.0.215"
|
||||
serde_json = "1.0.133"
|
||||
simdnbt = "0.6"
|
||||
thiserror = "1.0.61"
|
||||
thiserror = "1.0.69"
|
||||
tracing = "0.1.40"
|
||||
uuid = "1.9.1"
|
||||
uuid = "1.11.0"
|
||||
|
||||
[dev-dependencies]
|
||||
azalea-client = { path = "../azalea-client" }
|
||||
|
|
|
@ -12,8 +12,8 @@ pre-release-replacements = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "^1.0.86"
|
||||
async-trait = "0.1.80"
|
||||
anyhow = "^1.0.93"
|
||||
async-trait = "0.1.83"
|
||||
azalea-auth = { version = "0.10.0", path = "../azalea-auth" }
|
||||
azalea-block = { version = "0.10.0", path = "../azalea-block" }
|
||||
azalea-brigadier = { version = "0.10.0", path = "../azalea-brigadier" }
|
||||
|
@ -27,24 +27,24 @@ azalea-physics = { version = "0.10.0", path = "../azalea-physics" }
|
|||
azalea-protocol = { version = "0.10.0", path = "../azalea-protocol" }
|
||||
azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
|
||||
azalea-world = { version = "0.10.0", path = "../azalea-world" }
|
||||
bevy_app = "0.13.0"
|
||||
bevy_ecs = "0.13.0"
|
||||
bevy_log = "0.13.0"
|
||||
bevy_tasks = { version = "0.13.0", features = ["multi-threaded"] }
|
||||
bevy_time = "0.13.0"
|
||||
bevy_app = "0.13.2"
|
||||
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"] }
|
||||
futures = "0.3.30"
|
||||
futures-lite = "2.3.0"
|
||||
futures = "0.3.31"
|
||||
futures-lite = "2.5.0"
|
||||
nohash-hasher = "0.2.0"
|
||||
num-traits = "0.2.19"
|
||||
parking_lot = { version = "^0.12.3", features = ["deadlock_detection"] }
|
||||
priority-queue = "2.0.3"
|
||||
priority-queue = "2.1.1"
|
||||
rustc-hash = "2.0.0"
|
||||
serde = { version = "1", optional = true }
|
||||
thiserror = "^1.0.61"
|
||||
tokio = "^1.38.0"
|
||||
thiserror = "^1.0.69"
|
||||
tokio = "^1.41.1"
|
||||
tracing = "0.1.40"
|
||||
uuid = "1.9.1"
|
||||
uuid = "1.11.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue