Skip to content

Commit 5502f73

Browse files
chore(deps): bump flate2 from 1.0.35 to 1.1.0 (apache#14848)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.35 to 1.1.0. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/flate2-rs@1.0.35...1.1.0) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jonahgao <[email protected]>
1 parent fb40506 commit 5502f73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ datafusion-physical-expr-common = { workspace = true }
110110
datafusion-physical-optimizer = { workspace = true }
111111
datafusion-physical-plan = { workspace = true }
112112
datafusion-sql = { workspace = true }
113-
flate2 = { version = "1.0.24", optional = true }
113+
flate2 = { version = "1.1.0", optional = true }
114114
futures = { workspace = true }
115115
itertools = { workspace = true }
116116
log = { workspace = true }

0 commit comments

Comments
 (0)