diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-07-09 17:15:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-09 17:15:50 +0200 |
| commit | ab079a8d63e9a32d2ddae1071797f57823357967 (patch) | |
| tree | f00ef2694ddcf8fd31f32848102035758f4eb6a4 /extensions/fetch | |
| parent | 391bf17479dbc087e0e7dde65f8b353f5089486c (diff) | |
chore: update crates (#11332)
Diffstat (limited to 'extensions/fetch')
| -rw-r--r-- | extensions/fetch/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml index 1694e6760..5e54dd4b7 100644 --- a/extensions/fetch/Cargo.toml +++ b/extensions/fetch/Cargo.toml @@ -19,8 +19,8 @@ data-url = "0.1.0" deno_core = { version = "0.92.0", path = "../../core" } deno_web = { version = "0.41.1", path = "../web" } http = "0.2.4" -reqwest = { version = "0.11.3", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } -serde = { version = "1.0.125", features = ["derive"] } -tokio = { version = "1.8.0", features = ["full"] } -tokio-stream = "0.1.5" +reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } +serde = { version = "1.0.126", features = ["derive"] } +tokio = { version = "1.8.1", features = ["full"] } +tokio-stream = "0.1.7" tokio-util = "0.6.7" |
