Update env_logger crate from 0.10 to 0.11 version (#1241)

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] 2024-01-23 12:32:33 +01:00 committed by GitHub
parent 507a66a3bf
commit f213d5193c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ actix-rt = "2.0"
actix-test = "0.1"
async-stream = "0.3"
bytes = "1.0"
env_logger = "0.10"
env_logger = "0.11"
juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] }
log = "0.4"
rand = "0.8"

View file

@ -46,7 +46,7 @@ headers = "0.3.8"
[dev-dependencies]
async-stream = "0.3"
env_logger = "0.10"
env_logger = "0.11"
futures = "0.3.22"
juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] }
log = "0.4"