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 5471370fc chore(deps): bump logforth from 0.24.0 to 0.26.1 in /bin/oay 
(#6385)
5471370fc is described below

commit 5471370fc245b37d52d2bb6421415752ff1236a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 12 19:32:05 2025 +0900

    chore(deps): bump logforth from 0.24.0 to 0.26.1 in /bin/oay (#6385)
    
    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/oay/Cargo.lock | 4 ++--
 bin/oay/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/oay/Cargo.lock b/bin/oay/Cargo.lock
index 06f0a848f..417d4e87d 100644
--- a/bin/oay/Cargo.lock
+++ b/bin/oay/Cargo.lock
@@ -931,9 +931,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/oay/Cargo.toml b/bin/oay/Cargo.toml
index 59f548672..8d8869fe7 100644
--- a/bin/oay/Cargo.toml
+++ b/bin/oay/Cargo.toml
@@ -47,7 +47,7 @@ dav-server = { version = "0.8", optional = true }
 dav-server-opendalfs = { version = "0.6.0", path = 
"../../integrations/dav-server", optional = true }
 futures-util = { version = "0.3.29", optional = true }
 log = { version = "0.4.27" }
-logforth = { version = "0.24.0", default-features = false }
+logforth = { version = "0.26.1", default-features = false }
 opendal = { version = "0.53.0", path = "../../core", features = [
   "services-fs",
 ] }

Reply via email to