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 5059b7e6d chore(deps): bump tempfile from 3.21.0 to 3.23.0 in /bin/oli 
(#6610)
5059b7e6d is described below

commit 5059b7e6d19867be27e059c0744f9efc3c290a7d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 01:49:20 2025 +0900

    chore(deps): bump tempfile from 3.21.0 to 3.23.0 in /bin/oli (#6610)
    
    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.21.0 to 
3.23.0.
    - 
[Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/Stebalien/tempfile/compare/v3.21.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/oli/Cargo.lock | 4 ++--
 bin/oli/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/oli/Cargo.lock b/bin/oli/Cargo.lock
index 12f1eda3b..3ad15b42e 100644
--- a/bin/oli/Cargo.lock
+++ b/bin/oli/Cargo.lock
@@ -2311,9 +2311,9 @@ dependencies = [
 
 [[package]]
 name = "tempfile"
-version = "3.21.0"
+version = "3.23.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
+checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
 dependencies = [
  "fastrand",
  "getrandom 0.3.3",
diff --git a/bin/oli/Cargo.toml b/bin/oli/Cargo.toml
index 70a94e381..5ebaa2df7 100644
--- a/bin/oli/Cargo.toml
+++ b/bin/oli/Cargo.toml
@@ -58,7 +58,7 @@ opendal = { version = "0.54.0", path = "../../core", features 
= [
 parse-size = { version = "1.1" }
 pollster = { version = "0.4" }
 serde = { version = "1.0", features = ["derive"] }
-tempfile = { version = "3.21" }
+tempfile = { version = "3.23" }
 tokio = { version = "1.47", features = ["full"] }
 toml = { version = "0.9" }
 url = { version = "2.5" }

Reply via email to