Skip to content

Commit b81dc91

Browse files
chore(deps): bump insta from 1.42.2 to 1.43.2
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.42.2 to 1.43.2. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.42.2...1.43.2) --- updated-dependencies: - dependency-name: insta dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 085cf9d commit b81dc91

File tree

4 files changed

+5
-33
lines changed

4 files changed

+5
-33
lines changed

Cargo.lock

Lines changed: 2 additions & 30 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.42.2"
26+
insta = "1.43.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.42.2"
22+
insta = "1.43.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.42.2"
27+
insta = "1.43.2"
2828

0 commit comments

Comments
 (0)