diff options
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 4729b6c3..ddfd672b 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-auth" repository = "https://github.com/mat-1/azalea/tree/main/azalea-auth" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-crypto = { path = "../azalea-crypto", version = "^0.7.0" } +azalea-buf = { path = "../azalea-buf", version = "0.8.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.8.0" } base64 = "0.21.3" chrono = { version = "0.4.30", default-features = false, features = ["serde"] } log = "0.4.20" |
