build(deps): bump insta from 1.14.0 to 1.14.1 (#4542)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.14.0 to 1.14.1. - [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.14.0...1.14.1) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5c4d3e1f5c
commit
6c0e74924f
|
|
@ -2185,9 +2185,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.14.0"
|
||||
version = "1.14.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "689960f187c43c01650c805fb6bc6f55ab944499d86d4ffe9474ad78991d8e94"
|
||||
checksum = "bcc3e639bcba360d9237acabd22014c16f3df772db463b7446cd81b070714767"
|
||||
dependencies = [
|
||||
"console",
|
||||
"once_cell",
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ proptest = { version = "0.10.1", optional = true }
|
|||
proptest-derive = { version = "0.3.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.14.0", features = ["redactions"] }
|
||||
insta = { version = "1.14.1", features = ["redactions"] }
|
||||
proptest = "0.10.1"
|
||||
proptest-derive = "0.3.0"
|
||||
serde_json = "1.0.81"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ once_cell = "1.12.0"
|
|||
spandoc = "0.2.2"
|
||||
|
||||
hex = { version = "0.4.3", features = ["serde"] }
|
||||
insta = { version = "1.14.0", features = ["ron"] }
|
||||
insta = { version = "1.14.1", features = ["ron"] }
|
||||
|
||||
proptest = "0.10.1"
|
||||
proptest-derive = "0.3.0"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ edition = "2021"
|
|||
hex = "0.4.3"
|
||||
indexmap = "1.8.2"
|
||||
lazy_static = "1.4.0"
|
||||
insta = "1.14.0"
|
||||
insta = "1.14.1"
|
||||
proptest = "0.10.1"
|
||||
once_cell = "1.12.0"
|
||||
rand = { version = "0.8.5", package = "rand" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue