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 bc713ffbd chore(layer/fastmetrics): upgrade fastmetrics to v0.6.0
(#7135)
bc713ffbd is described below
commit bc713ffbd0f58d8154f02d511b1d94d7ea91e503
Author: Qinxuan Chen <[email protected]>
AuthorDate: Mon Jan 5 19:54:38 2026 +0800
chore(layer/fastmetrics): upgrade fastmetrics to v0.6.0 (#7135)
---
core/Cargo.lock | 10 +++++-----
core/layers/fastmetrics/Cargo.toml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/core/Cargo.lock b/core/Cargo.lock
index c285e40a3..27894c616 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -2915,17 +2915,17 @@ dependencies = [
[[package]]
name = "fastmetrics"
-version = "0.5.1"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad39315667dec65a72aecda931b38b811004177db7b9f8be7271104babe03b59"
+checksum = "06ad55eb18b0326516b75e7ff961ad85033154e82265e7819f77acf38a500acb"
dependencies = [
"anyhow",
"cfg-if",
- "dtoa",
"foldhash 0.2.0",
"itoa",
"parking_lot 0.12.5",
"paste",
+ "zmij",
]
[[package]]
@@ -11915,6 +11915,6 @@ dependencies = [
[[package]]
name = "zmij"
-version = "1.0.6"
+version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aac060176f7020d62c3bcc1cdbcec619d54f48b07ad1963a3f80ce7a0c17755f"
+checksum = "30e0d8dffbae3d840f64bda38e28391faef673a7b5a6017840f2a106c8145868"
diff --git a/core/layers/fastmetrics/Cargo.toml
b/core/layers/fastmetrics/Cargo.toml
index 322a88e37..8d8eba921 100644
--- a/core/layers/fastmetrics/Cargo.toml
+++ b/core/layers/fastmetrics/Cargo.toml
@@ -31,7 +31,7 @@ version = { workspace = true }
all-features = true
[dependencies]
-fastmetrics = "0.5.1"
+fastmetrics = "0.6"
opendal-core = { path = "../../core", version = "0.55.0", default-features =
false }
opendal-layer-observe-metrics-common = { path = "../observe-metrics-common",
version = "0.55.0", default-features = false }