Skip to content

Commit

Permalink
chore(deps): bump pretty_assertions from 1.3.0 to 1.4.0 (#280)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent c4240b0 commit 56bd706
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 crates/hcl-edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ winnow = "0.5.0"

[dev-dependencies]
indoc = "2.0"
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"
testdata = { path = "../testdata" }

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion crates/hcl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ vecmap-rs = { version = "0.1.11", features = ["serde"] }

[dev-dependencies]
indoc = "2.0"
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"
serde_json = { version = "1.0.99", features = ["preserve_order"] }

0 comments on commit 56bd706

Please sign in to comment.