From 89905a3e9aa7f0fa0957705231b0aa2702275cdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 06:25:43 +0000 Subject: [PATCH] chore(deps): update rust crate testing_macros to 0.2.12 --- crates/ruff_fmt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruff_fmt/Cargo.toml b/crates/ruff_fmt/Cargo.toml index ac9fa25..f5d9eb2 100644 --- a/crates/ruff_fmt/Cargo.toml +++ b/crates/ruff_fmt/Cargo.toml @@ -24,7 +24,7 @@ serde_json = { workspace = true, features = ["preserve_order"] } wasm-bindgen = { workspace = true } [dev-dependencies] -testing_macros = "0.2.11" +testing_macros = "0.2.12" [lib] crate-type = ["cdylib", "rlib"]