Skip to content

Commit f3f58f0

Browse files
build(deps): bump pretty_assertions from 1.3.0 to 1.4.0 (#4744)
Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.3.0...v1.4.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>
1 parent fbc07d4 commit f3f58f0

File tree

3 files changed

+4
-25
lines changed

3 files changed

+4
-25
lines changed

Cargo.lock

Lines changed: 2 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git-testament = "0.2.4"
3737
itertools = "0.11.0"
3838
pin-utils = "0.1"
3939
hex = "0.4.3"
40-
pretty_assertions = "1.3.0"
40+
pretty_assertions = "1.4.0"
4141

4242
[dev-dependencies]
4343
clap = "3.2.25"

store/test-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ prost-types = { workspace = true }
2121

2222
[dev-dependencies]
2323
hex = "0.4.3"
24-
pretty_assertions = "1.3.0"
24+
pretty_assertions = "1.4.0"

0 commit comments

Comments
 (0)