Skip to content

Commit 0fb650a

Browse files
chore(deps): bump insta-cmd from 0.6.0 to 0.7.0 (#22976)
Bumps [insta-cmd](https://github.com/mitsuhiko/insta-cmd) from 0.6.0 to 0.7.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/insta-cmd/commit/aa305fda9cbdac0a8d02f71acb4fd43bfa5b0c82"><code>aa305fd</code></a> 0.7.0 (<a href="https://redirect.github.com/mitsuhiko/insta-cmd/issues/22">#22</a>)</li> <li><a href="https://github.com/mitsuhiko/insta-cmd/commit/c1b0eba01e3d48aab27da4e77d5a19d7b5fff065"><code>c1b0eba</code></a> Merge pull request <a href="https://redirect.github.com/mitsuhiko/insta-cmd/issues/16">#16</a> from rcorre/main</li> <li><a href="https://github.com/mitsuhiko/insta-cmd/commit/2089c645757be57970eeb9c6c2a0ae3abfa60159"><code>2089c64</code></a> Merge pull request <a href="https://redirect.github.com/mitsuhiko/insta-cmd/issues/20">#20</a> from max-sixty/env-var</li> <li><a href="https://github.com/mitsuhiko/insta-cmd/commit/7680d5ef1cde9d1ad6b678e695880933938339d9"><code>7680d5e</code></a> Bump MSRV from 1.57.0 to 1.68.0</li> <li><a href="https://github.com/mitsuhiko/insta-cmd/commit/7f338386715b354ad64339a2e5fd642cc71d82ba"><code>7f33838</code></a> Bump MSRV from 1.57.0 to 1.64.0</li> <li><a href="https://github.com/mitsuhiko/insta-cmd/commit/8a2d01eed539c11160a1dd7a8fc6393423cf45ee"><code>8a2d01e</code></a> Fix: Distinguish env_remove() from empty string in snapshots</li> <li><a href="https://github.com/mitsuhiko/insta-cmd/commit/0310b186e62ef24ddd0909e497044192be334b9e"><code>0310b18</code></a> Add test demonstrating env_remove() bug</li> <li><a href="https://github.com/mitsuhiko/insta-cmd/commit/c6a993890292bb16b60c8418a5e3e178d1520d51"><code>c6a9938</code></a> Note that integration tests build binaries.</li> <li><a href="https://github.com/mitsuhiko/insta-cmd/commit/1f39ad19b3cf0faf20609097f46788b9b2d80e24"><code>1f39ad1</code></a> 0.6.0</li> <li><a href="https://github.com/mitsuhiko/insta-cmd/commit/26c42b6809da9de7f2473907b17e3954ba4d78f0"><code>26c42b6</code></a> Add windows tests (<a href="https://redirect.github.com/mitsuhiko/insta-cmd/issues/13">#13</a>)</li> <li>See full diff in <a href="https://github.com/mitsuhiko/insta-cmd/compare/0.6.0...0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=insta-cmd&package-manager=cargo&previous-version=0.6.0&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent baa497d commit 0fb650a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ workspace = true
7575
[dev-dependencies]
7676
ctor = { workspace = true }
7777
insta = { workspace = true }
78-
insta-cmd = "0.6.0"
78+
insta-cmd = "0.7.0"
7979
rstest = { workspace = true }
8080
testcontainers-modules = { workspace = true, features = ["minio"] }
8181
# Makes sure `test_display_pg_json` behaves in a consistent way regardless of

0 commit comments

Comments
 (0)