diff options
| author | mat <git@matdoes.dev> | 2023-08-15 22:21:04 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-08-15 22:21:04 -0500 |
| commit | 4ed4be529f0ee44120bb9c110418cbb8e3edd22d (patch) | |
| tree | 91802ee7508c44e596013b23864bdd449383bbd7 /azalea | |
| parent | 776f714826882a3fc1bbe3b2cdf46f902dd48742 (diff) | |
| download | azalea-drasl-4ed4be529f0ee44120bb9c110418cbb8e3edd22d.tar.xz | |
upgrade thiserror and other deps
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index da574353..527088f8 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -12,8 +12,8 @@ pre-release-replacements = [ ] [dependencies] -anyhow = "^1.0.71" -async-trait = "0.1.71" +anyhow = "^1.0.74" +async-trait = "0.1.73" azalea-block = { version = "0.7.0", path = "../azalea-block" } azalea-chat = { version = "0.7.0", path = "../azalea-chat" } azalea-client = { version = "0.7.0", path = "../azalea-client" } @@ -25,21 +25,21 @@ azalea-registry = { version = "0.7.0", path = "../azalea-registry" } azalea-world = { version = "0.7.0", path = "../azalea-world" } azalea-auth = { version = "0.7.0", path = "../azalea-auth" } azalea-brigadier = { version = "0.7.0", path = "../azalea-brigadier" } -bevy_app = "0.11.0" -bevy_ecs = "0.11.0" -bevy_tasks = "0.11.0" +bevy_app = "0.11.1" +bevy_ecs = "0.11.1" +bevy_tasks = "0.11.1" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } futures = "0.3.28" futures-lite = "1.13.0" -log = "0.4.19" +log = "0.4.20" nohash-hasher = "0.2.0" -num-traits = "0.2.15" +num-traits = "0.2.16" parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } priority-queue = "1.3.2" -thiserror = "^1.0.43" -tokio = "^1.29.1" -uuid = "1.4.0" -bevy_log = "0.11.0" +thiserror = "^1.0.46" +tokio = "^1.31.0" +uuid = "1.4.1" +bevy_log = "0.11.1" azalea-entity = { version = "0.1.0", path = "../azalea-entity" } [features] |
