Skip to content

Commit 5cb9438

Browse files
dependabot[bot]MitMaro
authored andcommitted
Bump pretty_assertions from 1.3.0 to 1.4.0
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] <[email protected]>
1 parent 1c8d060 commit 5cb9438

File tree

4 files changed

+5
-26
lines changed

4 files changed

+5
-26
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.

src/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ girt-view = {version = "2.2.0", path = "../../src/view"}
3535

3636
[dev-dependencies]
3737
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
38-
pretty_assertions = "1.3.0"
38+
pretty_assertions = "1.4.0"
3939
rstest = "0.18.1"
4040
serial_test = "2.0.0"
4141
girt-view = {version = "2.2.0", path = "../../src/view", features = ["testutils"]}

src/git/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ features = []
2828

2929
[dev-dependencies]
3030
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
31-
pretty_assertions = "1.3.0"
31+
pretty_assertions = "1.4.0"
3232
rstest = "0.18.1"
3333
serial_test = "2.0.0"
3434
girt-testutils = {version = "0.1.0", path = "../testutils"}

src/todo_file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version-track = "0.1.0"
2121

2222
[dev-dependencies]
2323
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
24-
pretty_assertions = "1.3.0"
24+
pretty_assertions = "1.4.0"
2525
rstest = "0.18.1"
2626
tempfile = "3.6.0"
2727
girt-testutils = {version = "0.1.0", path = "../testutils"}

0 commit comments

Comments
 (0)