diff options
| author | mat <git@matdoes.dev> | 2024-01-08 21:15:12 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-01-08 21:15:12 -0600 |
| commit | fd1c99e74a8a89278522d1d9f9e4493e7a0c0193 (patch) | |
| tree | f8bc59128f10c21bc0d41fbfde88e1a0e0ae6e87 /azalea-client | |
| parent | 42f49c58edc0782622e15d738b90db771e44a142 (diff) | |
| download | azalea-drasl-fd1c99e74a8a89278522d1d9f9e4493e7a0c0193.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-client')
| -rw-r--r-- | azalea-client/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 11791101..70ab22cf 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -10,9 +10,9 @@ version = "0.9.0" [dependencies] simdnbt = { version = "0.3", git = "https://github.com/azalea-rs/simdnbt" } -reqwest = { version = "0.11.22", default-features = false } -anyhow = "1.0.75" -async-trait = "0.1.74" +reqwest = { version = "0.11.23", default-features = false } +anyhow = "1.0.79" +async-trait = "0.1.77" azalea-auth = { path = "../azalea-auth", version = "0.9.0" } azalea-block = { path = "../azalea-block", version = "0.9.0" } azalea-chat = { path = "../azalea-chat", version = "0.9.0" } @@ -30,19 +30,19 @@ bevy_tasks = "0.12.1" bevy_time = "0.12.1" azalea-inventory = { path = "../azalea-inventory", version = "0.9.0" } derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } -futures = "0.3.29" +futures = "0.3.30" tracing = "0.1.40" nohash-hasher = "0.2.0" -once_cell = "1.18.0" +once_cell = "1.19.0" parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } regex = "1.10.2" -thiserror = "^1.0.50" -tokio = { version = "^1.34.0", features = ["sync"] } +thiserror = "^1.0.56" +tokio = { version = "^1.35.1", features = ["sync"] } uuid = "^1.6.1" azalea-entity = { version = "0.9.0", path = "../azalea-entity" } -serde_json = "1.0.108" -serde = "1.0.193" -minecraft_folder_path = "0.1.1" +serde_json = "1.0.111" +serde = "1.0.195" +minecraft_folder_path = "0.1.2" [features] default = ["log"] |
