diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-09-26 17:38:43 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-26 23:38:43 +0000 |
| commit | d39659332c224dfee51a43499c2d2d5da12a0da8 (patch) | |
| tree | e5a659b278f65daf3f9780590954f3ffbc1715d3 /Cargo.toml | |
| parent | 91832ce2784b68cfd1d2c322d5f5396256ccf4d7 (diff) | |
chore: update deno_core and cargo update (#20696)
```
Updating deno_core v0.217.0 -> v0.218.0
Updating deno_ops v0.93.0 -> v0.94.0
Updating deno_semver v0.5.0 -> v0.5.1
Updating fastrand v2.0.0 -> v2.0.1
Updating serde_v8 v0.126.0 -> v0.127.0
Updating sha2 v0.10.7 -> v0.10.8
Updating time v0.3.28 -> v0.3.29
Updating time-core v0.1.1 -> v0.1.2
Updating time-macros v0.2.14 -> v0.2.15
```
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index b37206631..0ab8455f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.29.3", features = ["transpiling"] } -deno_core = { version = "0.217.0" } +deno_core = { version = "0.218.0" } deno_runtime = { version = "0.127.0", path = "./runtime" } napi_sym = { version = "0.49.0", path = "./cli/napi/sym" } |
