summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-07-23 00:23:52 +0200
committerGitHub <noreply@github.com>2020-07-23 00:23:52 +0200
commitb573bbe4471c3872f96e1d7b9d1d1a2b39ff4cf1 (patch)
tree555f2af5bbf7d3b522f0b1234fc3accfb3556264 /core
parent587eefe7736efe70532124ca4ac93899f4ffbb8c (diff)
upgrade: tokio 0.2.22 (#6838)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index d1bc4ce93..065948f82 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -31,4 +31,4 @@ path = "examples/http_bench.rs"
# These dependendencies are only used for deno_core_http_bench.
[dev-dependencies]
derive_deref = "1.1.0"
-tokio = { version = "0.2.21", features = ["full"] }
+tokio = { version = "0.2.22", features = ["full"] }