Skip to content

Commit dc26f21

Browse files
authored
Merge pull request #675 from sanders41/dependabot/cargo/insta-1.42.1
Bump insta from 1.42.0 to 1.42.1
2 parents 5f7c948 + 510da05 commit dc26f21

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

Cargo.lock

Lines changed: 23 additions & 2 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 = "3.0.0"
2323
dirs = "6.0.0"
2424
exponential-backoff = "2.0.0"
2525
indicatif = "0.17.9"
26-
insta = { version = "1.42.0", features = ["filters"] }
26+
insta = { version = "1.42.1", features = ["filters"] }
2727
minijinja = "2.6.0"
2828
rayon = "1.10.0"
2929
reqwest = { version = "0.12.12", features = ["json", "blocking"] }
@@ -32,6 +32,6 @@ serde_json = "1.0.137"
3232
time = { version = "0.3.37", features = ["local-offset"] }
3333

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

0 commit comments

Comments
 (0)