summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/bot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/bot/Cargo.toml b/crates/bot/Cargo.toml
index c56fc52..69feace 100644
--- a/crates/bot/Cargo.toml
+++ b/crates/bot/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/getchoo/nixpkgs-tracker-bot"
bot-error = { workspace = true }
bot-client = { workspace = true }
dotenvy = "0.15.7"
-env_logger = "0.11.3"
+env_logger = "0.11.5"
tokio = { workspace = true }
[lints.rust]