Skip to content

Commit fe207e3

Browse files
Upgrade reqwest crate from 0.12 to 0.13 version (#1364)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
1 parent 652eb97 commit fe207e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

juniper_hyper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ hyper-util = { version = "0.1", features = ["tokio"] }
3131
juniper = { version = "0.17", path = "../juniper", features = ["expose-test-schema"] }
3232
log = "0.4"
3333
pretty_env_logger = "0.5"
34-
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false }
34+
reqwest = { version = "0.13", features = ["blocking", "rustls"], default-features = false }
3535
tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }
3636

3737
[lints.clippy]

0 commit comments

Comments
 (0)