Skip to content

Commit

Permalink
chore(deps): update rust crate insta to 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Feb 20, 2024
1 parent 444dfd5 commit 6e38e36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ nextest-metadata = { version = "=0.10.0", path = "../nextest-metadata" }
once_cell = "1.19.0"
regex = "1.10.3"
serde_json = "1.0.113"
insta = { version = "1.34.0", default-features = false }
insta = { version = "1.35.1", default-features = false }
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ self_update = { version = "0.39.0", optional = true }
color-eyre = { version = "0.6.2", default-features = false }
duct = "0.13.7"
indoc = "2.0.4"
insta = { version = "1.34.0", default-features = false }
insta = { version = "1.35.1", default-features = false }
maplit = "1.0.2"
pathdiff = { version = "0.2.1", features = ["camino"] }
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 6e38e36

Please sign in to comment.