aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-10 22:01:50 -0600
committerGitHub <noreply@github.com>2023-01-10 22:01:50 -0600
commitb86a89fa1ea059b566217991a656b31bf6841ba0 (patch)
tree0681e308999ebbf8ba0150d1428d085164c3eba9 /azalea-auth
parent0c30138d26e8192468507b12683daf32e8fdbc29 (diff)
downloadazalea-drasl-b86a89fa1ea059b566217991a656b31bf6841ba0.tar.xz
Bump tokio from 1.22.0 to 1.23.1 (#55)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.23.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.23.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'azalea-auth')
-rw-r--r--[-rwxr-xr-x]azalea-auth/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index 8354cc3f..deffe62d 100755..100644
--- a/azalea-auth/Cargo.toml
+++ b/azalea-auth/Cargo.toml
@@ -18,9 +18,9 @@ reqwest = {version = "0.11.12", features = ["json"]}
serde = {version = "1.0.145", features = ["derive"]}
serde_json = "1.0.86"
thiserror = "1.0.37"
-tokio = {version = "1.21.2", features = ["fs"]}
+tokio = {version = "1.23.1", features = ["fs"]}
uuid = "^1.1.2"
[dev-dependencies]
env_logger = "0.9.1"
-tokio = {version = "1.21.2", features = ["full"]}
+tokio = {version = "1.23.1", features = ["full"]}