aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-24 04:20:39 +0000
committermat <git@matdoes.dev>2024-04-24 04:20:39 +0000
commitdf8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch)
tree023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-client
parent7357455cad123e41cdd1ca8689527afff77f28f8 (diff)
downloadazalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz
upgrade deps
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml26
1 files changed, 13 insertions, 13 deletions
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"]