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 208a4a095 chore(deps): bump tokio from 1.46.1 to 1.47.0 in /bin/oay
(#6466)
208a4a095 is described below
commit 208a4a095f38cec62b09017689c5b07690459c07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 2 14:49:33 2025 +0900
chore(deps): bump tokio from 1.46.1 to 1.47.0 in /bin/oay (#6466)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
-
[Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.46.1...tokio-1.47.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.47.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/oay/Cargo.lock | 24 +++++++++++++++++-------
bin/oay/Cargo.toml | 2 +-
2 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/bin/oay/Cargo.lock b/bin/oay/Cargo.lock
index b8bcca0ae..d90bb9cab 100644
--- a/bin/oay/Cargo.lock
+++ b/bin/oay/Cargo.lock
@@ -682,7 +682,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
- "socket2",
+ "socket2 0.5.9",
"tokio",
"tower-service",
"tracing",
@@ -1244,7 +1244,7 @@ dependencies = [
"quinn-udp",
"rustc-hash",
"rustls",
- "socket2",
+ "socket2 0.5.9",
"thiserror",
"tokio",
"tracing",
@@ -1281,7 +1281,7 @@ dependencies = [
"cfg_aliases",
"libc",
"once_cell",
- "socket2",
+ "socket2 0.5.9",
"tracing",
"windows-sys 0.59.0",
]
@@ -1618,6 +1618,16 @@ dependencies = [
"windows-sys 0.52.0",
]
+[[package]]
+name = "socket2"
+version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
+dependencies = [
+ "libc",
+ "windows-sys 0.59.0",
+]
+
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
@@ -1750,9 +1760,9 @@ checksum =
"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
-version = "1.46.1"
+version = "1.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
+checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
dependencies = [
"backtrace",
"bytes",
@@ -1761,9 +1771,9 @@ dependencies = [
"mio",
"pin-project-lite",
"slab",
- "socket2",
+ "socket2 0.6.0",
"tokio-macros",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
]
[[package]]
diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml
index 5ddf65e6d..a01962867 100644
--- a/bin/oay/Cargo.toml
+++ b/bin/oay/Cargo.toml
@@ -53,7 +53,7 @@ opendal = { version = "0.54.0", path = "../../core", features
= [
] }
quick-xml = { version = "0.38", features = ["serialize", "overlapped-lists"] }
serde = { version = "1", features = ["derive"] }
-tokio = { version = "1.45", features = [
+tokio = { version = "1.47", features = [
"fs",
"macros",
"rt-multi-thread",