Skip to content

Commit

Permalink
chore(deps): bump insta from 1.38.0 to 1.39.0 (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 6ab96c1 commit e25db30
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"

[dev-dependencies]
insta = "1.38.0"
insta = "1.39.0"
2 changes: 1 addition & 1 deletion object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ lazy_static = "1.4.0"
monkey-parser = { path = "../parser", version = "0.9.1" }

[dev-dependencies]
insta = "1.38.0"
insta = "1.39.0"
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"

[dev-dependencies]
insta = "1.38.0"
insta = "1.39.0"

0 comments on commit e25db30

Please sign in to comment.