diff options
| author | mat <git@matdoes.dev> | 2023-11-06 18:04:48 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-11-06 18:04:57 -0600 |
| commit | ee55453fbf9a799e23cbca60e384f6adf3d11acf (patch) | |
| tree | 94ffd6b431ade8434d4ed4bf6dbf7126d60d5a2b /azalea-auth | |
| parent | 48b5d121718c98c3280e0945508324fc4527beec (diff) | |
| download | azalea-drasl-ee55453fbf9a799e23cbca60e384f6adf3d11acf.tar.xz | |
bevy 0.12
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 4af4e419..8f2acc27 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -11,22 +11,22 @@ version = "0.8.0" [dependencies] azalea-buf = { path = "../azalea-buf", version = "0.8.0" } azalea-crypto = { path = "../azalea-crypto", version = "0.8.0" } -base64 = "0.21.4" +base64 = "0.21.5" chrono = { version = "0.4.31", default-features = false, features = ["serde"] } log = "0.4.20" num-bigint = "0.4.4" once_cell = "1.18.0" -reqwest = { version = "0.11.21", default-features = false, features = [ +reqwest = { version = "0.11.22", default-features = false, features = [ "json", "rustls-tls", ] } -rsa = "0.9.2" -serde = { version = "1.0.188", features = ["derive"] } -serde_json = "1.0.107" -thiserror = "1.0.49" -tokio = { version = "1.32.0", features = ["fs"] } -uuid = { version = "1.4.1", features = ["serde"] } +rsa = "0.9.3" +serde = { version = "1.0.190", features = ["derive"] } +serde_json = "1.0.108" +thiserror = "1.0.50" +tokio = { version = "1.33.0", features = ["fs"] } +uuid = { version = "1.5.0", features = ["serde"] } [dev-dependencies] env_logger = "0.10.0" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } |
