Skip to content

Commit

Permalink
Bump camino from 1.1.6 to 1.1.7 (#3169)
Browse files Browse the repository at this point in the history
Bumps [camino](https://github.com/camino-rs/camino) from 1.1.6 to 1.1.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/camino-rs/camino/releases">camino's
releases</a>.</em></p>
<blockquote>
<h2>camino 1.1.7</h2>
<h3>Fixed</h3>
<ul>
<li>Resolve <code>unexpected_cfg</code> warnings.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/camino-rs/camino/blob/main/CHANGELOG.md">camino's
changelog</a>.</em></p>
<blockquote>
<h2>[1.1.7] - 2024-05-14</h2>
<h3>Fixed</h3>
<ul>
<li>Resolve <code>unexpected_cfg</code> warnings.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/camino-rs/camino/commit/9cabdbddee06c2d59ce6105d946c1e3f11a8de95"><code>9cabdbd</code></a>
[camino] version 1.1.7</li>
<li><a
href="https://github.com/camino-rs/camino/commit/6e292d2a12eaad9a076b3a55efa191707108cdab"><code>6e292d2</code></a>
prepare release</li>
<li><a
href="https://github.com/camino-rs/camino/commit/4ae167f76e5c6f846a0bf3ec8687c8e270882117"><code>4ae167f</code></a>
add cargo warnings for missing feature enablements</li>
<li><a
href="https://github.com/camino-rs/camino/commit/f3143365b56700b984778499bb27187cbd2afa3b"><code>f314336</code></a>
fix incompatible_msrv warning</li>
<li><a
href="https://github.com/camino-rs/camino/commit/c84a312c08c6071a16169dba69898e52b7f87a8b"><code>c84a312</code></a>
resolve unexpected_cfg warnings</li>
<li><a
href="https://github.com/camino-rs/camino/commit/50dfa7aff647919c610d026e63012652387d8259"><code>50dfa7a</code></a>
[ci] use M1 runners for macOS builds (<a
href="https://redirect.github.com/camino-rs/camino/issues/89">#89</a>)</li>
<li><a
href="https://github.com/camino-rs/camino/commit/7de92193f817ae63ff088cff4be2f61b90f3110f"><code>7de9219</code></a>
[ci] fix build on Rust 1.34 and 1.44</li>
<li><a
href="https://github.com/camino-rs/camino/commit/af3462f248f6363f857b410f8ba50c8419aefcc9"><code>af3462f</code></a>
Add docstring for Utf8Path::try_from</li>
<li><a
href="https://github.com/camino-rs/camino/commit/bd7920eb6bf49b0d6dd8a79eec2aaba19bc0b8b6"><code>bd7920e</code></a>
fix clippy issues with Rust 1.74</li>
<li><a
href="https://github.com/camino-rs/camino/commit/8bec62382e1bce1326ee48f6bf93c46e7a4fde0b"><code>8bec623</code></a>
Add MSRV field to camino</li>
<li>Additional commits viewable in <a
href="https://github.com/camino-rs/camino/compare/camino-1.1.6...camino-1.1.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=camino&package-manager=cargo&previous-version=1.1.6&new-version=1.1.7)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 4ad5287 commit 92bd3bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ default = []
[dependencies]
az = "1.0.0"
byteorder = "1.4.3"
camino = { version = "1.1.6", features = ["serde1"] }
camino = { version = "1.1.7", features = ["serde1"] }
cfg-if = "1.0"
counter = "0.5.7"
csv = "1.3.0"
Expand Down

0 comments on commit 92bd3bc

Please sign in to comment.