Skip to content

Commit 0aca3a1

Browse files
chore(deps): bump insta from 1.40.0 to 1.42.2 (#213)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.40.0 to 1.42.2. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.40.0...1.42.2) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40b1153 commit 0aca3a1

File tree

4 files changed

+34
-7
lines changed

4 files changed

+34
-7
lines changed

Cargo.lock

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

lexer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ serde = {version = "1.0", features = ["derive"]}
2323
serde_json = "1.0"
2424

2525
[dev-dependencies]
26-
insta = "1.40.0"
26+
insta = "1.42.2"

object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ lazy_static = "1.5.0"
1919
monkey-parser = { path = "../parser", version = "0.9.1" }
2020

2121
[dev-dependencies]
22-
insta = "1.40.0"
22+
insta = "1.42.2"

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ serde = {version = "1.0", features = ["derive"]}
2424
serde_json = "1.0"
2525

2626
[dev-dependencies]
27-
insta = "1.40.0"
27+
insta = "1.42.2"
2828

0 commit comments

Comments
 (0)