diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-29 20:46:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-29 20:46:23 +0000 |
| commit | 3d2f2600f5326ae68edc49d12f10848451816365 (patch) | |
| tree | 3707fd5d810418fdd11ff273bc15327ce3bcce47 | |
| parent | db5e12d623b7f502d8a90ccf695cfe47e17ac878 (diff) | |
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | crates/bot/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -459,9 +459,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.3" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" +checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" dependencies = [ "anstream", "anstyle", 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] |
