aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory
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-inventory
parent7feee2954d14ecd42e1b0a5143d4540ef79a941d (diff)
downloadazalea-drasl-64d48897afe5bcb40931f8ef8b3594fe275751e8.tar.xz
update deps
Diffstat (limited to 'azalea-inventory')
-rw-r--r--azalea-inventory/Cargo.toml2
-rw-r--r--azalea-inventory/azalea-inventory-macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index b3c66ece..aacbd434 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -9,7 +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 = { version = "0.9.0", path = "../azalea-buf" }
azalea-inventory-macros = { version = "0.9.0", path = "./azalea-inventory-macros" }
azalea-registry = { version = "0.9.0", path = "../azalea-registry" }
diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml
index 337afc1d..afdfe397 100644
--- a/azalea-inventory/azalea-inventory-macros/Cargo.toml
+++ b/azalea-inventory/azalea-inventory-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.76"
+proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = "2.0.48"