From df8068b79c003e3f831a5b6b0e1b52749ad642a9 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 24 Apr 2024 04:20:39 +0000 Subject: [PATCH] upgrade deps --- Cargo.lock | 30 +++++++++++++++--------------- azalea-auth/Cargo.toml | 6 +++--- azalea-block/Cargo.toml | 6 +++--- azalea-brigadier/Cargo.toml | 4 ++-- azalea-buf/Cargo.toml | 4 ++-- azalea-chat/Cargo.toml | 6 +++--- azalea-client/Cargo.toml | 26 +++++++++++++------------- azalea-core/Cargo.toml | 4 ++-- azalea-crypto/Cargo.toml | 2 +- azalea-entity/Cargo.toml | 16 ++++++++-------- azalea-inventory/Cargo.toml | 10 +++++----- azalea-physics/Cargo.toml | 12 ++++++------ azalea-protocol/Cargo.toml | 26 +++++++++++++------------- azalea-registry/Cargo.toml | 4 ++-- azalea-world/Cargo.toml | 10 +++++----- azalea/Cargo.toml | 28 ++++++++++++++-------------- 16 files changed, 97 insertions(+), 97 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4946ce4..52ad7325 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,9 +820,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" +checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" [[package]] name = "cesu8" @@ -2262,15 +2262,15 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" +checksum = "beb461507cee2c2ff151784c52762cf4d9ff6a61f3e80968600ed24fa837fa54" [[package]] name = "rustls-webpki" -version = "0.102.2" +version = "0.102.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" +checksum = "f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf" dependencies = [ "ring", "rustls-pki-types", @@ -2380,9 +2380,9 @@ dependencies = [ [[package]] name = "signal-hook-registry" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" dependencies = [ "libc", ] @@ -2543,18 +2543,18 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" dependencies = [ "proc-macro2", "quote", @@ -3061,11 +3061,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" +checksum = "134306a13c5647ad6453e8deaec55d3a44d6021970129e6188735e74bf546697" dependencies = [ - "winapi", + "windows-sys 0.52.0", ] [[package]] diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 55900a0e..dfa0309c 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -9,8 +9,8 @@ version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "0.9.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } +azalea-crypto = { path = "../azalea-crypto", version = "0.9.1" } base64 = "0.22.0" chrono = { version = "0.4.38", default-features = false, features = ["serde"] } tracing = "0.1.40" @@ -23,7 +23,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [ rsa = "0.9.6" serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" -thiserror = "1.0.58" +thiserror = "1.0.59" tokio = { version = "1.37.0", features = ["fs"] } uuid = { version = "1.8.0", features = ["serde", "v3"] } md-5 = "0.10.6" diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index 5b037709..4dc15eaf 100644 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -11,6 +11,6 @@ version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block-macros = { path = "./azalea-block-macros", version = "0.9.0" } -azalea-buf = { path = "../azalea-buf", version = "0.9.0" } -azalea-registry = { version = "0.9.0", path = "../azalea-registry" } +azalea-block-macros = { path = "./azalea-block-macros", version = "0.9.1" } +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } +azalea-registry = { version = "0.9.1", path = "../azalea-registry" } diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index 6615ac07..771e9a64 100644 --- a/azalea-brigadier/Cargo.toml +++ b/azalea-brigadier/Cargo.toml @@ -9,8 +9,8 @@ version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "0.9.0", optional = true } -azalea-chat = { path = "../azalea-chat", version = "0.9.0", optional = true } +azalea-buf = { path = "../azalea-buf", version = "0.9.1", optional = true } +azalea-chat = { path = "../azalea-chat", version = "0.9.1", optional = true } parking_lot = "0.12.1" [features] diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index a477c84b..21579345 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -10,11 +10,11 @@ version = "0.9.1" [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.0" } +azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.1" } byteorder = "^1.5.0" tracing = "0.1.40" serde_json = { version = "^1.0", optional = true } -thiserror = "1.0.58" +thiserror = "1.0.59" uuid = "^1.8.0" [features] diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index dbea888e..db750cff 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -17,11 +17,11 @@ simdnbt = ["dep:simdnbt"] [dependencies] azalea-buf = { path = "../azalea-buf", features = [ "serde_json", -], version = "0.9.0", optional = true } -azalea-language = { path = "../azalea-language", version = "0.9.0" } +], version = "0.9.1", optional = true } +azalea-language = { path = "../azalea-language", version = "0.9.1" } simdnbt = { version = "0.4", optional = true, git = "https://github.com/azalea-rs/simdnbt" } tracing = "0.1.40" once_cell = "1.19.0" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0.116" -azalea-registry = { path = "../azalea-registry", version = "0.9.0", optional = true } +azalea-registry = { path = "../azalea-registry", version = "0.9.1", optional = true } diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 2b6d62c5..57a64002 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -13,16 +13,16 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } reqwest = { version = "0.12.4", default-features = false } anyhow = "1.0.82" async-trait = "0.1.80" -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" } -azalea-core = { path = "../azalea-core", version = "0.9.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" } -azalea-physics = { path = "../azalea-physics", version = "0.9.0" } -azalea-buf = { path = "../azalea-buf", version = "0.9.0" } -azalea-protocol = { path = "../azalea-protocol", version = "0.9.0" } -azalea-registry = { path = "../azalea-registry", version = "0.9.0" } -azalea-world = { path = "../azalea-world", version = "0.9.0" } +azalea-auth = { path = "../azalea-auth", version = "0.9.1" } +azalea-block = { path = "../azalea-block", version = "0.9.1" } +azalea-chat = { path = "../azalea-chat", version = "0.9.1" } +azalea-core = { path = "../azalea-core", version = "0.9.1" } +azalea-crypto = { path = "../azalea-crypto", version = "0.9.1" } +azalea-physics = { path = "../azalea-physics", version = "0.9.1" } +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } +azalea-protocol = { path = "../azalea-protocol", version = "0.9.1" } +azalea-registry = { path = "../azalea-registry", version = "0.9.1" } +azalea-world = { path = "../azalea-world", version = "0.9.1" } bevy_app = "0.13.2" bevy_ecs = "0.13.2" bevy_log = { version = "0.13.2", optional = true } @@ -35,14 +35,14 @@ nohash-hasher = "0.2.0" once_cell = "1.19.0" parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } regex = "1.10.4" -thiserror = "^1.0.58" +thiserror = "^1.0.59" tokio = { version = "^1.37.0", features = ["sync"] } uuid = "^1.8.0" serde_json = "1.0.116" serde = "1.0.198" minecraft_folder_path = "0.1.2" -azalea-entity = { version = "0.9.0", path = "../azalea-entity" } -azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } +azalea-entity = { version = "0.9.1", path = "../azalea-entity" } +azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" } [features] default = ["log"] diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 643fc4a6..83d7164d 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -10,8 +10,8 @@ version = "0.9.1" [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-buf = { path = "../azalea-buf", version = "0.9.0" } -azalea-registry = { path = "../azalea-registry", version = "0.9.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } +azalea-registry = { path = "../azalea-registry", version = "0.9.1" } bevy_ecs = { version = "0.13.2", default-features = false, optional = true } nohash-hasher = "0.2.0" num-traits = "0.2.18" diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index f4f359f0..31dd8bc1 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-crypto" [dependencies] aes = "0.8.4" -azalea-buf = { path = "../azalea-buf", version = "0.9.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } cfb8 = "0.8.1" num-bigint = "^0.4.4" rand = { version = "^0.8.5", features = ["getrandom"] } diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index 20648484..05217df5 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -10,15 +10,15 @@ license = "MIT" [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-block = { version = "0.9.0", path = "../azalea-block" } -azalea-buf = { version = "0.9.0", path = "../azalea-buf" } -azalea-chat = { version = "0.9.0", path = "../azalea-chat", features = [ +azalea-block = { version = "0.9.1", path = "../azalea-block" } +azalea-buf = { version = "0.9.1", path = "../azalea-buf" } +azalea-chat = { version = "0.9.1", path = "../azalea-chat", features = [ "azalea-buf", ] } -azalea-core = { version = "0.9.0", path = "../azalea-core" } -azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } -azalea-registry = { version = "0.9.0", path = "../azalea-registry" } -azalea-world = { version = "0.9.0", path = "../azalea-world" } +azalea-core = { version = "0.9.1", path = "../azalea-core" } +azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" } +azalea-registry = { version = "0.9.1", path = "../azalea-registry" } +azalea-world = { version = "0.9.1", path = "../azalea-world" } bevy_app = "0.13.2" bevy_ecs = "0.13.2" derive_more = "0.99.17" @@ -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.58" +thiserror = "1.0.59" uuid = "1.8.0" diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 84f3cec1..912a251f 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -10,9 +10,9 @@ version = "0.9.1" [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-buf = { version = "0.9.0", path = "../azalea-buf" } -azalea-inventory-macros = { version = "0.9.0", path = "./azalea-inventory-macros" } -azalea-registry = { version = "0.9.0", path = "../azalea-registry" } -azalea-chat = { version = "0.9.0", path = "../azalea-chat" } -azalea-core = { version = "0.9.0", path = "../azalea-core" } +azalea-buf = { version = "0.9.1", path = "../azalea-buf" } +azalea-inventory-macros = { version = "0.9.1", path = "./azalea-inventory-macros" } +azalea-registry = { version = "0.9.1", path = "../azalea-registry" } +azalea-chat = { version = "0.9.1", path = "../azalea-chat" } +azalea-core = { version = "0.9.1", path = "../azalea-core" } uuid = "1.8.0" diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 8523db82..0d2e5132 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -9,10 +9,10 @@ version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = { path = "../azalea-block", version = "0.9.0" } -azalea-core = { path = "../azalea-core", version = "0.9.0" } -azalea-registry = { path = "../azalea-registry", version = "0.9.0" } -azalea-world = { path = "../azalea-world", version = "0.9.0" } +azalea-block = { path = "../azalea-block", version = "0.9.1" } +azalea-core = { path = "../azalea-core", version = "0.9.1" } +azalea-registry = { path = "../azalea-registry", version = "0.9.1" } +azalea-world = { path = "../azalea-world", version = "0.9.1" } bevy_app = "0.13.2" bevy_ecs = "0.13.2" tracing = "0.1.40" @@ -20,8 +20,8 @@ once_cell = "1.19.0" parking_lot = "^0.12.1" nohash-hasher = "0.2.0" smallvec = "1.13.2" -azalea-entity = { version = "0.9.0", path = "../azalea-entity" } -azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } +azalea-entity = { version = "0.9.1", path = "../azalea-entity" } +azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" } [dev-dependencies] bevy_time = "0.13.2" diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index a1459286..05e13df8 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -11,22 +11,22 @@ version = "0.9.1" [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } async-recursion = "1.1.0" -azalea-auth = { path = "../azalea-auth", version = "0.9.0" } -azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" } -azalea-brigadier = { path = "../azalea-brigadier", version = "0.9.0", features = [ +azalea-auth = { path = "../azalea-auth", version = "0.9.1" } +azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.1" } +azalea-brigadier = { path = "../azalea-brigadier", version = "0.9.1", features = [ "azalea-buf", ] } -azalea-buf = { path = "../azalea-buf", version = "0.9.0" } -azalea-chat = { path = "../azalea-chat", version = "0.9.0", features = [ +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } +azalea-chat = { path = "../azalea-chat", version = "0.9.1", features = [ "numbers", ] } -azalea-core = { path = "../azalea-core", optional = true, version = "0.9.0", features = [ +azalea-core = { path = "../azalea-core", optional = true, version = "0.9.1", features = [ "serde", ] } -azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" } -azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.9.0" } -azalea-registry = { path = "../azalea-registry", version = "0.9.0" } -azalea-world = { path = "../azalea-world", version = "0.9.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.9.1" } +azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.9.1" } +azalea-registry = { path = "../azalea-registry", version = "0.9.1" } +azalea-world = { path = "../azalea-world", version = "0.9.1" } bevy_ecs = { version = "0.13.2", default-features = false } byteorder = "^1.5.0" bytes = "^1.6.0" @@ -37,7 +37,7 @@ futures-util = "0.3.30" tracing = "0.1.40" serde = { version = "^1.0", features = ["serde_derive"] } serde_json = "^1.0.116" -thiserror = "1.0.58" +thiserror = "1.0.59" tokio = { version = "^1.37.0", features = ["io-util", "net", "macros"] } tokio-util = { version = "0.7.10", features = ["codec"] } trust-dns-resolver = { version = "^0.23.2", default-features = false, features = [ @@ -45,8 +45,8 @@ trust-dns-resolver = { version = "^0.23.2", default-features = false, features = ] } uuid = "1.8.0" log = "0.4.21" -azalea-entity = { version = "0.9.0", path = "../azalea-entity" } -azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } +azalea-entity = { version = "0.9.1", path = "../azalea-entity" } +azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" } socks5-impl = "0.5.12" [features] diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index 09789cff..02c08140 100644 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -10,8 +10,8 @@ version = "0.9.1" [dependencies] simdnbt = { version = "0.4", 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" } +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } +azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.9.1" } once_cell = "1.19.0" [features] serde = ["azalea-registry-macros/serde"] diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index cdd3a4c9..b836a80e 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -10,19 +10,19 @@ version = "0.9.1" [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" } -azalea-buf = { path = "../azalea-buf", version = "0.9.0" } -azalea-core = { path = "../azalea-core", version = "0.9.0", features = [ +azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.1" } +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } +azalea-core = { path = "../azalea-core", version = "0.9.1", features = [ "bevy_ecs", ] } -azalea-registry = { path = "../azalea-registry", version = "0.9.0" } +azalea-registry = { path = "../azalea-registry", version = "0.9.1" } bevy_ecs = "0.13.2" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } tracing = "0.1.40" nohash-hasher = "0.2.0" once_cell = "1.19.0" parking_lot = "^0.12.1" -thiserror = "1.0.58" +thiserror = "1.0.59" uuid = "1.8.0" serde_json = "1.0.116" serde = "1.0.198" diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index bc48ecb7..5fc7aa98 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -14,17 +14,17 @@ pre-release-replacements = [ [dependencies] anyhow = "^1.0.82" async-trait = "0.1.80" -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 } -azalea-core = { version = "0.9.0", path = "../azalea-core" } -azalea-physics = { version = "0.9.0", path = "../azalea-physics" } -azalea-protocol = { version = "0.9.0", path = "../azalea-protocol" } -azalea-registry = { version = "0.9.0", path = "../azalea-registry" } -azalea-world = { version = "0.9.0", path = "../azalea-world" } -azalea-auth = { version = "0.9.0", path = "../azalea-auth" } -azalea-brigadier = { version = "0.9.0", path = "../azalea-brigadier" } -azalea-buf = { version = "0.9.0", path = "../azalea-buf" } +azalea-block = { version = "0.9.1", path = "../azalea-block" } +azalea-chat = { version = "0.9.1", path = "../azalea-chat" } +azalea-client = { version = "0.9.1", path = "../azalea-client", default-features = false } +azalea-core = { version = "0.9.1", path = "../azalea-core" } +azalea-physics = { version = "0.9.1", path = "../azalea-physics" } +azalea-protocol = { version = "0.9.1", path = "../azalea-protocol" } +azalea-registry = { version = "0.9.1", path = "../azalea-registry" } +azalea-world = { version = "0.9.1", path = "../azalea-world" } +azalea-auth = { version = "0.9.1", path = "../azalea-auth" } +azalea-brigadier = { version = "0.9.1", path = "../azalea-brigadier" } +azalea-buf = { version = "0.9.1", path = "../azalea-buf" } bevy_app = "0.13.2" bevy_ecs = "0.13.2" bevy_tasks = { version = "0.13.2", features = ["multi-threaded"] } @@ -36,14 +36,14 @@ nohash-hasher = "0.2.0" num-traits = "0.2.18" parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } priority-queue = "2.0.2" -thiserror = "^1.0.58" +thiserror = "^1.0.59" tokio = "^1.37.0" uuid = "1.8.0" bevy_log = "0.13.2" bevy_time = "0.13.2" rustc-hash = "1.1.0" -azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } -azalea-entity = { version = "0.9.0", path = "../azalea-entity" } +azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" } +azalea-entity = { version = "0.9.1", path = "../azalea-entity" } [dev-dependencies] criterion = "0.5.1"