chore(deps): update rust crate insta to 1.15 (#504)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
renovate[bot] 2022-06-22 00:10:09 +09:00 committed by GitHub
parent 8ea72ed5c9
commit 63292bafe5
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

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

View File

@ -32,4 +32,4 @@ ts-rs = "6.1"
[dev-dependencies]
pretty_assertions = "1.2.1"
insta = "1.14"
insta = "1.15"