Skip to content

Commit

Permalink
chore(deps): Bump libtest-mimic from 0.6.1 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [libtest-mimic](https://github.com/LukasKalbertodt/libtest-mimic) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/LukasKalbertodt/libtest-mimic/releases)
- [Changelog](https://github.com/LukasKalbertodt/libtest-mimic/blob/master/CHANGELOG.md)
- [Commits](LukasKalbertodt/libtest-mimic@v0.6.1...v0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 9162478 commit 433e1fc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
31 changes: 26 additions & 5 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 src/frontend/planner_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ walkdir = "2"
workspace-hack = { path = "../../workspace-hack" }

[dev-dependencies]
libtest-mimic = "0.6"
libtest-mimic = "0.7"
tempfile = "3"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion src/tests/sqlsmith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ workspace-hack = { path = "../../workspace-hack" }

[dev-dependencies]
expect-test = "1"
libtest-mimic = "0.6"
libtest-mimic = "0.7"

[[bin]]
name = "sqlsmith"
Expand Down

0 comments on commit 433e1fc

Please sign in to comment.