diff options
| author | mat <git@matdoes.dev> | 2023-11-18 01:02:52 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-11-18 01:02:52 -0600 |
| commit | 89f5053b475b23bbd5b6316b189aea575f689ded (patch) | |
| tree | 115613b911aa791bdb30cd804cb1736f81d7e754 /azalea-auth | |
| parent | 9633508a3a31a70c657329fdeca0050b7082959e (diff) | |
| download | azalea-drasl-89f5053b475b23bbd5b6316b189aea575f689ded.tar.xz | |
upgrade all dependencies
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 8bdb8731..3e25b6a4 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -21,12 +21,12 @@ reqwest = { version = "0.11.22", default-features = false, features = [ "rustls-tls", ] } rsa = "0.9.3" -serde = { version = "1.0.190", features = ["derive"] } +serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" thiserror = "1.0.50" -tokio = { version = "1.33.0", features = ["fs"] } +tokio = { version = "1.34.0", features = ["fs"] } uuid = { version = "1.5.0", features = ["serde"] } [dev-dependencies] -env_logger = "0.10.0" -tokio = { version = "1.33.0", features = ["full"] } +env_logger = "0.10.1" +tokio = { version = "1.34.0", features = ["full"] } |
