mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-25 15:34:45 +00:00
Bump pretty_assertions from 1.0.0 to 1.1.0 (#487)
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: pretty_assertions 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
129c314f51
commit
1f3abce671
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2389,9 +2389,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pretty_assertions"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc"
|
||||
checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"ctor",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ humantime = "2.1.0"
|
|||
[dev-dependencies]
|
||||
assert_cmd = "2.0.4"
|
||||
predicates = "2.1.1"
|
||||
pretty_assertions = "1.0.0"
|
||||
pretty_assertions = "1.1.0"
|
||||
tempfile = "3.3.0"
|
||||
uuid = { version = "0.8.2", features = ["v4"] }
|
||||
wiremock = "0.5.10"
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ features = ["runtime-tokio"]
|
|||
|
||||
[dev-dependencies]
|
||||
doc-comment = "0.3.3"
|
||||
pretty_assertions = "1.0.0"
|
||||
pretty_assertions = "1.1.0"
|
||||
tempfile = "3.3.0"
|
||||
wiremock = "0.5.10"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue