This is an automated email from the ASF dual-hosted git repository.
junouyang 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 8dcab5c595 chore(deps): bump clap from 4.5.6 to 4.5.7 in /bin/ofs
(#4728)
8dcab5c595 is described below
commit 8dcab5c59531c7a36c0998c267552b67938b4277
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 13 17:11:40 2024 +0800
chore(deps): bump clap from 4.5.6 to 4.5.7 in /bin/ofs (#4728)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.6 to 4.5.7.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.6...v4.5.7)
---
updated-dependencies:
- dependency-name: clap
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 | 8 ++++----
bin/ofs/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/bin/ofs/Cargo.lock b/bin/ofs/Cargo.lock
index 4b5636cfbe..c710c04285 100644
--- a/bin/ofs/Cargo.lock
+++ b/bin/ofs/Cargo.lock
@@ -227,9 +227,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.6"
+version = "4.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9689a29b593160de5bc4aacab7b5d54fb52231de70122626c178e6a368994c7"
+checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
dependencies = [
"clap_builder",
"clap_derive",
@@ -237,9 +237,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.5.6"
+version = "4.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e5387378c84f6faa26890ebf9f0a92989f8873d4d380467bcd0d8d8620424df"
+checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
dependencies = [
"anstream",
"anstyle",
diff --git a/bin/ofs/Cargo.toml b/bin/ofs/Cargo.toml
index 3f831453a3..39e9870669 100644
--- a/bin/ofs/Cargo.toml
+++ b/bin/ofs/Cargo.toml
@@ -33,7 +33,7 @@ rust-version = "1.75"
anyhow = "1"
bytes = "1.5.0"
chrono = "0.4.34"
-clap = { version = "4.5.1", features = ["derive", "env"] }
+clap = { version = "4.5.7", features = ["derive", "env"] }
env_logger = "0.11.2"
fuse3 = { "version" = "0.7.2", "features" = ["tokio-runtime", "unprivileged"] }
fuse3_opendal = { version = "0.1.0", path = "../../integrations/fuse3" }