chore(deps): update rust crate insta to 1.11 (#419)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
main
renovate[bot] 2022-01-25 22:12:53 +09:00 committed by GitHub
parent f06f780e3c
commit 7a6c1b4d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 11 deletions

13
Cargo.lock generated
View File

@ -259,17 +259,16 @@ dependencies = [
[[package]]
name = "insta"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3cb858fc306825b542b1311d5fd536e4483680528f303a17a1d6803b0f6ce17"
checksum = "da408b722765c64aad796c666b756aa1dda2a6c1b44f98797f2d8ea8f197746f"
dependencies = [
"console",
"lazy_static",
"once_cell",
"serde",
"serde_json",
"serde_yaml",
"similar",
"uuid",
]
[[package]]
@ -611,12 +610,6 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
[[package]]
name = "wasm-bindgen"
version = "0.2.78"

View File

@ -30,4 +30,4 @@ image = "0.23.14"
[dev-dependencies]
pretty_assertions = "1.0.0"
insta = "1.10"
insta = "1.11"