Bump env_logger from 0.9.3 to 0.10.0 (#452)

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]
2023-01-08 15:24:30 -07:00
committed by GitHub
parent 0c2633ab31
commit 1e02f135f0
3 changed files with 6 additions and 26 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ x509-parser = "0.14"
zeroize = "1"
[dev-dependencies]
env_logger = "0.9"
env_logger = "0.10"
once_cell = "1"
rsa = { version = "0.7.1", features = ["hazmat"] }
signature = { version = "1.6.4", features = ["hazmat-preview"] }