cargo: bump the cargo-dependencies group with 2 updates

Bumps the cargo-dependencies group with 2 updates: [clap_complete](https://github.com/clap-rs/clap) and [insta](https://github.com/mitsuhiko/insta).


Updates `clap_complete` from 4.5.42 to 4.5.43
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.42...clap_complete-v4.5.43)

Updates `insta` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.42.0...1.42.1)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-27 16:07:38 +00:00 committed by Austin Seipp
parent 93d98f11ba
commit c8509df8cd
2 changed files with 27 additions and 6 deletions

29
Cargo.lock generated
View file

@ -429,9 +429,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.42"
version = "4.5.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33a7e468e750fa4b6be660e8b5651ad47372e8fb114030b594c2d75d48c5ffd0"
checksum = "0952013545c9c6dca60f491602655b795c6c062ab180c9cb0bccb83135461861"
dependencies = [
"clap",
"clap_lex",
@ -2099,13 +2099,14 @@ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
[[package]]
name = "insta"
version = "1.42.0"
version = "1.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6513e4067e16e69ed1db5ab56048ed65db32d10ba5fc1217f5393f8f17d8b5a5"
checksum = "71c1b125e30d93896b365e156c33dadfffab45ee8400afcbba4752f59de08a86"
dependencies = [
"console",
"linked-hash-map",
"once_cell",
"pin-project",
"regex",
"similar",
]
@ -2909,6 +2910,26 @@ dependencies = [
"siphasher 1.0.1",
]
[[package]]
name = "pin-project"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.96",
]
[[package]]
name = "pin-project-lite"
version = "0.2.14"

View file

@ -29,7 +29,7 @@ clap = { version = "4.5.27", features = [
"wrap_help",
"string",
] }
clap_complete = { version = "4.5.42", features = ["unstable-dynamic"] }
clap_complete = { version = "4.5.43", features = ["unstable-dynamic"] }
clap_complete_nushell = "4.5.5"
clap-markdown = "0.1.4"
clap_mangen = "0.2.25"
@ -68,7 +68,7 @@ hex = "0.4.3"
ignore = "0.4.23"
indexmap = { version = "2.7.1", features = ["serde"] }
indoc = "2.0.4"
insta = { version = "1.42.0", features = ["filters"] }
insta = { version = "1.42.1", features = ["filters"] }
itertools = "0.13.0"
libc = { version = "0.2.169" }
maplit = "1.0.2"