Skip to content

Commit

Permalink
Bump pretty_assertions from 1.3.0 to 1.4.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jul 8, 2023
1 parent e22dd37 commit 50ae522
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
25 changes: 2 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion serde_with/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ expect-test = "1.3.0"
fnv = "1.0.6"
glob = "0.3.0"
mime = "0.3.16"
pretty_assertions = "1.0.0"
pretty_assertions = "1.4.0"
regex = {version = "1.8.1", default-features = false, features = ["std"]}
rmp-serde = "1.1.0"
ron = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion serde_with_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ version = "2.0.0"

[dev-dependencies]
expect-test = "1.4.0"
pretty_assertions = "1.0.0"
pretty_assertions = "1.4.0"
rustversion = "1.0.0"
serde = {version = "1.0.157", features = ["derive"]}
serde_json = "1.0.25"
Expand Down

0 comments on commit 50ae522

Please sign in to comment.