From 0b732a4774ac5a65f6209d197d5d16ac0e5fdf09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:32:10 +0000 Subject: [PATCH] chore(deps): update rust crate dprint-core to 0.63.3 --- crates/ruff_fmt_dprint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruff_fmt_dprint/Cargo.toml b/crates/ruff_fmt_dprint/Cargo.toml index d806cc9..93d7a2a 100644 --- a/crates/ruff_fmt_dprint/Cargo.toml +++ b/crates/ruff_fmt_dprint/Cargo.toml @@ -20,7 +20,7 @@ crate-type = ["lib", "cdylib"] [dependencies] anyhow = "1.0.75" -dprint-core = { version = "0.63.2", features = ["wasm"] } +dprint-core = { version = "0.63.3", features = ["wasm"] } ruff_fmt_config = { workspace = true } ruff_formatter = { workspace = true } ruff_python_formatter = { workspace = true }