This is an automated email from the ASF dual-hosted git repository.

xuanwo 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 e5d907225 chore(layers/fastmetrics): upgrade fastmetrics dependency to 
v0.4 (#6534)
e5d907225 is described below

commit e5d907225d3f014279c8a404d48e4f65ac1fbfad
Author: Qinxuan Chen <koushiro....@gmail.com>
AuthorDate: Tue Aug 26 01:17:34 2025 +0800

    chore(layers/fastmetrics): upgrade fastmetrics dependency to v0.4 (#6534)
---
 core/Cargo.lock | 4 ++--
 core/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/Cargo.lock b/core/Cargo.lock
index eab8aacf8..23a2e1d49 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -2913,9 +2913,9 @@ dependencies = [
 
 [[package]]
 name = "fastmetrics"
-version = "0.3.0"
+version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "553e4250df074aee64ea2194037451e5506c205b8b9d14345d8cf026d696b39e"
+checksum = "eac771a461b9a329e634c75e6590ee56a045362b53f657be2287398ae9171ddd"
 dependencies = [
  "cfg-if",
  "dtoa",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 749d74b06..3db972936 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -400,7 +400,7 @@ prometheus = { version = "0.14", features = ["process"], 
optional = true }
 # for layers-prometheus-client
 prometheus-client = { version = "0.23.1", optional = true }
 # for fastmetrics
-fastmetrics = { version = "0.3.0", optional = true }
+fastmetrics = { version = "0.4.0", optional = true }
 # for layers-tracing
 tracing = { version = "0.1", optional = true }
 # for layers-dtrace

Reply via email to