build(deps): bump insta from 1.13.0 to 1.14.0 (#3980)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.13.0 to 1.14.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.13.0...1.14.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>
This commit is contained in:
parent
5a3222a48f
commit
a12d5df695
|
|
@ -1964,9 +1964,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.13.0"
|
||||
version = "1.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "30a7e1911532a662f6b08b68f884080850f2fd9544963c3ab23a5af42bda1eac"
|
||||
checksum = "689960f187c43c01650c805fb6bc6f55ab944499d86d4ffe9474ad78991d8e94"
|
||||
dependencies = [
|
||||
"console",
|
||||
"once_cell",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ once_cell = "1.10.0"
|
|||
spandoc = "0.2.1"
|
||||
|
||||
hex = { version = "0.4.3", features = ["serde"] }
|
||||
insta = { version = "1.13.0", features = ["ron"] }
|
||||
insta = { version = "1.14.0", features = ["ron"] }
|
||||
|
||||
proptest = "0.10.1"
|
||||
proptest-derive = "0.3.0"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
hex = "0.4.3"
|
||||
lazy_static = "1.4.0"
|
||||
insta = "1.13.0"
|
||||
insta = "1.14.0"
|
||||
proptest = "0.10.1"
|
||||
once_cell = "1.10.0"
|
||||
rand = { version = "0.8.5", package = "rand" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue