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 dafdee162 chore(layers/prometheus-client): upgrade prometheus-client
dependency to v0.23.1 (#5576)
dafdee162 is described below
commit dafdee1628b8ba456d809f96ba9ef5372c25a796
Author: Qinxuan Chen <[email protected]>
AuthorDate: Sat Feb 8 15:56:23 2025 +0800
chore(layers/prometheus-client): upgrade prometheus-client dependency to
v0.23.1 (#5576)
Co-authored-by: Xuanwo <[email protected]>
---
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 0bda27178..92cd1a03c 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -6143,9 +6143,9 @@ dependencies = [
[[package]]
name = "prometheus-client"
-version = "0.22.3"
+version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "504ee9ff529add891127c4827eb481bd69dc0ebc72e9a682e187db4caa60c3ca"
+checksum = "cf41c1a7c32ed72abe5082fb19505b969095c12da9f5732a4bc9878757fd087c"
dependencies = [
"dtoa",
"itoa",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 0fea4cee3..669cc949c 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -384,7 +384,7 @@ opentelemetry = { version = "0.27", optional = true }
# for layers-prometheus
prometheus = { version = "0.13", features = ["process"], optional = true }
# for layers-prometheus-client
-prometheus-client = { version = "0.22.2", optional = true }
+prometheus-client = { version = "0.23.1", optional = true }
# for layers-tracing
tracing = { version = "0.1", optional = true }
# for layers-dtrace