diff options
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 5de305d5..83515500 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.23.1", features = ["fs"]} +tokio = {version = "1.24.2", features = ["fs"]} uuid = {version = "^1.1.2", features = ["serde"]} [dev-dependencies] env_logger = "0.9.3" -tokio = {version = "1.23.1", features = ["full"]} +tokio = {version = "1.24.2", features = ["full"]} |
