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"]