From 1de945e3ebb8da444ec270772ad3ffc6031cb76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:11:15 +0000 Subject: [PATCH] Bump is-macro from 0.3.4 to 0.3.5 (#9829) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad23a74bc9..3bc3d4f3ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1090,9 +1090,9 @@ dependencies = [ [[package]] name = "is-macro" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75828adcb53122ef5ea649a39f50f82d94b754099bf6331b32e255e1891e8fb" +checksum = "59a85abdc13717906baccb5a1e435556ce0df215f242892f721dff62bf25288f" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index f3c576f797..0317f01e04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ indicatif ={ version = "0.17.7"} indoc ={ version = "2.0.4"} insta = { version = "1.34.0", feature = ["filters", "glob"] } insta-cmd = { version = "0.4.0" } -is-macro = { version = "0.3.4" } +is-macro = { version = "0.3.5" } is-wsl = { version = "0.4.0" } itertools = { version = "0.12.1" } js-sys = { version = "0.3.67" }