Browse Source

Bump insta from 1.42.1 to 1.42.2 (#1537)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1536/head
dependabot[bot] 9 months ago committed by GitHub
parent
commit
228c3168d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -2432,9 +2432,9 @@ dependencies = [ @@ -2432,9 +2432,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.42.1"
version = "1.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71c1b125e30d93896b365e156c33dadfffab45ee8400afcbba4752f59de08a86"
checksum = "50259abbaa67d11d2bcafc7ba1d094ed7a0c70e3ce893f0d0997f73558cb3084"
dependencies = [
"console",
"linked-hash-map",

2
Cargo.toml

@ -72,7 +72,7 @@ typetag = "0.2" @@ -72,7 +72,7 @@ typetag = "0.2"
[dev-dependencies]
criterion = "0.5.1"
gix-testtools = "0.15.0"
insta = { version = "1.42.1", features = ["json", "redactions"] }
insta = { version = "1.42.2", features = ["json", "redactions"] }
rstest = "0.24.0"
[[bench]]

Loading…
Cancel
Save