diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2023-07-09 19:11:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 19:11:29 -0500 |
| commit | d1afd02aa84e7b4450c1607277f078eb2a0f1bf3 (patch) | |
| tree | efea9bb7ef7f2064f7c963fd88f394fecec6231b /azalea-auth | |
| parent | ea8a8fccb6eb39c97f6cb69e11db5f7d0886172e (diff) | |
| download | azalea-drasl-d1afd02aa84e7b4450c1607277f078eb2a0f1bf3.tar.xz | |
Update to Bevy 0.11 (#94)
* update to bevy 0.11
* clippy
---------
Co-authored-by: mat <git@matdoes.dev>
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 22 |
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"] } |
