diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 } |
