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