diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2024-07-05 00:45:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-05 00:45:45 -0500 |
| commit | ea64fba7f655b9afa03d57e8590c16e024f396f3 (patch) | |
| tree | 728293b8cc852bf6b50a55594589a3b93b96c286 /azalea-client | |
| parent | 350e32d0a9f21103e271e80e63daa5711a78e1d7 (diff) | |
| download | azalea-drasl-ea64fba7f655b9afa03d57e8590c16e024f396f3.tar.xz | |
upgrade to simdnbt 0.6 (#160)
Diffstat (limited to 'azalea-client')
| -rw-r--r-- | azalea-client/Cargo.toml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index cd271366..6753fbdd 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -9,9 +9,9 @@ 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" } -reqwest = { version = "0.12.4", default-features = false } -anyhow = "1.0.82" +simdnbt = "0.6" +reqwest = { version = "0.12.5", default-features = false } +anyhow = "1.0.86" async-trait = "0.1.80" azalea-auth = { path = "../azalea-auth", version = "0.10.0" } azalea-block = { path = "../azalea-block", version = "0.10.0" } @@ -23,23 +23,23 @@ azalea-buf = { path = "../azalea-buf", version = "0.10.0" } azalea-protocol = { path = "../azalea-protocol", version = "0.10.0" } azalea-registry = { path = "../azalea-registry", version = "0.10.0" } azalea-world = { path = "../azalea-world", version = "0.10.0" } -bevy_app = "0.13.2" -bevy_ecs = "0.13.2" -bevy_log = { version = "0.13.2", optional = true } -bevy_tasks = "0.13.2" -bevy_time = "0.13.2" -derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } +bevy_app = "0.13.0" +bevy_ecs = "0.13.0" +bevy_log = { version = "0.13.0", optional = true } +bevy_tasks = "0.13.0" +bevy_time = "0.13.0" +derive_more = { version = "0.99.18", features = ["deref", "deref_mut"] } futures = "0.3.30" tracing = "0.1.40" nohash-hasher = "0.2.0" once_cell = "1.19.0" -parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } -regex = "1.10.4" -thiserror = "^1.0.59" -tokio = { version = "^1.37.0", features = ["sync"] } -uuid = "^1.8.0" -serde_json = "1.0.116" -serde = "1.0.198" +parking_lot = { version = "^0.12.3", features = ["deadlock_detection"] } +regex = "1.10.5" +thiserror = "^1.0.61" +tokio = { version = "^1.38.0", features = ["sync"] } +uuid = "^1.9.1" +serde_json = "1.0.120" +serde = "1.0.203" minecraft_folder_path = "0.1.2" azalea-entity = { version = "0.10.0", path = "../azalea-entity" } azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" } |
