Skip to content

Commit

Permalink
build(deps): bump zip from 0.6.2 to 0.6.6 (#587)
Browse files Browse the repository at this point in the history
Bumps [zip](https://github.com/zip-rs/zip) from 0.6.2 to 0.6.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/zip-rs/zip/blob/master/CHANGELOG.md">zip's
changelog</a>.</em></p>
<blockquote>
<h2>[0.6.6]</h2>
<h3>Changed</h3>
<ul>
<li>Updated <code>aes</code> dependency to <code>0.8.2</code> (<a
href="https://redirect.github.com/zip-rs/zip/pull/354">zip-rs/zip#354</a>)</li>
</ul>
<h2>[0.6.5]</h2>
<h3>Changed</h3>
<ul>
<li>Added experimental
[<code>zip::unstable::write::FileOptions::with_deprecated_encryption</code>]
API to enable encrypting files with PKWARE encryption.</li>
</ul>
<h2>[0.6.4]</h2>
<h3>Changed</h3>
<ul>
<li><a href="https://redirect.github.com/zip-rs/zip/pull/333">#333</a>:
disabled the default features of the <code>time</code> dependency, and
also <code>formatting</code> and <code>macros</code>, as they were
enabled by mistake.</li>
<li>Deprecated <a
href="https://docs.rs/zip/0.6/zip/struct.DateTime.html#method.from_time"><code>DateTime::from_time</code></a>
in favor of <a
href="https://docs.rs/zip/0.6/zip/struct.DateTime.html#impl-TryFrom-for-DateTime"><code>DateTime::try_from</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/zip-rs/zip/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zip&package-manager=cargo&previous-version=0.6.2&new-version=0.6.6)](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] authored Oct 26, 2023
1 parent fc76784 commit 31834b1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 34 deletions.
61 changes: 28 additions & 33 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/esthri-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ backtrace = "0.3"
fs_extra = "1.3"
md5 = "0.7"
tempdir = "0.3"
zip = "0.6.2"
zip = "0.6.6"

0 comments on commit 31834b1

Please sign in to comment.