Skip to content

Commit f66d2b8

Browse files
Bump the minor-updates group with 4 updates
Bumps the minor-updates group with 4 updates: [hyper](https://github.com/hyperium/hyper), [arrow](https://github.com/apache/arrow-rs), [clap](https://github.com/clap-rs/clap) and [parquet](https://github.com/apache/arrow-rs). Updates `hyper` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.6.0...v1.7.0) Updates `arrow` from 56.0.0 to 56.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@56.0.0...56.1.0) Updates `clap` from 4.5.42 to 4.5.46 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.42...clap_complete-v4.5.46) Updates `parquet` from 56.0.0 to 56.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@56.0.0...56.1.0) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: arrow dependency-version: 56.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: clap dependency-version: 4.5.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: parquet dependency-version: 56.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e691be8 commit f66d2b8

File tree

3 files changed

+51
-60
lines changed

3 files changed

+51
-60
lines changed

Cargo.lock

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

driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
bytes = "1.6"
1010
chrono = "0.4.41"
1111
http-body-util = "0.1"
12-
hyper = { version = "1.2", features = ["client", "server", "http1"] }
12+
hyper = { version = "1.7", features = ["client", "server", "http1"] }
1313
hyper-util = { version = "0.1", features = ["tokio"] }
1414
log = "0.4"
1515
pest = "2.8.1"

prom2parquet/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ edition = "2021"
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
arrow = "56.0.0"
11+
arrow = "56.1.0"
1212
clap = { version = "4", features = ["derive"] }
1313
driver = { path = "../driver" }
1414
env_logger = "0.11.3"
1515
log = "0.4"
16-
parquet = "56.0.0"
16+
parquet = "56.1.0"

0 commit comments

Comments
 (0)