diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-29 15:32:44 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-01-29 15:35:52 +0000 |
| commit | db09a518d60823b259e332ac4d485b026fc6a4e8 (patch) | |
| tree | 5afa1f4023256b50cfa41b8c42dd8d3e9bdc6885 | |
| parent | 98a1388341c09ec8df4fe5b9f6e3ef639b4054e9 (diff) | |
deps(crates): bump env_logger from 0.11.0 to 0.11.1
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.0 to 0.11.1.
- [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.0...v0.11.1)
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -521,9 +521,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9eeb342678d785662fd2514be38c459bb925f02b68dd2a3e0f21d7ef82d979dd" +checksum = "05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8" dependencies = [ "anstream", "anstyle", @@ -13,7 +13,7 @@ build = "build.rs" bottomify = "1.2.0" color-eyre = "0.6.2" dotenvy = "0.15.7" -env_logger = "0.11.0" +env_logger = "0.11.1" include_dir = "0.7.3" log = "0.4.20" poise = "0.6.1" |
