Bump is-macro from 0.3.4 to 0.3.5 (#9829)

This commit is contained in:
dependabot[bot] 2024-02-05 13:11:15 +00:00 committed by GitHub
parent e277ba20da
commit 1de945e3eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1090,9 +1090,9 @@ dependencies = [
[[package]] [[package]]
name = "is-macro" name = "is-macro"
version = "0.3.4" version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b75828adcb53122ef5ea649a39f50f82d94b754099bf6331b32e255e1891e8fb" checksum = "59a85abdc13717906baccb5a1e435556ce0df215f242892f721dff62bf25288f"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"proc-macro2", "proc-macro2",

View file

@ -47,7 +47,7 @@ indicatif ={ version = "0.17.7"}
indoc ={ version = "2.0.4"} indoc ={ version = "2.0.4"}
insta = { version = "1.34.0", feature = ["filters", "glob"] } insta = { version = "1.34.0", feature = ["filters", "glob"] }
insta-cmd = { version = "0.4.0" } insta-cmd = { version = "0.4.0" }
is-macro = { version = "0.3.4" } is-macro = { version = "0.3.5" }
is-wsl = { version = "0.4.0" } is-wsl = { version = "0.4.0" }
itertools = { version = "0.12.1" } itertools = { version = "0.12.1" }
js-sys = { version = "0.3.67" } js-sys = { version = "0.3.67" }