diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-30 23:06:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 04:06:29 +0100 |
commit | d0a579a7b29ae733c20e8a3a99b0df24c478791c (patch) | |
tree | 14752b91c6ca5a53b9e7251d808150bdc36239b3 /cli | |
parent | 99720d0713ecc17245e9b08652aadcb160d92cb8 (diff) |
fix: deno_graph 0.69.10 (#23147)
* https://github.com/denoland/deno_graph/issues/420
* https://github.com/denoland/deno_graph/pull/424
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 32ede89ab..d0edf8731 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -68,7 +68,7 @@ deno_config = "=0.15.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.119.0", features = ["html"] } deno_emit = "=0.38.2" -deno_graph = { version = "=0.69.9", features = ["tokio_executor"] } +deno_graph = { version = "=0.69.10", features = ["tokio_executor"] } deno_lint = { version = "=0.58.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.17.0" |