diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -31,7 +31,7 @@ repository = "https://github.com/azalea-rs/azalea" [workspace.dependencies] simdnbt = { version = "0.7", git = "https://github.com/azalea-rs/simdnbt" } aes = "0.8.4" -anyhow = "1.0.98" +anyhow = "1.0.99" async-recursion = "1.1.1" base64 = "0.22.1" bevy_app = "0.16.1" @@ -48,40 +48,40 @@ enum-as-inner = "0.6.1" env_logger = "0.11.8" flate2 = { version = "1.1.2", features = ["zlib-rs"] } futures = "0.3.31" -futures-lite = "2.6.0" -md-5 = "0.10.6" +futures-lite = "2.6.1" minecraft_folder_path = "0.1.2" nohash-hasher = "0.2.0" num-bigint = "0.4.6" num-traits = "0.2.19" parking_lot = "0.12.4" -proc-macro2 = "1.0.95" +proc-macro2 = "1.0.97" quote = "1.0.40" rand = "0.9.2" regex = "1.11.1" -reqwest = { version = "0.12.22", default-features = false } -rsa = "0.10.0-rc.3" +reqwest = { version = "0.12.23", default-features = false } +rsa = "0.10.0-rc.4" rsa_public_encrypt_pkcs1 = "0.4.0" rustc-hash = "2.1.1" serde = "1.0.219" serde_json = "1.0.142" -sha-1 = "0.10.1" +sha1 = "0.10.1" sha2 = "0.11.0-rc.0" socks5-impl = "0.7.2" syn = "2.0.104" -thiserror = "2.0.12" +thiserror = "2.0.14" tokio = "1.47.1" -tokio-util = "0.7.15" +tokio-util = "0.7.16" tracing = "0.1.41" tracing-subscriber = "0.3.19" hickory-resolver = "0.25.2" -uuid = "1.17" +uuid = "1.18" num-format = "0.4.4" indexmap = "2.10.0" -paste = "1.0.15" +pastey = "0.1.1" compact_str = "0.9.0" crc32c = "0.6.8" async-compat = "0.2.4" +md-5 = "0.10.6" azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.13.0" } azalea-block = { path = "azalea-block", version = "0.13.0" } |
