summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-29 20:46:01 +0000
committerGitHub <[email protected]>2024-07-29 20:46:01 +0000
commitdb5e12d623b7f502d8a90ccf695cfe47e17ac878 (patch)
tree0ec34d2caa37a859c6b8a4769f84fa83b3928f98 /Cargo.toml
parent3dab628d0585a8ef304880a275ade57dc4773a53 (diff)
crates: bump tokio from 1.38.1 to 1.39.2 (#28)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.1 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.39.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d58e13b..daa9251 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ git-tracker = { path = "./crates/git-tracker" }
git2 = { version = "0.18.3", default-features = false }
log = "0.4.22"
serenity = { version = "0.12.2", features = ["unstable_discord_api"] }
-tokio = { version = "1.38.1", features = [
+tokio = { version = "1.39.2", features = [
"macros",
"rt-multi-thread",
"signal"