This is an automated email from the ASF dual-hosted git repository.
xuanwo 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 3834506fb chore(deps): bump tokio from 1.45.0 to 1.45.1 in /bin/ofs
(#6240)
3834506fb is described below
commit 3834506fb74cbb50fd2e87cc40bac4a2a7df621a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 17 16:55:31 2025 +0800
chore(deps): bump tokio from 1.45.0 to 1.45.1 in /bin/ofs (#6240)
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/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 610cdd367..6c6caabe3 100644
--- a/bin/ofs/Cargo.lock
+++ b/bin/ofs/Cargo.lock
@@ -1963,9 +1963,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/ofs/Cargo.toml b/bin/ofs/Cargo.toml
index 739208fe4..8df6b390f 100644
--- a/bin/ofs/Cargo.toml
+++ b/bin/ofs/Cargo.toml
@@ -35,7 +35,7 @@ clap = { version = "4.5.21", features = ["derive", "env"] }
log = { version = "0.4.22" }
logforth = { version = "0.24.0", default-features = false }
opendal = { version = "0.53.0", path = "../../core" }
-tokio = { version = "1.37.0", features = [
+tokio = { version = "1.45.1", features = [
"fs",
"macros",
"rt-multi-thread",