diff options
| author | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
| commit | df8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch) | |
| tree | 023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-protocol | |
| parent | 7357455cad123e41cdd1ca8689527afff77f28f8 (diff) | |
| download | azalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 26 |
1 files changed, 13 insertions, 13 deletions
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] |
