diff options
Diffstat (limited to 'azalea-registry')
| -rw-r--r-- | azalea-registry/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-registry/azalea-registry-macros/Cargo.toml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index 356d2ca9..b61fb7be 100644 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -9,7 +9,7 @@ version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -simdnbt = { version = "0.5", git = "https://github.com/azalea-rs/simdnbt" } +simdnbt = "0.6" azalea-buf = { path = "../azalea-buf", version = "0.10.0" } azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.10.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 396b58ba..4d778f98 100644 --- a/azalea-registry/azalea-registry-macros/Cargo.toml +++ b/azalea-registry/azalea-registry-macros/Cargo.toml @@ -12,9 +12,9 @@ proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -proc-macro2 = "1.0.81" +proc-macro2 = "1.0.86" quote = "1.0.36" -syn = "2.0.60" +syn = "2.0.68" [features] serde = [] |
