Skip to content

Commit 13698be

Browse files
nextest-botsunshowers
authored andcommitted
chore(deps): update rust crate insta to 1.40.0
1 parent fa3ce9e commit 13698be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ nextest-metadata.workspace = true
3535
pathdiff = { version = "0.2.1", features = ["camino"] }
3636
regex = "1.10.6"
3737
serde_json = "1.0.128"
38-
insta = { version = "1.39.0", default-features = false }
38+
insta = { version = "1.40.0", default-features = false }
3939
target-spec.workspace = true

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ self_update = { version = "0.41.0", optional = true }
136136
color-eyre = { version = "0.6.3", default-features = false }
137137
fixture-data.workspace = true
138138
indoc = "2.0.5"
139-
insta = { version = "1.39.0", default-features = false }
139+
insta = { version = "1.40.0", default-features = false }
140140
maplit = "1.0.2"
141141
pathdiff = { version = "0.2.1", features = ["camino"] }
142142
pretty_assertions = "1.4.0"

0 commit comments

Comments
 (0)