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 7979dd7ab chore(deps): bump tower from 0.4.13 to 0.5.2 in /bin/oay
(#6407)
7979dd7ab is described below
commit 7979dd7abf729fdc4198ce45c1bb24a563f9bf3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 14 12:26:53 2025 +0900
chore(deps): bump tower from 0.4.13 to 0.5.2 in /bin/oay (#6407)
Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.2.
- [Release notes](https://github.com/tower-rs/tower/releases)
-
[Commits](https://github.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.2)
---
updated-dependencies:
- dependency-name: tower
dependency-version: 0.5.2
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>
Co-authored-by: Asuka Minato <[email protected]>
---
bin/oay/Cargo.lock | 21 +++------------------
bin/oay/Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 19 deletions(-)
diff --git a/bin/oay/Cargo.lock b/bin/oay/Cargo.lock
index 99072a399..3f45a0f31 100644
--- a/bin/oay/Cargo.lock
+++ b/bin/oay/Cargo.lock
@@ -98,7 +98,7 @@ dependencies = [
"serde_urlencoded",
"sync_wrapper",
"tokio",
- "tower 0.5.2",
+ "tower",
"tower-layer",
"tower-service",
"tracing",
@@ -1057,7 +1057,7 @@ dependencies = [
"serde",
"tokio",
"toml",
- "tower 0.4.13",
+ "tower",
]
[[package]]
@@ -1401,7 +1401,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tokio-util",
- "tower 0.5.2",
+ "tower",
"tower-service",
"url",
"wasm-bindgen",
@@ -1839,21 +1839,6 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
-[[package]]
-name = "tower"
-version = "0.4.13"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
-dependencies = [
- "futures-core",
- "futures-util",
- "pin-project",
- "pin-project-lite",
- "tower-layer",
- "tower-service",
- "tracing",
-]
-
[[package]]
name = "tower"
version = "0.5.2"
diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml
index e744f2ccc..febe9a60f 100644
--- a/bin/oay/Cargo.toml
+++ b/bin/oay/Cargo.toml
@@ -60,4 +60,4 @@ tokio = { version = "1.45", features = [
"io-std",
] }
toml = "0.9.2"
-tower = { version = "0.4", features = ["util"] }
+tower = { version = "0.5", features = ["util"] }