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/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new a82439f03 build(deps): bump prometheus-client from 0.21.2 to 0.22.0
(#3694)
a82439f03 is described below
commit a82439f036c8447a07364f5201e3c594abe7d3d5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 1 10:16:12 2023 +0800
build(deps): bump prometheus-client from 0.21.2 to 0.22.0 (#3694)
Bumps [prometheus-client](https://github.com/prometheus/client_rust) from
0.21.2 to 0.22.0.
- [Release notes](https://github.com/prometheus/client_rust/releases)
-
[Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/prometheus/client_rust/compare/v0.21.2...v0.22.0)
---
updated-dependencies:
- dependency-name: prometheus-client
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>
---
Cargo.lock | 4 ++--
core/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index f7dba386d..f710aa9bb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5651,9 +5651,9 @@ dependencies = [
[[package]]
name = "prometheus-client"
-version = "0.21.2"
+version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2"
+checksum = "510c4f1c9d81d556458f94c98f857748130ea9737bbd6053da497503b26ea63c"
dependencies = [
"dtoa",
"itoa",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index a293781e3..5c71da150 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -269,7 +269,7 @@ percent-encoding = "2"
persy = { version = "1.4.4", optional = true }
pin-project = "1"
prometheus = { version = "0.13", features = ["process"], optional = true }
-prometheus-client = { version = "0.21.2", optional = true }
+prometheus-client = { version = "0.22.0", optional = true }
prost = { version = "0.11", optional = true }
quick-xml = { version = "0.30", features = ["serialize", "overlapped-lists"] }
r2d2 = { version = "0.8", optional = true }