Skip to content

Commit cb453dd

Browse files
authored
refactor: update to deno_path_util 0.5.0 (#733)
1 parent b57a155 commit cb453dd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/denoland/deno_doc"
1111
members = ["lib"]
1212

1313
[workspace.dependencies]
14-
deno_graph = { version = "0.97.0", default-features = false, features = ["swc", "symbols"] }
14+
deno_graph = { version = "0.97.1", default-features = false, features = ["swc", "symbols"] }
1515
deno_ast = { version = "0.48.2" }
1616
import_map = "0.22.0"
1717
serde = { version = "1.0.204", features = ["derive"] }
@@ -38,7 +38,7 @@ serde.workspace = true
3838
serde_json = { version = "1.0.122", features = ["preserve_order"] }
3939
termcolor = "1.4.1"
4040
itoa = "1.0.14"
41-
deno_path_util = "0.4.0"
41+
deno_path_util = "0.5.0"
4242

4343
html-escape = { version = "0.2.13" }
4444
handlebars = { version = "6.1", features = ["string_helpers"] }

0 commit comments

Comments
 (0)