aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-11-06 18:04:48 -0600
committermat <git@matdoes.dev>2023-11-06 18:04:57 -0600
commitee55453fbf9a799e23cbca60e384f6adf3d11acf (patch)
tree94ffd6b431ade8434d4ed4bf6dbf7126d60d5a2b /azalea-client/Cargo.toml
parent48b5d121718c98c3280e0945508324fc4527beec (diff)
downloadazalea-drasl-ee55453fbf9a799e23cbca60e384f6adf3d11acf.tar.xz
bevy 0.12
Diffstat (limited to 'azalea-client/Cargo.toml')
-rw-r--r--azalea-client/Cargo.toml28
1 files changed, 14 insertions, 14 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 98cf924b..655cd1a5 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -9,9 +9,9 @@ version = "0.8.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-reqwest = { version = "0.11.21", default-features = false }
+reqwest = { version = "0.11.22", default-features = false }
anyhow = "1.0.75"
-async-trait = "0.1.73"
+async-trait = "0.1.74"
azalea-auth = { path = "../azalea-auth", version = "0.8.0" }
azalea-block = { path = "../azalea-block", version = "0.8.0" }
azalea-nbt = { path = "../azalea-nbt", version = "0.8.0" }
@@ -23,25 +23,25 @@ azalea-buf = { path = "../azalea-buf", version = "0.8.0" }
azalea-protocol = { path = "../azalea-protocol", version = "0.8.0" }
azalea-registry = { path = "../azalea-registry", version = "0.8.0" }
azalea-world = { path = "../azalea-world", version = "0.8.0" }
-bevy_app = "0.11.3"
-bevy_ecs = "0.11.3"
-bevy_log = { version = "0.11.3", optional = true }
-bevy_tasks = "0.11.3"
-bevy_time = "0.11.3"
+bevy_app = "0.12.0"
+bevy_ecs = "0.12.0"
+bevy_log = { version = "0.12.0", optional = true }
+bevy_tasks = "0.12.0"
+bevy_time = "0.12.0"
azalea-inventory = { path = "../azalea-inventory", version = "0.8.0" }
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
-futures = "0.3.28"
+futures = "0.3.29"
log = "0.4.20"
nohash-hasher = "0.2.0"
once_cell = "1.18.0"
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
-regex = "1.9.6"
-thiserror = "^1.0.49"
-tokio = { version = "^1.32.0", features = ["sync"] }
-uuid = "^1.4.1"
+regex = "1.10.2"
+thiserror = "^1.0.50"
+tokio = { version = "^1.33.0", features = ["sync"] }
+uuid = "^1.5.0"
azalea-entity = { version = "0.8.0", path = "../azalea-entity" }
-serde_json = "1.0.107"
-serde = "1.0.188"
+serde_json = "1.0.108"
+serde = "1.0.190"
[features]
default = ["log"]