diff options
Diffstat (limited to 'azalea-entity')
| -rw-r--r-- | azalea-entity/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index fe4671c7..fde1cbf3 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" # 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 = { version = "0.9.0", path = "../azalea-block" } azalea-buf = { version = "0.9.0", path = "../azalea-buf" } azalea-chat = { version = "0.9.0", path = "../azalea-chat", features = [ @@ -27,4 +27,4 @@ tracing = "0.1.40" nohash-hasher = "0.2.0" parking_lot = "0.12.1" thiserror = "1.0.56" -uuid = "1.6.1" +uuid = "1.7.0" |
