chore(deps): update rust crate insta to 1.14 (#455)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
main
renovate[bot] 2022-03-28 19:17:35 +09:00 committed by GitHub
parent 54990d5eb1
commit dd0457bf4f
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

@ -266,9 +266,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.13.0"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a7e1911532a662f6b08b68f884080850f2fd9544963c3ab23a5af42bda1eac"
checksum = "689960f187c43c01650c805fb6bc6f55ab944499d86d4ffe9474ad78991d8e94"
dependencies = [
"console",
"once_cell",

View File

@ -31,4 +31,4 @@ ts-rs = "6.1"
[dev-dependencies]
pretty_assertions = "1.2.0"
insta = "1.10"
insta = "1.14"