Browse Source

Bump insta from 1.34.0 to 1.38.0 (#1323)

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.34.0 to 1.38.0.
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.34.0...1.38.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

14
Cargo.lock generated

@ -2446,9 +2446,9 @@ dependencies = [ @@ -2446,9 +2446,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.34.0"
version = "1.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc"
checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc"
dependencies = [
"console",
"lazy_static",
@ -2457,7 +2457,6 @@ dependencies = [ @@ -2457,7 +2457,6 @@ dependencies = [
"pest_derive",
"serde",
"similar",
"yaml-rust",
]
[[package]]
@ -4617,15 +4616,6 @@ dependencies = [ @@ -4617,15 +4616,6 @@ dependencies = [
"lzma-sys",
]
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "yansi"
version = "0.5.1"

2
Cargo.toml

@ -69,7 +69,7 @@ parking_lot = "0.12" @@ -69,7 +69,7 @@ parking_lot = "0.12"
[dev-dependencies]
criterion = "0.5.1"
gix-testtools = "0.13.0"
insta = { version = "1.34.0", features = ["json", "redactions"] }
insta = { version = "1.38.0", features = ["json", "redactions"] }
pretty_assertions = "1.4.0"
rstest = "0.18.2"

Loading…
Cancel
Save