summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"