chore(deps): update rust crate insta to 1.16 (#514)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
renovate[bot] 2022-07-22 11:46:21 +09:00 committed by GitHub
parent 2e8a7731d6
commit e2ea4d2246
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

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

View File

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