aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-01-08 21:15:12 -0600
committermat <git@matdoes.dev>2024-01-08 21:15:12 -0600
commitfd1c99e74a8a89278522d1d9f9e4493e7a0c0193 (patch)
treef8bc59128f10c21bc0d41fbfde88e1a0e0ae6e87
parent42f49c58edc0782622e15d738b90db771e44a142 (diff)
downloadazalea-drasl-fd1c99e74a8a89278522d1d9f9e4493e7a0c0193.tar.xz
upgrade deps
-rw-r--r--Cargo.lock98
-rw-r--r--azalea-auth/Cargo.toml14
-rw-r--r--azalea-block/azalea-block-macros/Cargo.toml6
-rw-r--r--azalea-buf/Cargo.toml2
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml6
-rw-r--r--azalea-chat/Cargo.toml4
-rw-r--r--azalea-client/Cargo.toml20
-rw-r--r--azalea-core/Cargo.toml2
-rw-r--r--azalea-entity/Cargo.toml2
-rw-r--r--azalea-inventory/azalea-inventory-macros/Cargo.toml6
-rw-r--r--azalea-language/Cargo.toml4
-rw-r--r--azalea-physics/Cargo.toml2
-rw-r--r--azalea-protocol/Cargo.toml16
-rw-r--r--azalea-protocol/azalea-protocol-macros/Cargo.toml6
-rw-r--r--azalea-registry/Cargo.toml2
-rw-r--r--azalea-registry/azalea-registry-macros/Cargo.toml6
-rw-r--r--azalea-world/Cargo.toml8
-rw-r--r--azalea/Cargo.toml12
-rw-r--r--azalea/examples/testbot/main.rs1
19 files changed, 108 insertions, 109 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 680c9dd7..98018825 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -30,9 +30,9 @@ dependencies = [
[[package]]
name = "ahash"
-version = "0.8.6"
+version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
+checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
dependencies = [
"cfg-if",
"getrandom",
@@ -76,9 +76,9 @@ checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
[[package]]
name = "anyhow"
-version = "1.0.77"
+version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9"
+checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]]
name = "async-channel"
@@ -101,7 +101,7 @@ dependencies = [
"async-task",
"concurrent-queue",
"fastrand 2.0.1",
- "futures-lite 2.1.0",
+ "futures-lite 2.2.0",
"slab",
]
@@ -124,7 +124,7 @@ checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -135,13 +135,13 @@ checksum = "e1d90cd0b264dfdd8eb5bad0a2c217c1f88fa96a8573f40e7b12de23fb468f46"
[[package]]
name = "async-trait"
-version = "0.1.75"
+version = "0.1.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fdf6721fb0140e4f897002dd086c06f6c27775df19cfe1fccb21181a48fd2c98"
+checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -177,7 +177,7 @@ dependencies = [
"criterion",
"derive_more",
"futures",
- "futures-lite 2.1.0",
+ "futures-lite 2.2.0",
"nohash-hasher",
"num-traits",
"parking_lot",
@@ -227,7 +227,7 @@ version = "0.9.0"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -258,7 +258,7 @@ version = "0.9.0"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -388,7 +388,7 @@ version = "0.9.0"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -442,7 +442,7 @@ dependencies = [
"bytes",
"flate2",
"futures",
- "futures-lite 2.1.0",
+ "futures-lite 2.2.0",
"futures-util",
"log",
"once_cell",
@@ -464,7 +464,7 @@ version = "0.9.0"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -483,7 +483,7 @@ version = "0.9.0"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -562,7 +562,7 @@ checksum = "f484318350462c58ba3942a45a656c1fd6b6e484a6b6b7abc3a787ad1a51e500"
dependencies = [
"bevy_macro_utils",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -595,7 +595,7 @@ dependencies = [
"bevy_macro_utils",
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -623,7 +623,7 @@ dependencies = [
"proc-macro2",
"quote",
"rustc-hash",
- "syn 2.0.43",
+ "syn 2.0.48",
"toml_edit",
]
@@ -671,7 +671,7 @@ dependencies = [
"bevy_macro_utils",
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
"uuid",
]
@@ -729,7 +729,7 @@ checksum = "7aafecc952b6b8eb1a93c12590bd867d25df2f4ae1033a01dfdfc3c35ebccfff"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -1102,7 +1102,7 @@ dependencies = [
"heck",
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -1281,9 +1281,9 @@ dependencies = [
[[package]]
name = "futures-lite"
-version = "2.1.0"
+version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143"
+checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
dependencies = [
"fastrand 2.0.1",
"futures-core",
@@ -1300,7 +1300,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -2010,18 +2010,18 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.71"
+version = "1.0.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
+checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
-version = "1.0.33"
+version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
+checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
]
@@ -2334,29 +2334,29 @@ checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
[[package]]
name = "serde"
-version = "1.0.193"
+version = "1.0.195"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
+checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.193"
+version = "1.0.195"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
+checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
name = "serde_json"
-version = "1.0.108"
+version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
+checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
dependencies = [
"itoa",
"ryu",
@@ -2444,7 +2444,7 @@ source = "git+https://github.com/azalea-rs/simdnbt#c255ab673a7439c52dd299eac53ea
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -2537,9 +2537,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.43"
+version = "2.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
+checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
dependencies = [
"proc-macro2",
"quote",
@@ -2578,22 +2578,22 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.52"
+version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d"
+checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.52"
+version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3"
+checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -2668,7 +2668,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -2737,7 +2737,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
@@ -2970,7 +2970,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
"wasm-bindgen-shared",
]
@@ -3004,7 +3004,7 @@ checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
@@ -3230,7 +3230,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.43",
+ "syn 2.0.48",
]
[[package]]
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index 82420abe..cf98544b 100644
--- a/azalea-auth/Cargo.toml
+++ b/azalea-auth/Cargo.toml
@@ -15,19 +15,19 @@ base64 = "0.21.5"
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
tracing = "0.1.40"
num-bigint = "0.4.4"
-once_cell = "1.18.0"
-reqwest = { version = "0.11.22", default-features = false, features = [
+once_cell = "1.19.0"
+reqwest = { version = "0.11.23", default-features = false, features = [
"json",
"rustls-tls",
] }
rsa = "0.9.6"
-serde = { version = "1.0.193", features = ["derive"] }
-serde_json = "1.0.108"
-thiserror = "1.0.50"
-tokio = { version = "1.34.0", features = ["fs"] }
+serde = { version = "1.0.195", features = ["derive"] }
+serde_json = "1.0.111"
+thiserror = "1.0.56"
+tokio = { version = "1.35.1", features = ["fs"] }
uuid = { version = "1.6.1", features = ["serde", "v3"] }
md-5 = "0.10.6"
[dev-dependencies]
env_logger = "0.10.1"
-tokio = { version = "1.34.0", features = ["full"] }
+tokio = { version = "1.35.1", features = ["full"] }
diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml
index 720e4480..5fa1ce48 100644
--- a/azalea-block/azalea-block-macros/Cargo.toml
+++ b/azalea-block/azalea-block-macros/Cargo.toml
@@ -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.70"
-quote = "1.0.33"
-syn = "2.0.39"
+proc-macro2 = "1.0.76"
+quote = "1.0.35"
+syn = "2.0.48"
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index f15525b7..60f97f2b 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -14,7 +14,7 @@ azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.0" }
byteorder = "^1.5.0"
tracing = "0.1.40"
serde_json = { version = "^1.0", optional = true }
-thiserror = "1.0.50"
+thiserror = "1.0.56"
uuid = "^1.6.1"
[features]
diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml
index facc04b1..f684ae2e 100644
--- a/azalea-buf/azalea-buf-macros/Cargo.toml
+++ b/azalea-buf/azalea-buf-macros/Cargo.toml
@@ -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.70"
-quote = "^1.0.33"
-syn = { version = "^2.0.39", features = ["extra-traits"] }
+proc-macro2 = "^1.0.76"
+quote = "^1.0.35"
+syn = { version = "^2.0.48", features = ["extra-traits"] }
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index 247285c5..7f66aa7d 100644
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -21,7 +21,7 @@ azalea-buf = { path = "../azalea-buf", features = [
azalea-language = { path = "../azalea-language", version = "0.9.0" }
simdnbt = { version = "0.3", optional = true, git = "https://github.com/azalea-rs/simdnbt" }
tracing = "0.1.40"
-once_cell = "1.18.0"
+once_cell = "1.19.0"
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 }
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 11791101..70ab22cf 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -10,9 +10,9 @@ version = "0.9.0"
[dependencies]
simdnbt = { version = "0.3", git = "https://github.com/azalea-rs/simdnbt" }
-reqwest = { version = "0.11.22", default-features = false }
-anyhow = "1.0.75"
-async-trait = "0.1.74"
+reqwest = { version = "0.11.23", default-features = false }
+anyhow = "1.0.79"
+async-trait = "0.1.77"
azalea-auth = { path = "../azalea-auth", version = "0.9.0" }
azalea-block = { path = "../azalea-block", 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"
azalea-inventory = { path = "../azalea-inventory", version = "0.9.0" }
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
-futures = "0.3.29"
+futures = "0.3.30"
tracing = "0.1.40"
nohash-hasher = "0.2.0"
-once_cell = "1.18.0"
+once_cell = "1.19.0"
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
regex = "1.10.2"
-thiserror = "^1.0.50"
-tokio = { version = "^1.34.0", features = ["sync"] }
+thiserror = "^1.0.56"
+tokio = { version = "^1.35.1", features = ["sync"] }
uuid = "^1.6.1"
azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
-serde_json = "1.0.108"
-serde = "1.0.193"
-minecraft_folder_path = "0.1.1"
+serde_json = "1.0.111"
+serde = "1.0.195"
+minecraft_folder_path = "0.1.2"
[features]
default = ["log"]
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index 2b862d3c..c130aa78 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -18,7 +18,7 @@ nohash-hasher = "0.2.0"
num-traits = "0.2.17"
serde = { version = "^1.0", optional = true }
uuid = "^1.6.1"
-serde_json = "^1.0.108"
+serde_json = "^1.0.111"
tracing = "0.1.40"
[features]
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
index b3762da8..fe4671c7 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -26,5 +26,5 @@ enum-as-inner = "0.6.0"
tracing = "0.1.40"
nohash-hasher = "0.2.0"
parking_lot = "0.12.1"
-thiserror = "1.0.50"
+thiserror = "1.0.56"
uuid = "1.6.1"
diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml
index a18e2769..337afc1d 100644
--- a/azalea-inventory/azalea-inventory-macros/Cargo.toml
+++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml
@@ -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.70"
-quote = "1.0.33"
-syn = "2.0.39"
+proc-macro2 = "1.0.76"
+quote = "1.0.35"
+syn = "2.0.48"
diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml
index 57bfe145..c2a363dd 100644
--- a/azalea-language/Cargo.toml
+++ b/azalea-language/Cargo.toml
@@ -9,7 +9,7 @@ version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-once_cell = "1.18.0"
+once_cell = "1.19.0"
serde = "^1.0"
-serde_json = "^1.0.108"
+serde_json = "^1.0.111"
# tokio = {version = "^1.21.2", features = ["fs"]}
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 9652fdb2..6a4f7f20 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -18,7 +18,7 @@ azalea-world = { path = "../azalea-world", version = "0.9.0" }
bevy_app = "0.12.1"
bevy_ecs = "0.12.1"
tracing = "0.1.40"
-once_cell = "1.18.0"
+once_cell = "1.19.0"
parking_lot = "^0.12.1"
[dev-dependencies]
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 3928af41..945bf6c2 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -33,14 +33,14 @@ bevy_ecs = { version = "0.12.1", default-features = false }
byteorder = "^1.5.0"
bytes = "^1.5.0"
flate2 = "1.0.28"
-futures = "0.3.29"
-futures-lite = "2.1.0"
-futures-util = "0.3.29"
+futures = "0.3.30"
+futures-lite = "2.2.0"
+futures-util = "0.3.30"
tracing = "0.1.40"
serde = { version = "^1.0", features = ["serde_derive"] }
-serde_json = "^1.0.108"
-thiserror = "1.0.50"
-tokio = { version = "^1.34.0", features = ["io-util", "net", "macros"] }
+serde_json = "^1.0.111"
+thiserror = "1.0.56"
+tokio = { version = "^1.35.1", features = ["io-util", "net", "macros"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
trust-dns-resolver = { version = "^0.23.2", default-features = false, features = [
"tokio-runtime",
@@ -55,7 +55,7 @@ packets = ["connecting", "dep:azalea-core"]
strict_registry = ["packets"]
[dev-dependencies]
-anyhow = "^1.0.75"
+anyhow = "^1.0.79"
tracing = "^0.1.40"
tracing-subscriber = "^0.3.18"
-once_cell = "1.18.0"
+once_cell = "1.19.0"
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index b20ac4da..00e794a0 100644
--- a/azalea-protocol/azalea-protocol-macros/Cargo.toml
+++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml
@@ -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.70"
-quote = "^1.0.33"
-syn = "^2.0.39"
+proc-macro2 = "^1.0.76"
+quote = "^1.0.35"
+syn = "^2.0.48"
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml
index 5a86d30b..25dd0907 100644
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -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-registry-macros = { path = "./azalea-registry-macros", version = "0.9.0" }
-once_cell = "1.18.0"
+once_cell = "1.19.0"
[features]
serde = ["azalea-registry-macros/serde"]
default = ["serde"]
diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml
index 5941f040..c15fc11a 100644
--- a/azalea-registry/azalea-registry-macros/Cargo.toml
+++ b/azalea-registry/azalea-registry-macros/Cargo.toml
@@ -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.70"
-quote = "1.0.33"
-syn = "2.0.39"
+proc-macro2 = "1.0.76"
+quote = "1.0.35"
+syn = "2.0.48"
[features]
serde = []
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 81a7839d..23c730b1 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -22,12 +22,12 @@ derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
enum-as-inner = "0.6.0"
tracing = "0.1.40"
nohash-hasher = "0.2.0"
-once_cell = "1.18.0"
+once_cell = "1.19.0"
parking_lot = "^0.12.1"
-thiserror = "1.0.50"
+thiserror = "1.0.56"
uuid = "1.6.1"
-serde_json = "1.0.108"
-serde = "1.0.193"
+serde_json = "1.0.111"
+serde = "1.0.195"
[dev-dependencies]
azalea-client = { path = "../azalea-client" }
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index affbeab6..e6143388 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -12,8 +12,8 @@ pre-release-replacements = [
]
[dependencies]
-anyhow = "^1.0.75"
-async-trait = "0.1.74"
+anyhow = "^1.0.79"
+async-trait = "0.1.77"
azalea-block = { version = "0.9.0", path = "../azalea-block" }
azalea-chat = { version = "0.9.0", path = "../azalea-chat" }
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_tasks = { version = "0.12.1", features = ["multi-threaded"] }
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
-futures = "0.3.29"
-futures-lite = "2.1.0"
+futures = "0.3.30"
+futures-lite = "2.2.0"
tracing = "0.1.40"
nohash-hasher = "0.2.0"
num-traits = "0.2.17"
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
priority-queue = "1.3.2"
-thiserror = "^1.0.50"
-tokio = "^1.34.0"
+thiserror = "^1.0.56"
+tokio = "^1.35.1"
uuid = "1.6.1"
bevy_log = "0.12.1"
azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
diff --git a/azalea/examples/testbot/main.rs b/azalea/examples/testbot/main.rs
index baa078d7..c3bc93f7 100644
--- a/azalea/examples/testbot/main.rs
+++ b/azalea/examples/testbot/main.rs
@@ -123,7 +123,6 @@ async fn handle(bot: Client, event: azalea::Event, state: State) -> anyhow::Resu
.insert(PathfinderDebugParticles);
}
}
- azalea::Event::Login => {}
azalea::Event::Chat(chat) => {
let (Some(username), content) = chat.split_sender_and_content() else {
return Ok(());