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

Commit a88f5df

Browse files
Merge #739
739: Bump flate2 from 1.0.14 to 1.0.16 r=mergify[bot] a=dependabot[bot] Bumps [flate2](https://github.com/alexcrichton/flate2-rs) from 1.0.14 to 1.0.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexcrichton/flate2-rs/commit/9e2218692d168fa9056a028e1670117bf23a13fa"><code>9e22186</code></a> Bump to 1.0.16</li> <li><a href="https://github.com/alexcrichton/flate2-rs/commit/101f4316af76932611d60df54f8a1347c7ff7035"><code>101f431</code></a> Bump miniz-oxide dependency</li> <li><a href="https://github.com/alexcrichton/flate2-rs/commit/9b0fc13aef4d47c9bd0ba8729526c42ac4d3ec09"><code>9b0fc13</code></a> Bump to 1.0.15</li> <li><a href="https://github.com/alexcrichton/flate2-rs/commit/eb58d68abc6b71c9d378873a3034e5bf0ecfff69"><code>eb58d68</code></a> Reset mem_level to DEF_MEM_LEVEL. (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/242">#242</a>)</li> <li><a href="https://github.com/alexcrichton/flate2-rs/commit/a448e540d1b35c7548f7c8e28ed26335b77c52a9"><code>a448e54</code></a> Fix <code>systest</code> build</li> <li>See full diff in <a href="https://github.com/alexcrichton/flate2-rs/compare/1.0.14...1.0.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.14&new-version=1.0.16)](https://help.github.com/articles/configuring-automated-security-fixes) 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 </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 9477070 + 0b4aca9 commit a88f5df

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

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

create/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ authors = ["CoBloX developers <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
flate2 = "1.0.14"
8+
flate2 = "1.0.16"
99
structopt = "0.3"
1010
tar = "0.4"
1111
tokio = { version = "0.2", features = ["fs", "io-util"] }
1212
tokio-compat = "0.1"
1313

1414
[build-dependencies]
1515
anyhow = "1.0.31"
16-
flate2 = "1.0.14"
16+
flate2 = "1.0.16"
1717
ignore = "0.4.16"
1818
tar = "0.4.29"
1919

0 commit comments

Comments
 (0)