diff options
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index b971b965..bf64dbc3 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -13,7 +13,7 @@ azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } azalea-crypto = { path = "../azalea-crypto", version = "^0.7.0" } base64 = "0.21.2" chrono = { version = "0.4.26", default-features = false, features = ["serde"] } -log = "0.4.19" +log = "0.4.20" num-bigint = "0.4.3" once_cell = "1.18.0" reqwest = { version = "0.11.18", default-features = false, features = [ @@ -21,12 +21,12 @@ reqwest = { version = "0.11.18", default-features = false, features = [ "rustls-tls", ] } rsa = "0.9.2" -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"] } +serde = { version = "1.0.183", features = ["derive"] } +serde_json = "1.0.105" +thiserror = "1.0.46" +tokio = { version = "1.31.0", features = ["fs"] } +uuid = { version = "1.4.1", features = ["serde"] } [dev-dependencies] env_logger = "0.10.0" -tokio = { version = "1.29.1", features = ["full"] } +tokio = { version = "1.31.0", features = ["full"] } |
