diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-08 12:48:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 11:48:29 +0000 |
commit | 3fc9e49613547bbedcad1b02361db40c7f513b1f (patch) | |
tree | 34355427cb877be34286394ef34d583a40af4d60 /cli/Cargo.toml | |
parent | ff4e682ff95af37b52c404d694ffcfcfa57bb127 (diff) |
refactor: remove usage of full_range (#26065)
For https://github.com/denoland/deno_graph/pull/538/files
This was removed because the deserialization was not backwards
compatible.
Diffstat (limited to 'cli/Cargo.toml')
-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 e0a4b4e7c..bdb47c98e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -68,7 +68,7 @@ deno_cache_dir = { workspace = true } deno_config = { version = "=0.37.1", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "0.150.1", features = ["html", "syntect"] } -deno_graph = { version = "=0.83.1" } +deno_graph = { version = "=0.83.3" } deno_lint = { version = "=0.67.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm.workspace = true |