Upgrade reqwest
crate from 0.11 to 0.12 version (#1249)
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
6d65dffd28
commit
03c3b65bbb
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ hyper-util = { version = "0.1", features = ["tokio"] }
|
||||||
juniper = { version = "0.16.0", path = "../juniper", features = ["expose-test-schema"] }
|
juniper = { version = "0.16.0", path = "../juniper", features = ["expose-test-schema"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pretty_env_logger = "0.5"
|
pretty_env_logger = "0.5"
|
||||||
reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-features = false }
|
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false }
|
||||||
tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }
|
tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }
|
||||||
|
|
Loading…
Reference in a new issue