aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-auth')
-rw-r--r--azalea-auth/Cargo.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index 2d154514..82982e8e 100644
--- a/azalea-auth/Cargo.toml
+++ b/azalea-auth/Cargo.toml
@@ -11,23 +11,23 @@ version = "0.7.0"
[dependencies]
azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-crypto = { path = "../azalea-crypto", version = "^0.7.0" }
-base64 = "0.21.0"
-chrono = { version = "0.4.24", default-features = false, features = ["serde"] }
-log = "0.4.17"
+base64 = "0.21.2"
+chrono = { version = "0.4.26", default-features = false, features = ["serde"] }
+log = "0.4.19"
num-bigint = "0.4.3"
-once_cell = "1.17.1"
+once_cell = "1.18.0"
parking_lot = "0.12.1"
-reqwest = { version = "0.11.16", default-features = false, features = [
+reqwest = { version = "0.11.18", default-features = false, features = [
"json",
"rustls-tls",
] }
rsa = "0.9.2"
-serde = { version = "1.0.159", features = ["derive"] }
-serde_json = "1.0.95"
-thiserror = "1.0.40"
-tokio = { version = "1.27.0", features = ["fs"] }
-uuid = { version = "1.3.0", features = ["serde"] }
+serde = { version = "1.0.170", features = ["derive"] }
+serde_json = "1.0.100"
+thiserror = "1.0.43"
+tokio = { version = "1.29.1", features = ["fs"] }
+uuid = { version = "1.4.0", features = ["serde"] }
[dev-dependencies]
env_logger = "0.10.0"
-tokio = { version = "1.27.0", features = ["full"] }
+tokio = { version = "1.29.1", features = ["full"] }