aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/azalea-protocol-macros
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-10-03 01:36:57 -0500
committermat <git@matdoes.dev>2023-10-03 01:37:00 -0500
commit0ef15254c404ec3afb72a61c19c09bb15dce6427 (patch)
tree3accd39476a20819e3993844b62642622a0a0700 /azalea-protocol/azalea-protocol-macros
parent86d96071b3d3e0c461ad54d1f0029e8942789440 (diff)
downloadazalea-drasl-0ef15254c404ec3afb72a61c19c09bb15dce6427.tar.xz
also upgrade deps everywhere else lol
Diffstat (limited to 'azalea-protocol/azalea-protocol-macros')
-rw-r--r--azalea-protocol/azalea-protocol-macros/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index 208da2da..d0440d57 100644
--- a/azalea-protocol/azalea-protocol-macros/Cargo.toml
+++ b/azalea-protocol/azalea-protocol-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.66"
+proc-macro2 = "^1.0.67"
quote = "^1.0.33"
-syn = "^2.0.31"
+syn = "^2.0.37"