Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 4b11551

Browse files
Merge #718
718: Bump tar from 0.4.28 to 0.4.29 r=mergify[bot] a=dependabot-preview[bot] Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.28 to 0.4.29. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexcrichton/tar-rs/commit/ac02c379411b3bd016c33b2002da6dd5948e3441"><code>ac02c37</code></a> cannonicalize unpack destination to safely handle long paths on windows (<a href="https://github-redirect.dependabot.com/alexcrichton/tar-rs/issues/230">#230</a>)</li> <li><a href="https://github.com/alexcrichton/tar-rs/commit/87bc5169c63acccb3650e5fb5dbeb8039e529686"><code>87bc516</code></a> Add documentation on path being directory (<a href="https://github-redirect.dependabot.com/alexcrichton/tar-rs/issues/233">#233</a>)</li> <li>See full diff in <a href="https://github.com/alexcrichton/tar-rs/compare/0.4.28...0.4.29">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tar&package-manager=cargo&previous-version=0.4.28&new-version=0.4.29)](https://dependabot.com/compatibility-score/?dependency-name=tar&package-manager=cargo&previous-version=0.4.28&new-version=0.4.29) 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 601c860 + d0c2e2b commit 4b11551

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

create/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tokio-compat = "0.1"
1515
anyhow = "1.0.31"
1616
flate2 = "1.0.14"
1717
ignore = "0.4.16"
18-
tar = "0.4.28"
18+
tar = "0.4.29"
1919

2020
# This is just so that the same build flags can be passed in either crates
2121
[features]

0 commit comments

Comments
 (0)