mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
upgrade deps
This commit is contained in:
parent
42f49c58ed
commit
fd1c99e74a
19 changed files with 108 additions and 109 deletions
98
Cargo.lock
generated
98
Cargo.lock
generated
|
@ -30,9 +30,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ahash"
|
name = "ahash"
|
||||||
version = "0.8.6"
|
version = "0.8.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
|
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
|
@ -76,9 +76,9 @@ checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.77"
|
version = "1.0.79"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9"
|
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-channel"
|
name = "async-channel"
|
||||||
|
@ -101,7 +101,7 @@ dependencies = [
|
||||||
"async-task",
|
"async-task",
|
||||||
"concurrent-queue",
|
"concurrent-queue",
|
||||||
"fastrand 2.0.1",
|
"fastrand 2.0.1",
|
||||||
"futures-lite 2.1.0",
|
"futures-lite 2.2.0",
|
||||||
"slab",
|
"slab",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@ checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -135,13 +135,13 @@ checksum = "e1d90cd0b264dfdd8eb5bad0a2c217c1f88fa96a8573f40e7b12de23fb468f46"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.75"
|
version = "0.1.77"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fdf6721fb0140e4f897002dd086c06f6c27775df19cfe1fccb21181a48fd2c98"
|
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -177,7 +177,7 @@ dependencies = [
|
||||||
"criterion",
|
"criterion",
|
||||||
"derive_more",
|
"derive_more",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-lite 2.1.0",
|
"futures-lite 2.2.0",
|
||||||
"nohash-hasher",
|
"nohash-hasher",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
|
@ -227,7 +227,7 @@ version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -258,7 +258,7 @@ version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -388,7 +388,7 @@ version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -442,7 +442,7 @@ dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"flate2",
|
"flate2",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-lite 2.1.0",
|
"futures-lite 2.2.0",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"log",
|
"log",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
@ -464,7 +464,7 @@ version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -483,7 +483,7 @@ version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -562,7 +562,7 @@ checksum = "f484318350462c58ba3942a45a656c1fd6b6e484a6b6b7abc3a787ad1a51e500"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy_macro_utils",
|
"bevy_macro_utils",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -595,7 +595,7 @@ dependencies = [
|
||||||
"bevy_macro_utils",
|
"bevy_macro_utils",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -623,7 +623,7 @@ dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
"toml_edit",
|
"toml_edit",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -671,7 +671,7 @@ dependencies = [
|
||||||
"bevy_macro_utils",
|
"bevy_macro_utils",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
"uuid",
|
"uuid",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -729,7 +729,7 @@ checksum = "7aafecc952b6b8eb1a93c12590bd867d25df2f4ae1033a01dfdfc3c35ebccfff"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1102,7 +1102,7 @@ dependencies = [
|
||||||
"heck",
|
"heck",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1281,9 +1281,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "futures-lite"
|
name = "futures-lite"
|
||||||
version = "2.1.0"
|
version = "2.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143"
|
checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastrand 2.0.1",
|
"fastrand 2.0.1",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
@ -1300,7 +1300,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2010,18 +2010,18 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proc-macro2"
|
name = "proc-macro2"
|
||||||
version = "1.0.71"
|
version = "1.0.76"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
|
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"unicode-ident",
|
"unicode-ident",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quote"
|
name = "quote"
|
||||||
version = "1.0.33"
|
version = "1.0.35"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
]
|
]
|
||||||
|
@ -2334,29 +2334,29 @@ checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde"
|
name = "serde"
|
||||||
version = "1.0.193"
|
version = "1.0.195"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
|
checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde_derive",
|
"serde_derive",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_derive"
|
name = "serde_derive"
|
||||||
version = "1.0.193"
|
version = "1.0.195"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
|
checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.108"
|
version = "1.0.111"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
@ -2444,7 +2444,7 @@ source = "git+https://github.com/azalea-rs/simdnbt#c255ab673a7439c52dd299eac53ea
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2537,9 +2537,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "syn"
|
name = "syn"
|
||||||
version = "2.0.43"
|
version = "2.0.48"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -2578,22 +2578,22 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "1.0.52"
|
version = "1.0.56"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d"
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl",
|
"thiserror-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "1.0.52"
|
version = "1.0.56"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3"
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2668,7 +2668,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2737,7 +2737,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2970,7 +2970,7 @@ dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
"wasm-bindgen-shared",
|
"wasm-bindgen-shared",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -3004,7 +3004,7 @@ checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
"wasm-bindgen-backend",
|
"wasm-bindgen-backend",
|
||||||
"wasm-bindgen-shared",
|
"wasm-bindgen-shared",
|
||||||
]
|
]
|
||||||
|
@ -3230,7 +3230,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.43",
|
"syn 2.0.48",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -15,19 +15,19 @@ base64 = "0.21.5"
|
||||||
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
|
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
num-bigint = "0.4.4"
|
num-bigint = "0.4.4"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.19.0"
|
||||||
reqwest = { version = "0.11.22", default-features = false, features = [
|
reqwest = { version = "0.11.23", default-features = false, features = [
|
||||||
"json",
|
"json",
|
||||||
"rustls-tls",
|
"rustls-tls",
|
||||||
] }
|
] }
|
||||||
rsa = "0.9.6"
|
rsa = "0.9.6"
|
||||||
serde = { version = "1.0.193", features = ["derive"] }
|
serde = { version = "1.0.195", features = ["derive"] }
|
||||||
serde_json = "1.0.108"
|
serde_json = "1.0.111"
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.56"
|
||||||
tokio = { version = "1.34.0", features = ["fs"] }
|
tokio = { version = "1.35.1", features = ["fs"] }
|
||||||
uuid = { version = "1.6.1", features = ["serde", "v3"] }
|
uuid = { version = "1.6.1", features = ["serde", "v3"] }
|
||||||
md-5 = "0.10.6"
|
md-5 = "0.10.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.10.1"
|
env_logger = "0.10.1"
|
||||||
tokio = { version = "1.34.0", features = ["full"] }
|
tokio = { version = "1.35.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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0.70"
|
proc-macro2 = "1.0.76"
|
||||||
quote = "1.0.33"
|
quote = "1.0.35"
|
||||||
syn = "2.0.39"
|
syn = "2.0.48"
|
||||||
|
|
|
@ -14,7 +14,7 @@ azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.0" }
|
||||||
byteorder = "^1.5.0"
|
byteorder = "^1.5.0"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
serde_json = { version = "^1.0", optional = true }
|
serde_json = { version = "^1.0", optional = true }
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.56"
|
||||||
uuid = "^1.6.1"
|
uuid = "^1.6.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -11,6 +11,6 @@ proc-macro = true
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "^1.0.70"
|
proc-macro2 = "^1.0.76"
|
||||||
quote = "^1.0.33"
|
quote = "^1.0.35"
|
||||||
syn = { version = "^2.0.39", features = ["extra-traits"] }
|
syn = { version = "^2.0.48", features = ["extra-traits"] }
|
||||||
|
|
|
@ -21,7 +21,7 @@ azalea-buf = { path = "../azalea-buf", features = [
|
||||||
azalea-language = { path = "../azalea-language", version = "0.9.0" }
|
azalea-language = { path = "../azalea-language", version = "0.9.0" }
|
||||||
simdnbt = { version = "0.3", optional = true, git = "https://github.com/azalea-rs/simdnbt" }
|
simdnbt = { version = "0.3", optional = true, git = "https://github.com/azalea-rs/simdnbt" }
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.19.0"
|
||||||
serde = { version = "^1.0", features = ["derive"] }
|
serde = { version = "^1.0", features = ["derive"] }
|
||||||
serde_json = "^1.0.108"
|
serde_json = "^1.0.111"
|
||||||
azalea-registry = { path = "../azalea-registry", version = "0.9.0", optional = true }
|
azalea-registry = { path = "../azalea-registry", version = "0.9.0", optional = true }
|
||||||
|
|
|
@ -10,9 +10,9 @@ version = "0.9.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
simdnbt = { version = "0.3", git = "https://github.com/azalea-rs/simdnbt" }
|
simdnbt = { version = "0.3", git = "https://github.com/azalea-rs/simdnbt" }
|
||||||
reqwest = { version = "0.11.22", default-features = false }
|
reqwest = { version = "0.11.23", default-features = false }
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.79"
|
||||||
async-trait = "0.1.74"
|
async-trait = "0.1.77"
|
||||||
azalea-auth = { path = "../azalea-auth", version = "0.9.0" }
|
azalea-auth = { path = "../azalea-auth", version = "0.9.0" }
|
||||||
azalea-block = { path = "../azalea-block", version = "0.9.0" }
|
azalea-block = { path = "../azalea-block", version = "0.9.0" }
|
||||||
azalea-chat = { path = "../azalea-chat", version = "0.9.0" }
|
azalea-chat = { path = "../azalea-chat", version = "0.9.0" }
|
||||||
|
@ -30,19 +30,19 @@ bevy_tasks = "0.12.1"
|
||||||
bevy_time = "0.12.1"
|
bevy_time = "0.12.1"
|
||||||
azalea-inventory = { path = "../azalea-inventory", version = "0.9.0" }
|
azalea-inventory = { path = "../azalea-inventory", version = "0.9.0" }
|
||||||
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
|
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
|
||||||
futures = "0.3.29"
|
futures = "0.3.30"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
nohash-hasher = "0.2.0"
|
nohash-hasher = "0.2.0"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.19.0"
|
||||||
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
|
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
|
||||||
regex = "1.10.2"
|
regex = "1.10.2"
|
||||||
thiserror = "^1.0.50"
|
thiserror = "^1.0.56"
|
||||||
tokio = { version = "^1.34.0", features = ["sync"] }
|
tokio = { version = "^1.35.1", features = ["sync"] }
|
||||||
uuid = "^1.6.1"
|
uuid = "^1.6.1"
|
||||||
azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
|
azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
|
||||||
serde_json = "1.0.108"
|
serde_json = "1.0.111"
|
||||||
serde = "1.0.193"
|
serde = "1.0.195"
|
||||||
minecraft_folder_path = "0.1.1"
|
minecraft_folder_path = "0.1.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["log"]
|
default = ["log"]
|
||||||
|
|
|
@ -18,7 +18,7 @@ nohash-hasher = "0.2.0"
|
||||||
num-traits = "0.2.17"
|
num-traits = "0.2.17"
|
||||||
serde = { version = "^1.0", optional = true }
|
serde = { version = "^1.0", optional = true }
|
||||||
uuid = "^1.6.1"
|
uuid = "^1.6.1"
|
||||||
serde_json = "^1.0.108"
|
serde_json = "^1.0.111"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -26,5 +26,5 @@ enum-as-inner = "0.6.0"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
nohash-hasher = "0.2.0"
|
nohash-hasher = "0.2.0"
|
||||||
parking_lot = "0.12.1"
|
parking_lot = "0.12.1"
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.56"
|
||||||
uuid = "1.6.1"
|
uuid = "1.6.1"
|
||||||
|
|
|
@ -12,6 +12,6 @@ proc-macro = true
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0.70"
|
proc-macro2 = "1.0.76"
|
||||||
quote = "1.0.33"
|
quote = "1.0.35"
|
||||||
syn = "2.0.39"
|
syn = "2.0.48"
|
||||||
|
|
|
@ -9,7 +9,7 @@ version = "0.9.0"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.19.0"
|
||||||
serde = "^1.0"
|
serde = "^1.0"
|
||||||
serde_json = "^1.0.108"
|
serde_json = "^1.0.111"
|
||||||
# tokio = {version = "^1.21.2", features = ["fs"]}
|
# tokio = {version = "^1.21.2", features = ["fs"]}
|
||||||
|
|
|
@ -18,7 +18,7 @@ azalea-world = { path = "../azalea-world", version = "0.9.0" }
|
||||||
bevy_app = "0.12.1"
|
bevy_app = "0.12.1"
|
||||||
bevy_ecs = "0.12.1"
|
bevy_ecs = "0.12.1"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.19.0"
|
||||||
parking_lot = "^0.12.1"
|
parking_lot = "^0.12.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -33,14 +33,14 @@ bevy_ecs = { version = "0.12.1", default-features = false }
|
||||||
byteorder = "^1.5.0"
|
byteorder = "^1.5.0"
|
||||||
bytes = "^1.5.0"
|
bytes = "^1.5.0"
|
||||||
flate2 = "1.0.28"
|
flate2 = "1.0.28"
|
||||||
futures = "0.3.29"
|
futures = "0.3.30"
|
||||||
futures-lite = "2.1.0"
|
futures-lite = "2.2.0"
|
||||||
futures-util = "0.3.29"
|
futures-util = "0.3.30"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
serde = { version = "^1.0", features = ["serde_derive"] }
|
serde = { version = "^1.0", features = ["serde_derive"] }
|
||||||
serde_json = "^1.0.108"
|
serde_json = "^1.0.111"
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.56"
|
||||||
tokio = { version = "^1.34.0", features = ["io-util", "net", "macros"] }
|
tokio = { version = "^1.35.1", features = ["io-util", "net", "macros"] }
|
||||||
tokio-util = { version = "0.7.10", features = ["codec"] }
|
tokio-util = { version = "0.7.10", features = ["codec"] }
|
||||||
trust-dns-resolver = { version = "^0.23.2", default-features = false, features = [
|
trust-dns-resolver = { version = "^0.23.2", default-features = false, features = [
|
||||||
"tokio-runtime",
|
"tokio-runtime",
|
||||||
|
@ -55,7 +55,7 @@ packets = ["connecting", "dep:azalea-core"]
|
||||||
strict_registry = ["packets"]
|
strict_registry = ["packets"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = "^1.0.75"
|
anyhow = "^1.0.79"
|
||||||
tracing = "^0.1.40"
|
tracing = "^0.1.40"
|
||||||
tracing-subscriber = "^0.3.18"
|
tracing-subscriber = "^0.3.18"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.19.0"
|
||||||
|
|
|
@ -11,6 +11,6 @@ proc-macro = true
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "^1.0.70"
|
proc-macro2 = "^1.0.76"
|
||||||
quote = "^1.0.33"
|
quote = "^1.0.35"
|
||||||
syn = "^2.0.39"
|
syn = "^2.0.48"
|
||||||
|
|
|
@ -13,7 +13,7 @@ simdnbt = { version = "0.3", git = "https://github.com/azalea-rs/simdnbt" }
|
||||||
|
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
|
||||||
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.9.0" }
|
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.9.0" }
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.19.0"
|
||||||
[features]
|
[features]
|
||||||
serde = ["azalea-registry-macros/serde"]
|
serde = ["azalea-registry-macros/serde"]
|
||||||
default = ["serde"]
|
default = ["serde"]
|
||||||
|
|
|
@ -12,9 +12,9 @@ proc-macro = true
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0.70"
|
proc-macro2 = "1.0.76"
|
||||||
quote = "1.0.33"
|
quote = "1.0.35"
|
||||||
syn = "2.0.39"
|
syn = "2.0.48"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
serde = []
|
serde = []
|
||||||
|
|
|
@ -22,12 +22,12 @@ derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
|
||||||
enum-as-inner = "0.6.0"
|
enum-as-inner = "0.6.0"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
nohash-hasher = "0.2.0"
|
nohash-hasher = "0.2.0"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.19.0"
|
||||||
parking_lot = "^0.12.1"
|
parking_lot = "^0.12.1"
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.56"
|
||||||
uuid = "1.6.1"
|
uuid = "1.6.1"
|
||||||
serde_json = "1.0.108"
|
serde_json = "1.0.111"
|
||||||
serde = "1.0.193"
|
serde = "1.0.195"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
azalea-client = { path = "../azalea-client" }
|
azalea-client = { path = "../azalea-client" }
|
||||||
|
|
|
@ -12,8 +12,8 @@ pre-release-replacements = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "^1.0.75"
|
anyhow = "^1.0.79"
|
||||||
async-trait = "0.1.74"
|
async-trait = "0.1.77"
|
||||||
azalea-block = { version = "0.9.0", path = "../azalea-block" }
|
azalea-block = { version = "0.9.0", path = "../azalea-block" }
|
||||||
azalea-chat = { version = "0.9.0", path = "../azalea-chat" }
|
azalea-chat = { version = "0.9.0", path = "../azalea-chat" }
|
||||||
azalea-client = { version = "0.9.0", path = "../azalea-client", default-features = false }
|
azalea-client = { version = "0.9.0", path = "../azalea-client", default-features = false }
|
||||||
|
@ -30,15 +30,15 @@ bevy_app = "0.12.1"
|
||||||
bevy_ecs = "0.12.1"
|
bevy_ecs = "0.12.1"
|
||||||
bevy_tasks = { version = "0.12.1", features = ["multi-threaded"] }
|
bevy_tasks = { version = "0.12.1", features = ["multi-threaded"] }
|
||||||
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
|
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
|
||||||
futures = "0.3.29"
|
futures = "0.3.30"
|
||||||
futures-lite = "2.1.0"
|
futures-lite = "2.2.0"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
nohash-hasher = "0.2.0"
|
nohash-hasher = "0.2.0"
|
||||||
num-traits = "0.2.17"
|
num-traits = "0.2.17"
|
||||||
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
|
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
|
||||||
priority-queue = "1.3.2"
|
priority-queue = "1.3.2"
|
||||||
thiserror = "^1.0.50"
|
thiserror = "^1.0.56"
|
||||||
tokio = "^1.34.0"
|
tokio = "^1.35.1"
|
||||||
uuid = "1.6.1"
|
uuid = "1.6.1"
|
||||||
bevy_log = "0.12.1"
|
bevy_log = "0.12.1"
|
||||||
azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
|
azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
|
||||||
|
|
|
@ -123,7 +123,6 @@ async fn handle(bot: Client, event: azalea::Event, state: State) -> anyhow::Resu
|
||||||
.insert(PathfinderDebugParticles);
|
.insert(PathfinderDebugParticles);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
azalea::Event::Login => {}
|
|
||||||
azalea::Event::Chat(chat) => {
|
azalea::Event::Chat(chat) => {
|
||||||
let (Some(username), content) = chat.split_sender_and_content() else {
|
let (Some(username), content) = chat.split_sender_and_content() else {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
|
|
Loading…
Add table
Reference in a new issue