diff options
| author | mat <git@matdoes.dev> | 2026-03-02 17:35:40 -1400 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-02 17:35:40 -1400 |
| commit | d726f369cfb902c767009268e3c8a77806451131 (patch) | |
| tree | 2c093d7502a6b5d6ce4e2de27aefe4d2732dad09 /Cargo.toml | |
| parent | 782db2e05cb9ea1b8dbd1ab7f5ff2eac29737fef (diff) | |
| download | azalea-drasl-d726f369cfb902c767009268e3c8a77806451131.tar.xz | |
bump deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 39 |
1 files changed, 19 insertions, 20 deletions
@@ -31,7 +31,7 @@ repository = "https://github.com/azalea-rs/azalea" [workspace.dependencies] aes = "0.8.4" -anyhow = "1.0.100" +anyhow = "1.0.102" async-compat = "0.2.5" base64 = "0.22.1" bevy_app = "0.18.0" @@ -44,19 +44,19 @@ bevy_tasks = "0.18.0" bevy_time = "0.18.0" byteorder = "1.5.0" cfb8 = "0.8.1" -chrono = { version = "0.4.43", default-features = false } +chrono = { version = "0.4.44", default-features = false } compact_str = "0.9.0" crc32c = "0.6.8" -criterion = "0.8.1" +criterion = "0.8.2" # TODO: Remove when rsa is fixed. -crypto-bigint = "=0.7.0-rc.21" +crypto-bigint = "=0.7.0-rc.28" # TODO: Remove when rsa is fixed. -crypto-primes = "=0.7.0-pre.7" +crypto-primes = "=0.7.0-pre.9" derive_more = "2.1.1" enum-as-inner = "0.6.1" -env_logger = "0.11.8" -flate2 = { version = "1.1.8", features = ["zlib-rs"] } -futures = "0.3.31" +env_logger = "0.11.9" +flate2 = { version = "1.1.9", features = ["zlib-rs"] } +futures = "0.3.32" futures-lite = "2.6.1" hickory-resolver = "0.25.2" indexmap = "2.13.0" @@ -70,30 +70,29 @@ parking_lot = "0.12.5" pastey = "0.2.1" proc-macro2 = "1.0.106" quote = "1.0.44" -rand = "0.10.0-rc.7" -# TODO: Remove when rand is fixed. -rand_core = "=0.10.0-rc-5" -regex = "1.12.2" -reqwest = { version = "0.13.1", default-features = false } -rsa = "0.10.0-rc.13" +rand = "0.10.0" +rand_core = "0.10.0" +regex = "1.12.3" +reqwest = { version = "0.13.2", default-features = false } +rsa = "0.10.0-rc.16" rsa_public_encrypt_pkcs1 = "0.4.0" rustc-hash = "2.1.1" serde = "1.0.228" serde_json = "1.0.149" -sha1 = "0.11.0-rc.3" -sha2 = "0.11.0-rc.3" +sha1 = "0.11.0-rc.5" +sha2 = "0.11.0-rc.5" # TODO: Remove when rsa is fixed. -signature = "=3.0.0-rc.8" +signature = "=3.0.0-rc.10" # simdnbt = "0.9.0" simdnbt = { git = "https://github.com/azalea-rs/simdnbt" } -socks5-impl = "0.8.0" -syn = "2.0.114" +socks5-impl = "0.8.1" +syn = "2.0.117" thiserror = "2.0.18" tokio = "1.49.0" tokio-util = "0.7.18" tracing = "0.1.44" tracing-subscriber = "0.3.22" -uuid = "1.19.0" +uuid = "1.21.0" radix-heap = "0.4.2" azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.15.0", default-features = false } |
