Upgrade 'env_logger' crate to 0.8 version (#789)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-19 12:23:17 +03:00 committed by GitHub
parent c964fd805c
commit dd69375e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ actix-cors = "0.4.1"
futures = "0.3.5"
tokio = { version = "0.2", features = ["rt-core", "macros"] }
env_logger = "0.7.1"
env_logger = "0.8.1"
serde = "1.0.115"
serde_json = "1.0.57"
rand = "0.7.3"

View file

@ -9,7 +9,7 @@ authors = ["Christoph Herzog <chris@theduke.at>"]
juniper = { git = "https://github.com/graphql-rust/juniper" }
juniper_warp = { git = "https://github.com/graphql-rust/juniper" }
env_logger = "0.6.2"
env_logger = "0.8.1"
futures = { version = "0.3.1", features = ["compat"] }
log = "0.4.8"
reqwest = { version = "0.10", features = ["rustls-tls"] }

View file

@ -5,7 +5,7 @@ edition = "2018"
publish = false
[dependencies]
env_logger = "0.6.2"
env_logger = "0.8.1"
futures = "0.3.1"
log = "0.4.8"
serde = { version = "1.0", features = ["derive"] }

View file

@ -33,7 +33,7 @@ actix-cors = "0.4.1"
actix-identity = "0.3.0"
bytes = "0.5.6"
env_logger = "0.7.1"
env_logger = "0.8.1"
log = "0.4.11"
juniper = { version = "0.14.2", path = "../juniper", features = ["expose-test-schema"] }

View file

@ -24,7 +24,7 @@ tokio = { version = "0.2", features = ["blocking", "rt-core"] }
warp = "0.2"
[dev-dependencies]
env_logger = "0.7.1"
env_logger = "0.8.1"
juniper = { version = "0.14.2", path = "../juniper", features = ["expose-test-schema"] }
log = "0.4.3"
percent-encoding = "2"