Skip to content

Commit

Permalink
chore(deps): Bump insta from 1.37.0 to 1.38.0 (#399)
Browse files Browse the repository at this point in the history
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.37.0 to 1.38.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/insta/releases">insta's
releases</a>.</em></p>
<blockquote>
<h2>1.38.0</h2>
<h2>Release Notes</h2>
<ul>
<li>
<p><code>Filters</code> is now constructible from
<code>IntoIterator</code>. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/400">#400</a></p>
</li>
<li>
<p>Change <code>std</code> macro calls to be fully qualified. This fixes
issues where
the prelude was not used or the macros were overridden. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/469">#469</a></p>
</li>
</ul>
<h2>Install cargo-insta 1.38.0</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -c &quot;irm
https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-installer.ps1
| iex&quot;
</code></pre>
<h2>Download cargo-insta 1.38.0</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-aarch64-apple-darwin.tar.xz">cargo-insta-aarch64-apple-darwin.tar.xz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-x86_64-apple-darwin.tar.xz">cargo-insta-x86_64-apple-darwin.tar.xz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-x86_64-pc-windows-msvc.zip">cargo-insta-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-x86_64-unknown-linux-gnu.tar.xz">cargo-insta-x86_64-unknown-linux-gnu.tar.xz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-x86_64-unknown-linux-musl.tar.xz">cargo-insta-x86_64-unknown-linux-musl.tar.xz</a></td>
<td>x64 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.38.0/cargo-insta-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md">insta's
changelog</a>.</em></p>
<blockquote>
<h2>1.38.0</h2>
<ul>
<li>
<p><code>Filters</code> is now constructible from
<code>IntoIterator</code>. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/400">#400</a></p>
</li>
<li>
<p>Change <code>std</code> macro calls to be fully qualified. This fixes
issues where
the prelude was not used or the macros were overridden. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/469">#469</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/insta/commit/ff83624376ee54e558481eec9f1e64af003c64d4"><code>ff83624</code></a>
1.38.0</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/2e79e3d70ee006f4f9b1995bd7ba516f78712419"><code>2e79e3d</code></a>
Add changelog entry</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/9afc3c8538316c9660d5362dde51fe818447c6c8"><code>9afc3c8</code></a>
Merge branch 'master' of github.com:mitsuhiko/insta</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/1d702385e13cdfc2bf81616c7b4b349501856c12"><code>1d70238</code></a>
Make Filters constructible from IntoIterator</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/e90e71de2af1e00ebeda45fd134b22ac92a289dd"><code>e90e71d</code></a>
Change std macro calls to be fully qualified (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/469">#469</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/4dcccca2c7e25d205351f7215a9a9f9e7a79e98d"><code>4dcccca</code></a>
Move insta to folder (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/470">#470</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/ca2faf9a1296f6bb4af743c2aff239be6b16669d"><code>ca2faf9</code></a>
Configure cargo-dist</li>
<li>See full diff in <a
href="https://github.com/mitsuhiko/insta/compare/1.37.0...1.38.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=insta&package-manager=cargo&previous-version=1.37.0&new-version=1.38.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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gil Mizrahi <[email protected]>
  • Loading branch information
dependabot[bot] and Gil Mizrahi authored Apr 2, 2024
1 parent 146261e commit 5df027b
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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio = { version = "1.37.0", features = ["full"] }
build-data = "0.1.5"

[dev-dependencies]
insta = "1.37.0"
insta = "1.38.0"
tempfile = "3.10.1"

[package.metadata.cargo-machete]
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/translation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ multimap = "0.9.1"
serde_json = "1.0.115"

[dev-dependencies]
insta = { version = "1.37.0", features = ["json"] }
insta = { version = "1.38.0", features = ["json"] }
sqlformat = "0.2.3"
2 changes: 1 addition & 1 deletion crates/tests/databases-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ndc-postgres-configuration = { path = "../../configuration" }
tests-common = { path = "../tests-common" }

axum = "0.6.20"
insta = { version = "1.37.0", features = ["json"] }
insta = { version = "1.38.0", features = ["json"] }
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde_json = "1.0.115"
test-each = "0.2.1"
Expand Down

0 comments on commit 5df027b

Please sign in to comment.