chore(deps): Bump env_logger from 0.11.9 to 0.11.10 (#106)

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.9 to 0.11.10.
- [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.9...v0.11.10)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-version: 0.11.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-08-18 12:21:28 +02:00
committed by missytake
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 26128aca27
commit 7f83b82f14
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ tokio = { version = "1.50.0", features = ["full"] }
thiserror = "2.0.18"
mailparse = "0.16.1"
log = "0.4.29"
env_logger = "0.11.9"
env_logger = "0.11.10"
governor = "0.10.4"
viadkim = { version = "0.2.0" }
hickory-resolver = { version = "0.25.2", features = ["dnssec-ring"] }