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:
dependabot[bot] 2024-03-22 16:47:22 +00:00 committed by GitHub
parent 6d65dffd28
commit 03c3b65bbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,5 +32,5 @@ hyper-util = { version = "0.1", features = ["tokio"] }
juniper = { version = "0.16.0", path = "../juniper", features = ["expose-test-schema"] }
log = "0.4"
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"] }