Skip to content

Commit

Permalink
Bump insta from 1.15.0 to 1.16.0 (#832)
Browse files Browse the repository at this point in the history
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.15.0...1.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and max-sixty committed Jul 29, 2022
1 parent 9083ffa commit 5f7ac4e
Show file tree
Hide file tree
Showing 3 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.

4 changes: 2 additions & 2 deletions book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.2.2"
anyhow = "1.0.57"
clap = {version = "3.2.3", default-features = false}
globset = "0.4.8"
insta = {version = "1.15.0", features = ["colors", "glob"]}
insta = {version = "1.16.0", features = ["colors", "glob"]}
itertools = "0.10.3"
mdbook = {version = "0.4.18", default-features = false}
mdbook-preprocessor-boilerplate = "0.1.1"
Expand All @@ -25,7 +25,7 @@ walkdir = "2.3.2"

[dev-dependencies]
globset = "0.4.8"
insta = {version = "1.15.0", features = ["colors", "glob"]}
insta = {version = "1.16.0", features = ["colors", "glob"]}
log = "0.4.17"
pulldown-cmark = "0.9.1"
pulldown-cmark-to-cmark = "10.0.1"
Expand Down
2 changes: 1 addition & 1 deletion prql-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ version = "1.0.137"
chrono = "0.4"
criterion = "0.3.5"
globset = "0.4.8"
insta = {version = "1.15.0", features = ["colors", "glob"]}
insta = {version = "1.16.0", features = ["colors", "glob"]}
pulldown-cmark = "0.9.1"
pulldown-cmark-to-cmark = "10.0.1"
similar = "2.1.0"
Expand Down

0 comments on commit 5f7ac4e

Please sign in to comment.