Merge pull request #524 from ouch-org/dependabot/cargo/insta-1.32.0

build(deps): bump insta from 1.31.0 to 1.32.0
This commit is contained in:
figsoda 2023-09-20 20:18:03 -04:00 committed by GitHub
commit 5afd95b2db
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

@ -540,9 +540,9 @@ dependencies = [
[[package]] [[package]]
name = "insta" name = "insta"
version = "1.31.0" version = "1.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" checksum = "a3e02c584f4595792d09509a94cdb92a3cef7592b1eb2d9877ee6f527062d0ea"
dependencies = [ dependencies = [
"console", "console",
"lazy_static", "lazy_static",

View File

@ -45,7 +45,7 @@ clap_mangen = "0.2.14"
[dev-dependencies] [dev-dependencies]
assert_cmd = "2.0.12" assert_cmd = "2.0.12"
infer = "0.15.0" infer = "0.15.0"
insta = "1.31.0" insta = "1.32.0"
parse-display = "0.8.2" parse-display = "0.8.2"
proptest = "1.2.0" proptest = "1.2.0"
rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] } rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }