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 56c70c909 chore(deps): bump tokio from 1.45.0 to 1.45.1 in /bin/oay 
(#6358)
56c70c909 is described below

commit 56c70c90960e8703ea97634bb12ca8b158118c04
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 02:55:12 2025 +0900

    chore(deps): bump tokio from 1.45.0 to 1.45.1 in /bin/oay (#6358)
    
    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.0 to 1.45.1.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - 
[Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.45.0...tokio-1.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-version: 1.45.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 bin/oay/Cargo.lock | 4 ++--
 bin/oay/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/oay/Cargo.lock b/bin/oay/Cargo.lock
index e669d28b5..06f0a848f 100644
--- a/bin/oay/Cargo.lock
+++ b/bin/oay/Cargo.lock
@@ -1739,9 +1739,9 @@ checksum = 
"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 
 [[package]]
 name = "tokio"
-version = "1.45.0"
+version = "1.45.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
+checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
 dependencies = [
  "backtrace",
  "bytes",
diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml
index 68255924a..59f548672 100644
--- a/bin/oay/Cargo.toml
+++ b/bin/oay/Cargo.toml
@@ -53,7 +53,7 @@ opendal = { version = "0.53.0", path = "../../core", features 
= [
 ] }
 quick-xml = { version = "0.37", features = ["serialize", "overlapped-lists"] }
 serde = { version = "1", features = ["derive"] }
-tokio = { version = "1.39", features = [
+tokio = { version = "1.45", features = [
   "fs",
   "macros",
   "rt-multi-thread",

Reply via email to