From 07109964ad8486a9d4caee430ccadf7f7fc3d648 Mon Sep 17 00:00:00 2001 From: EightFactorial <29801334+EightFactorial@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:23:27 -0800 Subject: Emit a build warning if the compiler may fail to build (#194) This should be reverted when the latest nightly can build again --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') 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 } -- cgit v1.2.3