diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2023-07-31 19:19:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-31 18:19:15 +0000 |
| commit | d5efdeeff149202b24011918984a15389dae98a2 (patch) | |
| tree | 4309ef635129b3f6dc5ed5e07a99d0fae23a4020 /Cargo.toml | |
| parent | 99daad054102dbca7fad704d5e81ada1357331fd (diff) | |
refactor: update core extension api usage (#19952)
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 c65da291c..1b7a394f9 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.197.0" -deno_ops = "0.75.0" -serde_v8 = "0.108.0" +deno_core = "0.198.0" +deno_ops = "0.76.0" +serde_v8 = "0.109.0" deno_runtime = { version = "0.121.0", path = "./runtime" } napi_sym = { version = "0.43.0", path = "./cli/napi/sym" } |
