chore(deps): bump env_logger from 0.9.3 to 0.10.0 (#241)

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to 0.10.0.
- [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.9.3...v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

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]
2022-11-25 01:27:06 -08:00
committed by GitHub
parent 3acfe43cb5
commit 51b4439697
2 changed files with 79 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ once_cell = "1"
sqlparser = "0.27.0"
log = "0.4"
arc-swap = "1"
env_logger = "0.9"
env_logger = "0.10"
parking_lot = "0.12.1"
hmac = "0.12"
sha2 = "0.10"