diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-02-02 19:24:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-02 19:24:24 +0100 |
| commit | 975e55d524d76acd7b36b2a058661810c5ed4a53 (patch) | |
| tree | 8ec000ea51528ff8aa4084954ed8dbc1c9f2b4ba /core | |
| parent | dbf23725f7450cafffa0b849815ab94784df8216 (diff) | |
chore: upgrade crates (#13560)
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 2e45af2f7..87d49104c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -33,5 +33,5 @@ path = "examples/http_bench_json_ops.rs" # These dependencies are only used for the 'http_bench_*_ops' examples. [dev-dependencies] -deno_ast = { version = "0.9.0", features = ["transpiling"] } +deno_ast = { version = "0.11.0", features = ["transpiling"] } tokio = { version = "1.10.1", features = ["full"] } |
