Skip to content

Commit 742fcd9

Browse files
authored
chore: upgrade deno_ast to 0.10.0 (#334)
1 parent 7b5cfc9 commit 742fcd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ tracing = ["dprint-core/tracing"]
2626

2727
[dependencies]
2828
anyhow = "1.0.51"
29-
deno_ast = { version = "0.9.0", features = ["view"] }
30-
dprint-core = { version = "0.49.0", features = ["formatting"] }
29+
deno_ast = { version = "0.10.0", features = ["view"] }
30+
dprint-core = { version = "0.49.1", features = ["formatting"] }
3131
rustc-hash = "1.1.0"
3232
serde = { version = "1.0.118", features = ["derive"] }
3333
serde_json = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)