build(deps): bump env_logger from 0.10.2 to 0.11.8

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.8.
- [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.10.2...v0.11.8)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-version: 0.11.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-16 07:56:05 +00:00
committed by GitHub
parent 08bf34104a
commit f2a6d4f0de
2 changed files with 127 additions and 45 deletions

View File

@@ -17,7 +17,7 @@ rusqlite = { version = "0.29", features = ["bundled"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
log = "0.4"
env_logger = "0.10"
env_logger = "0.11"
dotenv = "0.15"
chrono = "0.4"
warp = "0.3"