aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEightFactorial <29801334+EightFactorial@users.noreply.github.com>2024-12-07 15:23:27 -0800
committerGitHub <noreply@github.com>2024-12-07 17:23:27 -0600
commit07109964ad8486a9d4caee430ccadf7f7fc3d648 (patch)
tree1ff5e99ecf2529d2c77a6e04dbe9f9dd0264e6c4 /Cargo.toml
parent39f4d68e1ff1f0fa0d45663335d83299d5d37790 (diff)
downloadazalea-drasl-07109964ad8486a9d4caee430ccadf7f7fc3d648.tar.xz
Emit a build warning if the compiler may fail to build (#194)
This should be reverted when the latest nightly can build again
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7ea37cf5..166a0c44 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ repository = "https://github.com/azalea-rs/azalea"
[workspace.dependencies]
aes = "0.8.4"
-anyhow = "1.0.93"
+anyhow = "1.0.94"
async-recursion = "1.1.1"
async-trait = "0.1.83"
base64 = "0.22.1"
@@ -65,7 +65,7 @@ regex = "1.11.1"
reqwest = { version = "0.12.9", default-features = false }
rsa = "0.9.7"
rsa_public_encrypt_pkcs1 = "0.4.0"
-rustc-hash = "2.0.0"
+rustc-hash = "2.1.0"
serde = "1.0.215"
serde_json = "1.0.133"
sha-1 = "0.10.1"
@@ -73,9 +73,9 @@ sha2 = "0.10.8"
simdnbt = "0.6"
socks5-impl = "0.5.17"
syn = "2.0.90"
-thiserror = "2.0.3"
-tokio = "1.41.1"
-tokio-util = "0.7.12"
+thiserror = "2.0.5"
+tokio = "1.42.0"
+tokio-util = "0.7.13"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
trust-dns-resolver = { version = "0.23.2", default-features = false }