aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-09-08 16:51:30 -0500
committermat <git@matdoes.dev>2023-09-08 16:51:32 -0500
commit35d6ac565d43234bec36e8f013e982f2ab4fc80f (patch)
treea6544f04a327e77cc9708a6a6548d9cb8aa99941 /azalea
parente6a787f77752da4593964eba775e82f8c6d282b4 (diff)
downloadazalea-drasl-35d6ac565d43234bec36e8f013e982f2ab4fc80f.tar.xz
upgrade deps
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 3e7aaaa2..995fee5f 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -12,7 +12,7 @@ pre-release-replacements = [
]
[dependencies]
-anyhow = "^1.0.74"
+anyhow = "^1.0.75"
async-trait = "0.1.73"
azalea-block = { version = "0.7.0", path = "../azalea-block" }
azalea-chat = { version = "0.7.0", path = "../azalea-chat" }
@@ -25,9 +25,9 @@ azalea-registry = { version = "0.7.0", path = "../azalea-registry" }
azalea-world = { version = "0.7.0", path = "../azalea-world" }
azalea-auth = { version = "0.7.0", path = "../azalea-auth" }
azalea-brigadier = { version = "0.7.0", path = "../azalea-brigadier" }
-bevy_app = "0.11.1"
-bevy_ecs = "0.11.1"
-bevy_tasks = "0.11.1"
+bevy_app = "0.11.2"
+bevy_ecs = "0.11.2"
+bevy_tasks = "0.11.2"
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
futures = "0.3.28"
futures-lite = "1.13.0"
@@ -36,10 +36,10 @@ nohash-hasher = "0.2.0"
num-traits = "0.2.16"
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
priority-queue = "1.3.2"
-thiserror = "^1.0.46"
-tokio = "^1.31.0"
+thiserror = "^1.0.48"
+tokio = "^1.32.0"
uuid = "1.4.1"
-bevy_log = "0.11.1"
+bevy_log = "0.11.2"
azalea-entity = { version = "0.1.0", path = "../azalea-entity" }
bevy_time = "0.11.2"