diff options
Diffstat (limited to 'azalea-world')
| -rw-r--r-- | azalea-world/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 23c730b1..e69b4b97 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/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-block = { path = "../azalea-block", default-features = false, version = "0.9.0" } azalea-buf = { path = "../azalea-buf", version = "0.9.0" } azalea-core = { path = "../azalea-core", version = "0.9.0", features = [ @@ -25,7 +25,7 @@ nohash-hasher = "0.2.0" once_cell = "1.19.0" parking_lot = "^0.12.1" thiserror = "1.0.56" -uuid = "1.6.1" +uuid = "1.7.0" serde_json = "1.0.111" serde = "1.0.195" |
