diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-23 15:42:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-23 13:42:41 +0000 |
| commit | a4e0f3ff8851771e91c14fd398d5956d9ae73bf3 (patch) | |
| tree | 33944498f53f1a64fdb17159b28a3249506c8956 /Cargo.toml | |
| parent | 4ef080cb85441d820f47c845b40213f297754f4c (diff) | |
chore: update deno_core to 0.196.0 (#19897)
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
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 733303939..91886a8f4 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 = { version = "0.195.0" } -deno_ops = { version = "0.72.0" } -serde_v8 = { version = "0.105.0" } +deno_core = "0.196.0" +deno_ops = "0.74.0" +serde_v8 = "0.107.0" deno_runtime = { version = "0.120.0", path = "./runtime" } napi_sym = { version = "0.42.0", path = "./cli/napi/sym" } |
