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 e33af20..e0305a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ bot-jobs = { path = "./crates/bot-jobs" }
git-tracker = { path = "./crates/git-tracker" }
git2 = { version = "0.18.3", default-features = false }
-log = "0.4.21"
+log = "0.4.22"
serenity = { version = "0.12.2", features = ["unstable_discord_api"] }
tokio = { version = "1.38.0", features = [
"macros",