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 dd0ce3c13 chore(deps): bump logforth from 0.24.0 to 0.26.1 in /bin/ofs 
(#6355)
dd0ce3c13 is described below

commit dd0ce3c13827d39650c9859c09369bc8e461ecd4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 03:08:41 2025 +0900

    chore(deps): bump logforth from 0.24.0 to 0.26.1 in /bin/ofs (#6355)
    
    Bumps [logforth](https://github.com/fast/logforth) from 0.24.0 to 0.26.1.
    - [Changelog](https://github.com/fast/logforth/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/fast/logforth/compare/v0.24.0...v0.26.1)
    
    ---
    updated-dependencies:
    - dependency-name: logforth
      dependency-version: 0.26.1
      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/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 7a1c56cd2..880e2cf5a 100644
--- a/bin/ofs/Cargo.lock
+++ b/bin/ofs/Cargo.lock
@@ -1042,9 +1042,9 @@ checksum = 
"13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 
 [[package]]
 name = "logforth"
-version = "0.24.0"
+version = "0.26.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e7d12336d4771854b6fdbf75bab8257e62d4221d1f9d7187fc254b29aa3bd23b"
+checksum = "e16a0c5e66aa81bca950043fd9d5b226b8bfc96796b6e88643f59af725bfd449"
 dependencies = [
  "anyhow",
  "env_filter",
diff --git a/bin/ofs/Cargo.toml b/bin/ofs/Cargo.toml
index 4dd28f894..7e3a192eb 100644
--- a/bin/ofs/Cargo.toml
+++ b/bin/ofs/Cargo.toml
@@ -33,7 +33,7 @@ rust-version = "1.82"
 anyhow = { version = "1" }
 clap = { version = "4.5.40", features = ["derive", "env"] }
 log = { version = "0.4.22" }
-logforth = { version = "0.24.0", default-features = false }
+logforth = { version = "0.26.1", default-features = false }
 opendal = { version = "0.53.0", path = "../../core" }
 tokio = { version = "1.45.1", features = [
   "fs",

Reply via email to