build(deps): bump reqwest from 0.10.9 to 0.11.0

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.9 to 0.11.0.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.9...v0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-17 03:11:35 +00:00 committed by GitHub
parent 0f5c06fa44
commit 11ca02ac87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 209 additions and 36 deletions

235
Cargo.lock generated
View File

@ -218,11 +218,11 @@ version = "0.1.0"
dependencies = [
"eyre",
"kankyo",
"reqwest",
"reqwest 0.11.0",
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio 0.2.24",
"tracing",
"tracing-futures",
]
@ -371,7 +371,7 @@ dependencies = [
"pest_consume",
"pest_generator",
"quote",
"reqwest",
"reqwest 0.10.10",
"serde",
"serde_cbor",
"sha2",
@ -680,8 +680,28 @@ dependencies = [
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tokio 0.2.24",
"tokio-util 0.3.1",
"tracing",
"tracing-futures",
]
[[package]]
name = "h2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5"
dependencies = [
"bytes 1.0.0",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio 1.0.2",
"tokio-util 0.6.1",
"tracing",
"tracing-futures",
]
@ -759,6 +779,16 @@ dependencies = [
"http",
]
[[package]]
name = "http-body"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994"
dependencies = [
"bytes 1.0.0",
"http",
]
[[package]]
name = "httparse"
version = "1.3.4"
@ -790,15 +820,39 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
"h2",
"h2 0.2.7",
"http",
"http-body",
"http-body 0.3.1",
"httparse",
"httpdate",
"itoa",
"pin-project 1.0.4",
"socket2",
"tokio",
"tokio 0.2.24",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe"
dependencies = [
"bytes 1.0.0",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.3.0",
"http",
"http-body 0.4.0",
"httparse",
"httpdate",
"itoa",
"pin-project 1.0.4",
"socket2",
"tokio 1.0.2",
"tower-service",
"tracing",
"want",
@ -811,12 +865,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
dependencies = [
"bytes 0.5.6",
"hyper",
"hyper 0.13.9",
"native-tls",
"tokio",
"tokio 0.2.24",
"tokio-tls",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes 1.0.0",
"hyper 0.14.2",
"native-tls",
"tokio 1.0.2",
"tokio-native-tls",
]
[[package]]
name = "idna"
version = "0.2.0"
@ -1035,11 +1102,11 @@ dependencies = [
"color-eyre",
"envy",
"pretty_env_logger",
"reqwest",
"reqwest 0.11.0",
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio 0.2.24",
"tracing",
"tracing-futures",
]
@ -1089,6 +1156,19 @@ dependencies = [
"winapi 0.2.8",
]
[[package]]
name = "mio"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
dependencies = [
"libc",
"log",
"miow 0.3.6",
"ntapi",
"winapi 0.3.9",
]
[[package]]
name = "mio-named-pipes"
version = "0.1.7"
@ -1096,7 +1176,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
dependencies = [
"log",
"mio",
"mio 0.6.23",
"miow 0.3.6",
"winapi 0.3.9",
]
@ -1109,7 +1189,7 @@ checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
"iovec",
"libc",
"mio",
"mio 0.6.23",
]
[[package]]
@ -1192,6 +1272,15 @@ dependencies = [
"version_check",
]
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "num-integer"
version = "0.1.44"
@ -1316,11 +1405,11 @@ dependencies = [
"chrono",
"envy",
"pretty_env_logger",
"reqwest",
"reqwest 0.11.0",
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio 0.2.24",
"tracing",
"tracing-futures",
]
@ -1404,7 +1493,7 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83abebdb324c30f176d449513f0134bafbf976d5279c6554742599e3996d1629"
dependencies = [
"rand 0.7.3",
"rand 0.8.2",
"serde",
"serde_derive",
"serde_json",
@ -1695,9 +1784,9 @@ dependencies = [
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"hyper-tls",
"http-body 0.3.1",
"hyper 0.13.9",
"hyper-tls 0.4.3",
"ipnet",
"js-sys",
"lazy_static",
@ -1708,10 +1797,44 @@ dependencies = [
"percent-encoding",
"pin-project-lite 0.2.3",
"serde",
"serde_urlencoded 0.7.0",
"tokio 0.2.24",
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
[[package]]
name = "reqwest"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd281b1030aa675fb90aa994d07187645bb3c8fc756ca766e7c3070b439de9de"
dependencies = [
"base64 0.13.0",
"bytes 1.0.0",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body 0.4.0",
"hyper 0.14.2",
"hyper-tls 0.5.0",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"native-tls",
"percent-encoding",
"pin-project-lite 0.2.3",
"serde",
"serde_json",
"serde_urlencoded 0.7.0",
"tokio",
"tokio-tls",
"tokio 1.0.2",
"tokio-native-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
@ -2128,7 +2251,7 @@ dependencies = [
"lazy_static",
"libc",
"memchr",
"mio",
"mio 0.6.23",
"mio-named-pipes",
"mio-uds",
"num_cpus",
@ -2139,6 +2262,20 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "tokio"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca04cec6ff2474c638057b65798f60ac183e5e79d3448bb7163d36a39cff6ec"
dependencies = [
"autocfg",
"bytes 1.0.0",
"libc",
"memchr",
"mio 0.7.7",
"pin-project-lite 0.2.3",
]
[[package]]
name = "tokio-macros"
version = "0.2.6"
@ -2150,6 +2287,27 @@ dependencies = [
"syn",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
"tokio 1.0.2",
]
[[package]]
name = "tokio-stream"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76066865172052eb8796c686f0b441a93df8b08d40a950b062ffb9a426f00edd"
dependencies = [
"futures-core",
"pin-project-lite 0.2.3",
"tokio 1.0.2",
]
[[package]]
name = "tokio-tls"
version = "0.3.1"
@ -2157,7 +2315,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
dependencies = [
"native-tls",
"tokio",
"tokio 0.2.24",
]
[[package]]
@ -2169,7 +2327,7 @@ dependencies = [
"futures-util",
"log",
"pin-project 0.4.27",
"tokio",
"tokio 0.2.24",
"tungstenite",
]
@ -2184,7 +2342,22 @@ dependencies = [
"futures-sink",
"log",
"pin-project-lite 0.1.11",
"tokio",
"tokio 0.2.24",
]
[[package]]
name = "tokio-util"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ae4751faa60b9f96dd8344d74592e5a17c0c9a220413dbc6942d14139bbfcc"
dependencies = [
"bytes 1.0.0",
"futures-core",
"futures-sink",
"log",
"pin-project-lite 0.2.3",
"tokio 1.0.2",
"tokio-stream",
]
[[package]]
@ -2485,7 +2658,7 @@ dependencies = [
"futures",
"headers",
"http",
"hyper",
"hyper 0.13.9",
"log",
"mime",
"mime_guess",
@ -2495,7 +2668,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded 0.6.1",
"tokio",
"tokio 0.2.24",
"tokio-tungstenite",
"tower-service",
"tracing",
@ -2673,7 +2846,7 @@ dependencies = [
"eyre",
"glob",
"go_vanity",
"hyper",
"hyper 0.13.9",
"jsonfeed",
"kankyo",
"lazy_static",
@ -2685,7 +2858,7 @@ dependencies = [
"pretty_env_logger",
"prometheus",
"rand 0.8.2",
"reqwest",
"reqwest 0.11.0",
"ructe",
"sdnotify",
"serde",
@ -2694,7 +2867,7 @@ dependencies = [
"serde_yaml",
"sitemap",
"thiserror",
"tokio",
"tokio 0.2.24",
"tracing",
"tracing-futures",
"tracing-subscriber",

View File

@ -21,7 +21,7 @@ log = "0.4"
mime = "0.3.0"
prometheus = { version = "0.10", default-features = false, features = ["process"] }
rand = "0"
reqwest = { version = "0.10", features = ["json"] }
reqwest = { version = "0.11", features = ["json"] }
sdnotify = { version = "0.1", default-features = false }
serde_dhall = "0.8.0"
serde = { version = "1", features = ["derive"] }
@ -51,7 +51,7 @@ ructe = { version = "0.13", features = ["warp02"] }
pfacts = "0"
serde_json = "1"
eyre = "0.6"
reqwest = { version = "0.10", features = ["json"] }
reqwest = { version = "0.11", features = ["json"] }
pretty_env_logger = "0"
[workspace]

View File

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.10", features = ["json"] }
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0"
serde = { version = "1", features = ["derive"] }
thiserror = "1"

View File

@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
color-eyre = "0.5"
reqwest = { version = "0.10", features = ["json"] }
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0"
serde = { version = "1", features = ["derive"] }
thiserror = "1"

View File

@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
reqwest = { version = "0.10", features = ["json"] }
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0"
serde = { version = "1", features = ["derive"] }
thiserror = "1"