Skip to content

Commit 4f39390

Browse files
Update reqwest requirement from 0.10 to 0.11 (#842)
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.10.0...v0.11.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 4467b29 commit 4f39390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/warp_async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ juniper_warp = { git = "https://github.com/graphql-rust/juniper" }
1212
env_logger = "0.8.1"
1313
futures = "0.3.1"
1414
log = "0.4.8"
15-
reqwest = { version = "0.10", features = ["rustls-tls"] }
15+
reqwest = { version = "0.11", features = ["rustls-tls"] }
1616
tokio = { version = "0.2", features = ["rt-core", "macros"] }
1717
warp = "0.2"

juniper_hyper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ url = "2"
1919
[dev-dependencies]
2020
juniper = { version = "0.15.1", path = "../juniper", features = ["expose-test-schema"] }
2121
pretty_env_logger = "0.4"
22-
reqwest = { version = "0.10", features = ["blocking", "rustls-tls"] }
22+
reqwest = { version = "0.11", features = ["blocking", "rustls-tls"] }
2323
tokio = { version = "0.2", features = ["macros"] }

0 commit comments

Comments
 (0)