Skip to content

Commit 4ca990e

Browse files
Bump insta from 1.41.1 to 1.42.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.41.1...1.42.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5fb995 commit 4ca990e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ colored = "2.2.0"
2323
dirs = "5.0.1"
2424
exponential-backoff = "2.0.0"
2525
indicatif = "0.17.9"
26-
insta = { version = "1.41.1", features = ["filters"] }
26+
insta = { version = "1.42.0", features = ["filters"] }
2727
minijinja = "2.5.0"
2828
rayon = "1.10.0"
2929
reqwest = { version = "0.12.12", features = ["json", "blocking"] }
@@ -32,6 +32,6 @@ serde_json = "1.0.134"
3232
time = { version = "0.3.37", features = ["local-offset"] }
3333

3434
[dev-dependencies]
35-
insta = { version = "1.41.1", features = ["yaml"] }
35+
insta = { version = "1.42.0", features = ["yaml"] }
3636
tempfile = "3.15.0"
3737
tmp-path = "0.1.1"

0 commit comments

Comments
 (0)