diff options
| author | mat <git@matdoes.dev> | 2026-01-14 05:20:17 +0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-14 11:20:57 +1200 |
| commit | fd4c4b0da4b8cf8c69205873c93ac97ff113e955 (patch) | |
| tree | 404264a87c2691b13b4e4a2f3f363559693a1b9c /Cargo.toml | |
| parent | b21ac946cafaacc9ee2478ea48ed9e72554f79ed (diff) | |
| download | azalea-drasl-fd4c4b0da4b8cf8c69205873c93ac97ff113e955.tar.xz | |
upgrade deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -34,12 +34,12 @@ aes = "0.8.4" anyhow = "1.0.100" async-compat = "0.2.5" base64 = "0.22.1" -bevy_app = "0.17.3" -bevy_ecs = { version = "0.17.3", default-features = false } -bevy_utils = { version = "0.17.3", default-features = false } -bevy_log = "0.17.3" -bevy_tasks = "0.17.3" -bevy_time = "0.17.3" +bevy_app = "0.18.0" +bevy_ecs = { version = "0.18.0", default-features = false } +bevy_utils = { version = "0.18.0", default-features = false } +bevy_log = "0.18.0" +bevy_tasks = "0.18.0" +bevy_time = "0.18.0" byteorder = "1.5.0" cfb8 = "0.8.1" chrono = { version = "0.4.42", default-features = false } @@ -47,17 +47,17 @@ compact_str = "0.9.0" crc32c = "0.6.8" criterion = "0.8.1" # TODO: Remove when rsa is fixed. -crypto-bigint = "=0.7.0-rc.10" +crypto-bigint = "=0.7.0-rc.17" # TODO: Remove when rsa is fixed. -crypto-primes = "=0.7.0-pre.4" +crypto-primes = "=0.7.0-pre.6" derive_more = "2.1.1" enum-as-inner = "0.6.1" env_logger = "0.11.8" -flate2 = { version = "1.1.5", features = ["zlib-rs"] } +flate2 = { version = "1.1.8", features = ["zlib-rs"] } futures = "0.3.31" futures-lite = "2.6.1" hickory-resolver = "0.25.2" -indexmap = "2.12.1" +indexmap = "2.13.0" md-5 = "0.10.6" minecraft_folder_path = "0.1.2" nohash-hasher = "0.2.0" @@ -66,18 +66,18 @@ num-format = "0.4.4" num-traits = "0.2.19" parking_lot = "0.12.5" pastey = "0.2.1" -proc-macro2 = "1.0.104" -quote = "1.0.42" -rand = "0.10.0-rc.5" +proc-macro2 = "1.0.105" +quote = "1.0.43" +rand = "0.10.0-rc.6" # TODO: Remove when rand is fixed. -rand_core = "=0.10.0-rc-2" +rand_core = "=0.10.0-rc-3" regex = "1.12.2" reqwest = { version = "0.13.1", default-features = false } -rsa = "0.10.0-rc.10" +rsa = "0.10.0-rc.12" rsa_public_encrypt_pkcs1 = "0.4.0" rustc-hash = "2.1.1" serde = "1.0.228" -serde_json = "1.0.148" +serde_json = "1.0.149" sha1 = "0.11.0-rc.3" sha2 = "0.11.0-rc.3" # TODO: Remove when rsa is fixed. @@ -85,10 +85,10 @@ signature = "=3.0.0-rc.5" # simdnbt = "0.9.0" simdnbt = { git = "https://github.com/azalea-rs/simdnbt" } socks5-impl = "0.8.0" -syn = "2.0.112" +syn = "2.0.114" thiserror = "2.0.17" -tokio = "1.48.0" -tokio-util = "0.7.17" +tokio = "1.49.0" +tokio-util = "0.7.18" tracing = "0.1.44" tracing-subscriber = "0.3.22" uuid = "1.19.0" |
