aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-auth')
-rw-r--r--[-rwxr-xr-x]azalea-auth/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index 8354cc3f..deffe62d 100755..100644
--- a/azalea-auth/Cargo.toml
+++ b/azalea-auth/Cargo.toml
@@ -18,9 +18,9 @@ reqwest = {version = "0.11.12", features = ["json"]}
serde = {version = "1.0.145", features = ["derive"]}
serde_json = "1.0.86"
thiserror = "1.0.37"
-tokio = {version = "1.21.2", features = ["fs"]}
+tokio = {version = "1.23.1", features = ["fs"]}
uuid = "^1.1.2"
[dev-dependencies]
env_logger = "0.9.1"
-tokio = {version = "1.21.2", features = ["full"]}
+tokio = {version = "1.23.1", features = ["full"]}