From 3d2f2600f5326ae68edc49d12f10848451816365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:46:23 +0000 Subject: crates: bump env_logger from 0.11.3 to 0.11.5 (#29) Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.3 to 0.11.5. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.5) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/bot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') 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] -- cgit v1.2.3