Skip to content

Commit 202a63e

Browse files
chore(deps): bump flate2 from 1.1.0 to 1.1.1 (#15703)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.0...1.1.1) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.1 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 7ff6c7e commit 202a63e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ datafusion-physical-optimizer = { workspace = true }
125125
datafusion-physical-plan = { workspace = true }
126126
datafusion-session = { workspace = true }
127127
datafusion-sql = { workspace = true }
128-
flate2 = { version = "1.1.0", optional = true }
128+
flate2 = { version = "1.1.1", optional = true }
129129
futures = { workspace = true }
130130
itertools = { workspace = true }
131131
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.0.24", optional = true }
59+
flate2 = { version = "1.1.1", optional = true }
6060
futures = { workspace = true }
6161
glob = "0.3.0"
6262
itertools = { workspace = true }

0 commit comments

Comments
 (0)