chore(deps): pin rust crate insta to =1.42.2
All checks were successful
/ check-renovaterc (push) Successful in 3s
/ build (push) Successful in 2s
/ test (push) Successful in 11s
/ report-size (push) Successful in 6s

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| crate      | insta   | 1.42.2 | 1.42.2 |
This commit is contained in:
Renovate Bot 2025-03-19 23:20:34 +01:00
parent 2daf620a4a
commit 2d00dd3818
Signed by: renovate
SSH key fingerprint: SHA256:Ok6vtqmmerU0tEwRrmaddAKicKgaATKobBC7exAUPLo
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dev-dependencies]
insta = { version = "1", features = ["json"] }
insta = { version = "=1.42.2", features = ["json"] }
[profile.release]
opt-level = "s"