aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-11-18 01:02:52 -0600
committermat <git@matdoes.dev>2023-11-18 01:02:52 -0600
commit89f5053b475b23bbd5b6316b189aea575f689ded (patch)
tree115613b911aa791bdb30cd804cb1736f81d7e754 /azalea
parent9633508a3a31a70c657329fdeca0050b7082959e (diff)
downloadazalea-drasl-89f5053b475b23bbd5b6316b189aea575f689ded.tar.xz
upgrade all dependencies
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index c411aaae..dad1043b 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -37,7 +37,7 @@ num-traits = "0.2.17"
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
priority-queue = "1.3.2"
thiserror = "^1.0.50"
-tokio = "^1.33.0"
+tokio = "^1.34.0"
uuid = "1.5.0"
bevy_log = "0.12.0"
azalea-entity = { version = "0.8.0", path = "../azalea-entity" }