From 26efbbe59cfd943ea564ad3c0cd518ff9c14768f Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 15 Mar 2023 16:33:38 +0800 Subject: [PATCH] chore(deps): bump insta --- crates/oxc_linter/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/oxc_linter/Cargo.toml b/crates/oxc_linter/Cargo.toml index 655892726..3acc2084f 100644 --- a/crates/oxc_linter/Cargo.toml +++ b/crates/oxc_linter/Cargo.toml @@ -26,5 +26,6 @@ num-traits = "0.2.15" [dev_dependencies] oxc_allocator = { path = "../oxc_allocator" } oxc_parser = { path = "../oxc_parser" } -insta = { version = "1.14.0", features = ["glob"] } miette = { workspace = true, features = ["fancy-no-backtrace"] } + +insta = { version = "1.28.0", features = ["glob"] }