Skip to content

Commit

Permalink
Update Rust crate pretty_assertions to v1.4.1 (#5156)
Browse files Browse the repository at this point in the history
Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com>
  • Loading branch information
hash-worker[bot] authored Sep 15, 2024
1 parent c58d417 commit a173624
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ paste = { version = "=1.0.15", default-features = false }
pin-project = { version = "=1.1.5", default-features = false }
pin-project-lite = { version = "=0.2.14", default-features = false }
postgres-protocol = { version = "=0.6.7", default-features = false }
pretty_assertions = { version = "=1.4.0", default-features = false, features = ["alloc"] }
pretty_assertions = { version = "=1.4.1", default-features = false, features = ["alloc"] }
proptest = { version = "=1.5.0", default-features = false, features = ["alloc"] }
rand = { version = "=0.8.5", default-features = false }
refinery = { version = "=0.8.14", default-features = false }
Expand Down

0 comments on commit a173624

Please sign in to comment.