Skip to content

Commit 5be5259

Browse files
chore(deps): bump flate2 from 1.1.8 to 1.1.9 (#20130)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.8 to 1.1.9. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/19ddb18bf11199858fbc6504d079448fafd1606e"><code>19ddb18</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/529">#529</a> from folkertdev/update-zlib-rs-0.6.0</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/c956e127d62ca5ed2970f61c2a0b7a5ca7be82ed"><code>c956e12</code></a> upgrade zlib-rs to version <code>0.6.0</code></li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/21d5eebe91305436d876fee56eaae10d8cb415e6"><code>21d5eeb</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/528">#528</a> from wgyt/wgyt/patch</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/54f848477c90638c02fdf39611e46ebee04ecf59"><code>54f8484</code></a> update LICENSE-MIT</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/f4924fefb39482952520ebcd4f02a62e996e3c0d"><code>f4924fe</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/527">#527</a> from jongiddy/crc-tests</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/8b9b7a6db66b9e4e5c7ae8bbdf3a80e0cfec3f7a"><code>8b9b7a6</code></a> Add tests to check data CRC</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/fd17c74baa4b89f52efbe2762ec318615b7fcf4a"><code>fd17c74</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/526">#526</a> from folkertdev/zlib-rs-crc32</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/aef26ac674169189a8949a17b4bebb71762027dc"><code>aef26ac</code></a> check that zlib-rs no longer compiles crc32fast</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/5ec7647e674f83f5a029fb2f5e0d1a772cfa384f"><code>5ec7647</code></a> make <code>crc32fast</code> an optional dependency</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/c584e970419e56ee2657cefe396b268b1cad348a"><code>c584e97</code></a> use <code>zlib-rs</code> for crc32 (when available)</li> <li>See full diff in <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.8...1.1.9">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.1.8&new-version=1.1.9)](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>
1 parent a462b79 commit 5be5259

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ datafusion-substrait = { path = "datafusion/substrait", version = "52.1.0" }
152152

153153
doc-comment = "0.3"
154154
env_logger = "0.11"
155-
flate2 = "1.1.8"
155+
flate2 = "1.1.9"
156156
futures = "0.3"
157157
glob = "0.3.0"
158158
half = { version = "2.7.0", default-features = false }

0 commit comments

Comments
 (0)