We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env_logger
1 parent 507a66a commit f213d51Copy full SHA for f213d51
juniper_actix/Cargo.toml
@@ -42,7 +42,7 @@ actix-rt = "2.0"
42
actix-test = "0.1"
43
async-stream = "0.3"
44
bytes = "1.0"
45
-env_logger = "0.10"
+env_logger = "0.11"
46
juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] }
47
log = "0.4"
48
rand = "0.8"
juniper_warp/Cargo.toml
@@ -46,7 +46,7 @@ headers = "0.3.8"
[dev-dependencies]
49
50
futures = "0.3.22"
51
52
0 commit comments