We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5cfc9 commit 742fcd9Copy full SHA for 742fcd9
Cargo.toml
@@ -26,8 +26,8 @@ tracing = ["dprint-core/tracing"]
26
27
[dependencies]
28
anyhow = "1.0.51"
29
-deno_ast = { version = "0.9.0", features = ["view"] }
30
-dprint-core = { version = "0.49.0", features = ["formatting"] }
+deno_ast = { version = "0.10.0", features = ["view"] }
+dprint-core = { version = "0.49.1", features = ["formatting"] }
31
rustc-hash = "1.1.0"
32
serde = { version = "1.0.118", features = ["derive"] }
33
serde_json = { version = "1.0", optional = true }
0 commit comments