Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
calder committed Apr 5, 2024
1 parent dd2bf37 commit c0d4a6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "goldenfile"
version = "1.6.0"
version = "1.6.1"
edition = "2021"
description = "Simple goldenfile testing library"
keywords = ["goldenfile", "test", "library"]
Expand All @@ -16,7 +16,7 @@ exclude = [
]

[dependencies]
scopeguard = "1.2"
similar-asserts = "1.4"
scopeguard = "1"
similar-asserts = "1"
tempfile = "3"
yansi = "1.0.0-rc.1"
yansi = "1"

0 comments on commit c0d4a6e

Please sign in to comment.