Skip to content

Commit f7a6c2a

Browse files
chore(deps): bump insta from 1.39.0 to 1.40.0 (#201)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 606ef85 commit f7a6c2a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.39.0"
26+
insta = "1.40.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.5.0"
1919
monkey-parser = { path = "../parser", version = "0.9.1" }
2020

2121
[dev-dependencies]
22-
insta = "1.39.0"
22+
insta = "1.40.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.39.0"
27+
insta = "1.40.0"
2828

0 commit comments

Comments
 (0)