File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ juniper_warp = { git = "https://github.com/graphql-rust/juniper" }
12
12
env_logger = " 0.8.1"
13
13
futures = " 0.3.1"
14
14
log = " 0.4.8"
15
- reqwest = { version = " 0.10 " , features = [" rustls-tls" ] }
15
+ reqwest = { version = " 0.11 " , features = [" rustls-tls" ] }
16
16
tokio = { version = " 0.2" , features = [" rt-core" , " macros" ] }
17
17
warp = " 0.2"
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ url = "2"
19
19
[dev-dependencies ]
20
20
juniper = { version = " 0.15.1" , path = " ../juniper" , features = [" expose-test-schema" ] }
21
21
pretty_env_logger = " 0.4"
22
- reqwest = { version = " 0.10 " , features = [" blocking" , " rustls-tls" ] }
22
+ reqwest = { version = " 0.11 " , features = [" blocking" , " rustls-tls" ] }
23
23
tokio = { version = " 0.2" , features = [" macros" ] }
You can’t perform that action at this time.
0 commit comments