aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-05 11:06:24 -0600
committermat <git@matdoes.dev>2023-12-05 11:06:24 -0600
commitab5f6d598d4dfac6d30303600f550e9265455ca5 (patch)
tree4bf0328595eee218f0d43b2cdbabc68103d08ae7 /azalea-client
parent53d7c1aa9712193a7f18dff813a02b2ddf7a0566 (diff)
downloadazalea-drasl-ab5f6d598d4dfac6d30303600f550e9265455ca5.tar.xz
upgrade deps
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index d934d3d5..00dfe3d5 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -38,10 +38,10 @@ parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
regex = "1.10.2"
thiserror = "^1.0.50"
tokio = { version = "^1.34.0", features = ["sync"] }
-uuid = "^1.5.0"
+uuid = "^1.6.1"
azalea-entity = { version = "0.8.0", path = "../azalea-entity" }
serde_json = "1.0.108"
-serde = "1.0.192"
+serde = "1.0.193"
[features]
default = ["log"]