diff --git a/examples/actix_subscriptions/Cargo.toml b/examples/actix_subscriptions/Cargo.toml index 9b7ccf4e..0a793428 100644 --- a/examples/actix_subscriptions/Cargo.toml +++ b/examples/actix_subscriptions/Cargo.toml @@ -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" diff --git a/examples/warp_async/Cargo.toml b/examples/warp_async/Cargo.toml index 22628350..efc604ab 100644 --- a/examples/warp_async/Cargo.toml +++ b/examples/warp_async/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Christoph Herzog "] 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"] } diff --git a/examples/warp_subscriptions/Cargo.toml b/examples/warp_subscriptions/Cargo.toml index 5c69129e..a7edc4fe 100644 --- a/examples/warp_subscriptions/Cargo.toml +++ b/examples/warp_subscriptions/Cargo.toml @@ -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"] } diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index 6c6dd720..784a22cc 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -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"] } diff --git a/juniper_warp/Cargo.toml b/juniper_warp/Cargo.toml index 09207ee1..15f26ff0 100644 --- a/juniper_warp/Cargo.toml +++ b/juniper_warp/Cargo.toml @@ -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"