aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-08-02 08:52:39 +0800
committermat <git@matdoes.dev>2025-08-02 08:52:39 +0800
commit37b124a2b65a8a90b8f72b76b26e22d712ad944e (patch)
tree078055745307a44ec9f96df973e110f470e797e9 /Cargo.toml
parente7bf124ed5e0b8a9490e9d96692480633e02f467 (diff)
downloadazalea-drasl-37b124a2b65a8a90b8f72b76b26e22d712ad944e.tar.xz
upgrade deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea0e2f88..421f8302 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,7 @@ repository = "https://github.com/azalea-rs/azalea"
# homepage = "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"
async-recursion = "1.1.1"
@@ -41,7 +42,7 @@ bevy_time = "0.16.1"
byteorder = "1.5.0"
cfb8 = "0.8.1"
chrono = { version = "0.4.41", default-features = false }
-criterion = "0.6.0"
+criterion = "0.7.0"
derive_more = "2.0.1"
enum-as-inner = "0.6.1"
env_logger = "0.11.8"
@@ -56,31 +57,30 @@ num-traits = "0.2.19"
parking_lot = "0.12.4"
proc-macro2 = "1.0.95"
quote = "1.0.40"
-rand = "0.9.1"
+rand = "0.9.2"
regex = "1.11.1"
-reqwest = { version = "0.12.20", default-features = false }
-rsa = "0.10.0-rc.0"
+reqwest = { version = "0.12.22", default-features = false }
+rsa = "0.10.0-rc.3"
rsa_public_encrypt_pkcs1 = "0.4.0"
rustc-hash = "2.1.1"
serde = "1.0.219"
-serde_json = "1.0.140"
+serde_json = "1.0.142"
sha-1 = "0.10.1"
sha2 = "0.11.0-rc.0"
-simdnbt = "0.7"
-socks5-impl = "0.7.0"
-syn = "2.0.103"
+socks5-impl = "0.7.2"
+syn = "2.0.104"
thiserror = "2.0.12"
-tokio = "1.45.1"
+tokio = "1.47.1"
tokio-util = "0.7.15"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
hickory-resolver = "0.25.2"
uuid = "1.17"
num-format = "0.4.4"
-indexmap = "2.9.0"
+indexmap = "2.10.0"
paste = "1.0.15"
compact_str = "0.9.0"
-crc32fast = "1.4.2"
+crc32fast = "1.5.0"
async-compat = "0.2.4"
azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.13.0" }