Skip to content

Commit

Permalink
chore(deps): bump insta from 1.29.0 to 1.33.0
Browse files Browse the repository at this point in the history
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.29.0 to 1.33.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.29.0...1.33.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent e657815 commit 4a5d4e1
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.29.0"
insta = "1.33.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.29.0"
insta = "1.33.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.29.0"
insta = "1.33.0"

0 comments on commit 4a5d4e1

Please sign in to comment.