build: Bump env_logger from 0.9.1 to 0.9.3

Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.1 to 0.9.3.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.9.1...v0.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-07 23:14:03 +00:00
parent fefbc356a2
commit 1cb1cff882
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.0.18", features = ["wrap_help","cargo"] }
env_logger = "0.9.1"
env_logger = "0.9.3"
epoll = "4.3.1"
libc = "0.2.137"
log = "0.4.17"