diff options
| author | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
| commit | df8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch) | |
| tree | 023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-entity | |
| parent | 7357455cad123e41cdd1ca8689527afff77f28f8 (diff) | |
| download | azalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-entity')
| -rw-r--r-- | azalea-entity/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index 20648484..05217df5 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -10,15 +10,15 @@ license = "MIT" [dependencies] 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 = [ +azalea-block = { version = "0.9.1", path = "../azalea-block" } +azalea-buf = { version = "0.9.1", path = "../azalea-buf" } +azalea-chat = { version = "0.9.1", path = "../azalea-chat", features = [ "azalea-buf", ] } -azalea-core = { version = "0.9.0", path = "../azalea-core" } -azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } -azalea-registry = { version = "0.9.0", path = "../azalea-registry" } -azalea-world = { version = "0.9.0", path = "../azalea-world" } +azalea-core = { version = "0.9.1", path = "../azalea-core" } +azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" } +azalea-registry = { version = "0.9.1", path = "../azalea-registry" } +azalea-world = { version = "0.9.1", path = "../azalea-world" } bevy_app = "0.13.2" bevy_ecs = "0.13.2" derive_more = "0.99.17" @@ -26,5 +26,5 @@ enum-as-inner = "0.6.0" tracing = "0.1.40" nohash-hasher = "0.2.0" parking_lot = "0.12.1" -thiserror = "1.0.58" +thiserror = "1.0.59" uuid = "1.8.0" |
