diff options
| author | wspsxing <biluohc@qq.com> | 2022-03-15 11:12:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 23:12:59 -0400 |
| commit | fe606c52e14aef52c065b506c146942f4304731d (patch) | |
| tree | 05b2c2af0942bf52a5b78c616f7c4009163b36d8 /ext/fetch | |
| parent | 88d0f01948b68f4a4d87e02a5138e94ac0a6eaea (diff) | |
fix: upgrade reqwest to 0.11.10 (#13951)
Diffstat (limited to 'ext/fetch')
| -rw-r--r-- | ext/fetch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index 72d276b14..036ae7872 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -20,7 +20,7 @@ deno_core = { version = "0.122.0", path = "../../core" } deno_tls = { version = "0.27.0", path = "../tls" } dyn-clone = "1" http = "0.2.4" -reqwest = { version = "0.11.7", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } +reqwest = { version = "0.11.10", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.129", features = ["derive"] } tokio = { version = "1.10.1", features = ["full"] } tokio-stream = "0.1.7" |
