diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-04-02 19:54:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 19:54:40 +0200 |
commit | 6c25b5135dfa6d9be35f6993e4b43d442977eff9 (patch) | |
tree | c46af87ac21b1b99ea7a948dfe02894afeb75848 /core | |
parent | c0ee027d346191238c01d9fd35f45cc695bd1ae6 (diff) |
chore: update tokio, tokio-util and libc dependencies (#14174)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index f415b2fc2..bfeaeb0a8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.55" deno_ops = { path = "../ops", version = "0.5.0" } futures = "0.3.21" indexmap = "1.7.0" -libc = "0.2.106" +libc = "0.2.121" log = "0.4.14" once_cell = "1.10.0" parking_lot = "0.11.1" @@ -35,4 +35,4 @@ path = "examples/http_bench_json_ops.rs" # These dependencies are only used for the 'http_bench_*_ops' examples. [dev-dependencies] deno_ast = { version = "0.13.0", features = ["transpiling"] } -tokio = { version = "1.10.1", features = ["full"] } +tokio = { version = "1.17", features = ["full"] } |