Skip to content

Commit 7ab0a17

Browse files
chore(deps): bump insta from 1.35.1 to 1.38.0 (#182)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.35.1 to 1.38.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.35.1...1.38.0) --- 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 77bc8d1 commit 7ab0a17

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

Cargo.lock

Lines changed: 2 additions & 12 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.35.1"
26+
insta = "1.38.0"

object/Cargo.toml

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

2121
[dev-dependencies]
22-
insta = "1.35.1"
22+
insta = "1.38.0"

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.35.1"
27+
insta = "1.38.0"
2828

0 commit comments

Comments
 (0)