Skip to content

Commit 8a26dc3

Browse files
chore(deps): bump the all-other-cargo-deps group (apache#3581)
Bumps the all-other-cargo-deps group in /native with 3 updates: [chrono](https://github.com/chronotope/chrono), [futures](https://github.com/rust-lang/futures-rs) and [tempfile](https://github.com/Stebalien/tempfile). Updates `chrono` from 0.4.43 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.43...v0.4.44) Updates `futures` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `tempfile` from 3.25.0 to 3.26.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: futures dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd0559e commit 8a26dc3

4 files changed

Lines changed: 34 additions & 35 deletions

File tree

native/Cargo.lock

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

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ datafusion-comet-spark-expr = { path = "spark-expr" }
4545
datafusion-comet-proto = { path = "proto" }
4646
chrono = { version = "0.4", default-features = false, features = ["clock"] }
4747
chrono-tz = { version = "0.10" }
48-
futures = "0.3.28"
48+
futures = "0.3.32"
4949
num = "0.4"
5050
rand = "0.10"
5151
regex = "1.12.3"

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ zstd = "0.13.3"
5656
rand = { workspace = true }
5757
num = { workspace = true }
5858
bytes = { workspace = true }
59-
tempfile = "3.25.0"
59+
tempfile = "3.26.0"
6060
itertools = "0.14.0"
6161
paste = "1.0.14"
6262
datafusion = { workspace = true, features = ["parquet_encryption", "sql"] }

native/fs-hdfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ log = "^0.4"
5353

5454
[dev-dependencies]
5555
uuid = {version = "^1.21", features = ["v4"]}
56-
tempfile = "^3.25"
56+
tempfile = "^3.26"

0 commit comments

Comments
 (0)