Browse Source

chore(deps): update rust crate insta to 1.12.0 (#647)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
6e6dcc029d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 63
      Cargo.lock
  2. 2
      Cargo.toml

63
Cargo.lock generated

@ -2,15 +2,6 @@ @@ -2,15 +2,6 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
@ -80,21 +71,6 @@ version = "1.0.1" @@ -80,21 +71,6 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "backtrace"
version = "0.3.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.13.0"
@ -611,12 +587,6 @@ dependencies = [ @@ -611,12 +587,6 @@ dependencies = [
"wasi",
]
[[package]]
name = "gimli"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
[[package]]
name = "h2"
version = "0.3.10"
@ -766,18 +736,16 @@ dependencies = [ @@ -766,18 +736,16 @@ dependencies = [
[[package]]
name = "insta"
version = "1.10.0"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3cb858fc306825b542b1311d5fd536e4483680528f303a17a1d6803b0f6ce17"
checksum = "f4c0c443f6dceb3a1cb7607c87501aa91e4b9c976044f725c2a74ca2152c91a4"
dependencies = [
"backtrace",
"console",
"lazy_static",
"once_cell",
"serde",
"serde_json",
"serde_yaml",
"similar",
"uuid",
]
[[package]]
@ -970,20 +938,11 @@ dependencies = [ @@ -970,20 +938,11 @@ dependencies = [
"libc",
]
[[package]]
name = "object"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.8.0"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
[[package]]
name = "openssl-probe"
@ -1254,12 +1213,6 @@ dependencies = [ @@ -1254,12 +1213,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "rustc-demangle"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
[[package]]
name = "rustls"
version = "0.20.2"
@ -1738,12 +1691,6 @@ dependencies = [ @@ -1738,12 +1691,6 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
[[package]]
name = "version_check"
version = "0.9.3"

2
Cargo.toml

@ -35,7 +35,7 @@ clap_complete = "3.0.4" @@ -35,7 +35,7 @@ clap_complete = "3.0.4"
pretty_assertions = "1.0.0"
duct = "0.13.5"
shell-escape = "0.1.5"
insta = { version = "1.10.0", features = ["backtrace"] }
insta = { version = "1.12.0", features = ["backtrace"] }
serial_test = "0.5.1"
test-log = "0.2.8"

Loading…
Cancel
Save