Merge pull request #164 from nix-community/dependabot/cargo/insta-1.30.0

build(deps): bump insta from 1.29.0 to 1.30.0
This commit is contained in:
figsoda 2023-06-23 10:22:50 -04:00 committed by GitHub
commit 11d821ac97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2114,9 +2114,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.29.0"
version = "1.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972"
checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3"
dependencies = [
"console",
"lazy_static",

View File

@ -82,7 +82,7 @@ clap_mangen = "0.2.12"
[dev-dependencies]
heck = "0.4.1"
insta = "1.29.0"
insta = "1.30.0"
tempfile = "3.6.0"
[features]