aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
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-buf
parent53d7c1aa9712193a7f18dff813a02b2ddf7a0566 (diff)
downloadazalea-drasl-ab5f6d598d4dfac6d30303600f550e9265455ca5.tar.xz
upgrade deps
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml2
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index 8876c7a8..f8f70bde 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -14,7 +14,7 @@ byteorder = "^1.5.0"
tracing = "0.1.40"
serde_json = { version = "^1.0", optional = true }
thiserror = "1.0.50"
-uuid = "^1.5.0"
+uuid = "^1.6.1"
simdnbt = "0.3"
[features]
diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml
index 1cb41064..bded449b 100644
--- a/azalea-buf/azalea-buf-macros/Cargo.toml
+++ b/azalea-buf/azalea-buf-macros/Cargo.toml
@@ -11,6 +11,6 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-proc-macro2 = "^1.0.69"
+proc-macro2 = "^1.0.70"
quote = "^1.0.33"
syn = { version = "^2.0.39", features = ["extra-traits"] }