diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2024-07-05 00:45:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-05 00:45:45 -0500 |
| commit | ea64fba7f655b9afa03d57e8590c16e024f396f3 (patch) | |
| tree | 728293b8cc852bf6b50a55594589a3b93b96c286 /azalea-auth | |
| parent | 350e32d0a9f21103e271e80e63daa5711a78e1d7 (diff) | |
| download | azalea-drasl-ea64fba7f655b9afa03d57e8590c16e024f396f3.tar.xz | |
upgrade to simdnbt 0.6 (#160)
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 979b59a6..ec2805fa 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -11,23 +11,23 @@ version = "0.10.1" [dependencies] azalea-buf = { path = "../azalea-buf", version = "0.10.0" } azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" } -base64 = "0.22.0" +base64 = "0.22.1" chrono = { version = "0.4.38", default-features = false, features = ["serde"] } tracing = "0.1.40" -num-bigint = "0.4.4" +num-bigint = "0.4.6" once_cell = "1.19.0" -reqwest = { version = "0.12.4", default-features = false, features = [ +reqwest = { version = "0.12.5", default-features = false, features = [ "json", "rustls-tls", ] } rsa = "0.9.6" -serde = { version = "1.0.198", features = ["derive"] } -serde_json = "1.0.116" -thiserror = "1.0.59" -tokio = { version = "1.37.0", features = ["fs"] } -uuid = { version = "1.8.0", features = ["serde", "v3"] } +serde = { version = "1.0.203", features = ["derive"] } +serde_json = "1.0.120" +thiserror = "1.0.61" +tokio = { version = "1.38.0", features = ["fs"] } +uuid = { version = "1.9.1", features = ["serde", "v3"] } md-5 = "0.10.6" [dev-dependencies] env_logger = "0.11.3" -tokio = { version = "1.37.0", features = ["full"] } +tokio = { version = "1.38.0", features = ["full"] } |
