Update env_logger requirement from 0.5.11 to 0.7.1 (#701)
Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebasmagri/env_logger/compare/v0.5.11...v0.7.1) 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:
parent
0c35033dc4
commit
e730f6b336
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ thiserror = "1.0"
|
|||
|
||||
[dev-dependencies]
|
||||
juniper = { version = "0.14.2", path = "../juniper", features = ["expose-test-schema", "serde_json"] }
|
||||
env_logger = "0.5.11"
|
||||
env_logger = "0.7.1"
|
||||
log = "0.4.3"
|
||||
percent-encoding = "1.0"
|
||||
tokio = { version = "0.2", features = ["rt-core", "macros", "blocking"] }
|
||||
|
|
|
@ -24,7 +24,7 @@ tokio = { version = "0.2", features = ["blocking", "rt-core"] }
|
|||
warp = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5.11"
|
||||
env_logger = "0.7.1"
|
||||
juniper = { version = "0.14.2", path = "../juniper", features = ["expose-test-schema", "serde_json"] }
|
||||
log = "0.4.3"
|
||||
percent-encoding = "1.0"
|
||||
|
|
Loading…
Reference in a new issue