Skip to content

Commit 59c6a02

Browse files
chore(deps): bump flate2 from 1.1.1 to 1.1.2 (#16338)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.1...1.1.2) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39c100a commit 59c6a02

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ datafusion-physical-optimizer = { workspace = true }
124124
datafusion-physical-plan = { workspace = true }
125125
datafusion-session = { workspace = true }
126126
datafusion-sql = { workspace = true }
127-
flate2 = { version = "1.1.1", optional = true }
127+
flate2 = { version = "1.1.2", optional = true }
128128
futures = { workspace = true }
129129
itertools = { workspace = true }
130130
log = { workspace = true }

datafusion/datasource/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ datafusion-physical-expr = { workspace = true }
5656
datafusion-physical-expr-common = { workspace = true }
5757
datafusion-physical-plan = { workspace = true }
5858
datafusion-session = { workspace = true }
59-
flate2 = { version = "1.1.1", optional = true }
59+
flate2 = { version = "1.1.2", optional = true }
6060
futures = { workspace = true }
6161
glob = "0.3.0"
6262
itertools = { workspace = true }

0 commit comments

Comments
 (0)