diff options
Diffstat (limited to 'extensions/fetch')
-rw-r--r-- | extensions/fetch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml index 0e8347f56..2bb58bc03 100644 --- a/extensions/fetch/Cargo.toml +++ b/extensions/fetch/Cargo.toml @@ -21,6 +21,6 @@ deno_web = { version = "0.40.0", 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.6.1", features = ["full"] } +tokio = { version = "1.7.0", features = ["full"] } tokio-stream = "0.1.5" tokio-util = "0.6.7" |