diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-08-02 03:19:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-02 01:19:44 +0000 |
| commit | 9d1c32945cf08f3148df006ba1cbfa5f213cffac (patch) | |
| tree | 635aea0e1e2f380305b5915a310ac76faf3285dc /Cargo.toml | |
| parent | 1cefa831fd74b14121494045a347024502d74e34 (diff) | |
fix: regression in workers using dynamic imports (#20006)
Closes https://github.com/denoland/deno/issues/19903
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index 1b7a394f9..ae8696b3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,9 +41,9 @@ repository = "https://github.com/denoland/deno" v8 = { version = "0.74.1", default-features = false } deno_ast = { version = "0.27.0", features = ["transpiling"] } -deno_core = "0.198.0" -deno_ops = "0.76.0" -serde_v8 = "0.109.0" +deno_core = "0.199.0" +deno_ops = "0.77.0" +serde_v8 = "0.110.0" deno_runtime = { version = "0.121.0", path = "./runtime" } napi_sym = { version = "0.43.0", path = "./cli/napi/sym" } |
