diff options
| author | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
| commit | df8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch) | |
| tree | 023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-auth | |
| parent | 7357455cad123e41cdd1ca8689527afff77f28f8 (diff) | |
| download | azalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz | |
upgrade deps
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 55900a0e..dfa0309c 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -9,8 +9,8 @@ version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "0.9.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } +azalea-crypto = { path = "../azalea-crypto", version = "0.9.1" } base64 = "0.22.0" chrono = { version = "0.4.38", default-features = false, features = ["serde"] } tracing = "0.1.40" @@ -23,7 +23,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [ rsa = "0.9.6" serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" -thiserror = "1.0.58" +thiserror = "1.0.59" tokio = { version = "1.37.0", features = ["fs"] } uuid = { version = "1.8.0", features = ["serde", "v3"] } md-5 = "0.10.6" |
