Skip to content

Commit 3a68703

Browse files
chore(deps): bump tempfile from 3.23.0 to 3.24.0 in /native (apache#3006)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.23.0 to 3.24.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.24.0 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>
1 parent a3d9a92 commit 3a68703

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

native/Cargo.lock

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

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.8.0"
59+
tempfile = "3.24.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.18", features = ["v4"]}
56-
tempfile = "^3.2"
56+
tempfile = "^3.24"

0 commit comments

Comments
 (0)