aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-01-25 00:44:20 -0600
committermat <git@matdoes.dev>2024-01-25 00:44:20 -0600
commit64d48897afe5bcb40931f8ef8b3594fe275751e8 (patch)
tree910cb0bac408d1a78bc6f75303d9887600e451c0 /azalea-registry
parent7feee2954d14ecd42e1b0a5143d4540ef79a941d (diff)
downloadazalea-drasl-64d48897afe5bcb40931f8ef8b3594fe275751e8.tar.xz
update deps
Diffstat (limited to 'azalea-registry')
-rw-r--r--azalea-registry/Cargo.toml3
-rw-r--r--azalea-registry/azalea-registry-macros/Cargo.toml2
2 files changed, 2 insertions, 3 deletions
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml
index 25dd0907..e1bae3af 100644
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -9,8 +9,7 @@ version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-simdnbt = { version = "0.3", git = "https://github.com/azalea-rs/simdnbt" }
-
+simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.9.0" }
once_cell = "1.19.0"
diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml
index c15fc11a..56d63bf9 100644
--- a/azalea-registry/azalea-registry-macros/Cargo.toml
+++ b/azalea-registry/azalea-registry-macros/Cargo.toml
@@ -12,7 +12,7 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-proc-macro2 = "1.0.76"
+proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = "2.0.48"