aboutsummaryrefslogtreecommitdiff
path: root/azalea-block
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-block
parent53d7c1aa9712193a7f18dff813a02b2ddf7a0566 (diff)
downloadazalea-drasl-ab5f6d598d4dfac6d30303600f550e9265455ca5.tar.xz
upgrade deps
Diffstat (limited to 'azalea-block')
-rw-r--r--azalea-block/azalea-block-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml
index b77b541e..748a27e0 100644
--- a/azalea-block/azalea-block-macros/Cargo.toml
+++ b/azalea-block/azalea-block-macros/Cargo.toml
@@ -12,6 +12,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 = "2.0.39"