This is an automated email from the ASF dual-hosted git repository.
asukaminato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new e2cb29a79 chore(deps): bump tempfile from 3.20.0 to 3.23.0 in /bin/ofs
(#6611)
e2cb29a79 is described below
commit e2cb29a79c7232852eabce41e0a3662f9c0e97bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 01:48:57 2025 +0900
chore(deps): bump tempfile from 3.20.0 to 3.23.0 in /bin/ofs (#6611)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to
3.23.0.
-
[Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.20.0...v3.23.0)
---
updated-dependencies:
- dependency-name: tempfile
dependency-version: 3.23.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>
---
bin/ofs/Cargo.lock | 4 ++--
bin/ofs/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/ofs/Cargo.lock b/bin/ofs/Cargo.lock
index f27543887..b00905cb7 100644
--- a/bin/ofs/Cargo.lock
+++ b/bin/ofs/Cargo.lock
@@ -1883,9 +1883,9 @@ dependencies = [
[[package]]
name = "tempfile"
-version = "3.20.0"
+version = "3.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
+checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
dependencies = [
"fastrand",
"getrandom 0.3.3",
diff --git a/bin/ofs/Cargo.toml b/bin/ofs/Cargo.toml
index faaa44f49..9eca2a436 100644
--- a/bin/ofs/Cargo.toml
+++ b/bin/ofs/Cargo.toml
@@ -61,6 +61,6 @@ services-s3 = ["opendal/services-s3"]
[dev-dependencies]
opendal = { version = "0.54.0", path = "../../core", features = ["tests"] }
-tempfile = "3.16.0"
+tempfile = "3.23.0"
test-context = "0.4.1"
walkdir = "2.5.0"