Upgrade env_logger
crate to 0.10 version (#1130)
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:
parent
3a68877de0
commit
b79b799824
5 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ publish = false
|
|||
actix-cors = "0.6"
|
||||
actix-web = "4.0"
|
||||
async-stream = "0.3"
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
futures = "0.3"
|
||||
juniper = { path = "../../juniper", features = ["expose-test-schema"] }
|
||||
juniper_actix = { path = "../../juniper_actix", features = ["subscriptions"] }
|
||||
|
|
|
@ -7,7 +7,7 @@ authors = ["Christoph Herzog <chris@theduke.at>"]
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
futures = "0.3"
|
||||
juniper = { path = "../../juniper" }
|
||||
juniper_warp = { path = "../../juniper_warp" }
|
||||
|
|
|
@ -7,7 +7,7 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
async-stream = "0.3"
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
futures = "0.3"
|
||||
juniper = { path = "../../juniper" }
|
||||
juniper_graphql_ws = { path = "../../juniper_graphql_ws" }
|
||||
|
|
|
@ -52,7 +52,7 @@ actix-rt = "2.0"
|
|||
actix-test = "0.1"
|
||||
async-stream = "0.3"
|
||||
bytes = "1.0"
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] }
|
||||
log = "0.4"
|
||||
tokio = "1.0"
|
||||
|
|
|
@ -37,7 +37,7 @@ warp = { version = "0.3.2", default-features = false }
|
|||
headers = "0.3.8"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] }
|
||||
log = "0.4"
|
||||
percent-encoding = "2.1"
|
||||
|
|
Loading…
Reference in a new issue