From 59c9df68b5ca7cd9bc27ffd7095deb22b57e8d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:37:03 +0000 Subject: [PATCH] Bump prometheus from 0.13.4 to 0.14.0 Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.4 to 0.14.0. - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](https://github.com/tikv/rust-prometheus/compare/v0.13.4...v0.14.0) --- updated-dependencies: - dependency-name: prometheus dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 99 ++++++++++++++++++++++++------------ crates/key-server/Cargo.toml | 2 +- crates/seal-proxy/Cargo.toml | 2 +- 3 files changed, 69 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5cc6bb1..03aa5eb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1685,7 +1685,7 @@ dependencies = [ "mysten-network", "nom", "parking_lot 0.12.4", - "prometheus", + "prometheus 0.13.4", "prost 0.13.4", "quinn-proto", "rand 0.8.5", @@ -4512,7 +4512,7 @@ dependencies = [ "mvr-types", "mysten-service", "once_cell", - "prometheus", + "prometheus 0.14.0", "prometheus-closure-metric", "prost-types 0.14.1", "rand 0.8.5", @@ -5802,7 +5802,7 @@ dependencies = [ "futures", "once_cell", "parking_lot 0.12.4", - "prometheus", + "prometheus 0.13.4", "prometheus-closure-metric", "scopeguard", "simple-server-timing-header", @@ -5832,7 +5832,7 @@ dependencies = [ "multiaddr", "once_cell", "pin-project-lite", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "rustls", "serde", @@ -5856,7 +5856,7 @@ dependencies = [ "anyhow", "axum 0.8.4", "mysten-metrics", - "prometheus", + "prometheus 0.13.4", "serde", "simple-server-timing-header", "telemetry-subscribers", @@ -6989,18 +6989,33 @@ dependencies = [ "lazy_static", "memchr", "parking_lot 0.12.4", - "protobuf", + "protobuf 2.28.0", "thiserror 1.0.69", ] +[[package]] +name = "prometheus" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a" +dependencies = [ + "cfg-if", + "fnv", + "lazy_static", + "memchr", + "parking_lot 0.12.4", + "protobuf 3.7.2", + "thiserror 2.0.12", +] + [[package]] name = "prometheus-closure-metric" version = "0.1.0" source = "git+https://github.com/mystenlabs/sui?rev=22642cf#22642cfb2c813024ab2b137ae6a01cf038a6a0fd" dependencies = [ "anyhow", - "prometheus", - "protobuf", + "prometheus 0.13.4", + "protobuf 2.28.0", ] [[package]] @@ -7150,6 +7165,26 @@ dependencies = [ "bytes", ] +[[package]] +name = "protobuf" +version = "3.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4" +dependencies = [ + "once_cell", + "protobuf-support", + "thiserror 1.0.69", +] + +[[package]] +name = "protobuf-support" +version = "3.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6" +dependencies = [ + "thiserror 1.0.69", +] + [[package]] name = "psm" version = "0.1.24" @@ -8157,10 +8192,10 @@ dependencies = [ "headers", "itertools 0.14.0", "once_cell", - "prometheus", + "prometheus 0.14.0", "prost 0.12.6", "prost-types 0.14.1", - "protobuf", + "protobuf 2.28.0", "reqwest 0.12.15", "serde", "serde_json", @@ -8658,7 +8693,7 @@ dependencies = [ "move-bytecode-utils", "move-core-types", "once_cell", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "serde", "shared-crypto", @@ -9181,7 +9216,7 @@ dependencies = [ "nonzero_ext", "object_store", "once_cell", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "reqwest 0.12.15", "serde", @@ -9245,7 +9280,7 @@ dependencies = [ "once_cell", "parking_lot 0.12.4", "pin-project-lite", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "rayon", "reqwest 0.12.15", @@ -9326,7 +9361,7 @@ dependencies = [ "notify", "object_store", "once_cell", - "prometheus", + "prometheus 0.13.4", "serde", "serde_json", "sui-protocol-config", @@ -9457,7 +9492,7 @@ dependencies = [ "fastcrypto", "move-binary-format", "move-core-types", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "serde", "serde_with", @@ -9525,7 +9560,7 @@ dependencies = [ "move-core-types", "mysten-metrics", "object_store", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "rayon", "regex", @@ -9582,7 +9617,7 @@ dependencies = [ "diesel_migrations", "futures", "pin-project-lite", - "prometheus", + "prometheus 0.13.4", "reqwest 0.12.15", "scoped-futures", "serde", @@ -9621,7 +9656,7 @@ dependencies = [ "anyhow", "axum 0.8.4", "clap", - "prometheus", + "prometheus 0.13.4", "prometheus-closure-metric", "sui-pg-db", "tokio", @@ -9676,7 +9711,7 @@ dependencies = [ "move-package", "mysten-metrics", "once_cell", - "prometheus", + "prometheus 0.13.4", "serde", "serde_json", "shared-crypto", @@ -9715,7 +9750,7 @@ dependencies = [ "jsonrpsee", "mysten-metrics", "once_cell", - "prometheus", + "prometheus 0.13.4", "sui-json", "sui-json-rpc-types", "sui-open-rpc", @@ -9803,7 +9838,7 @@ dependencies = [ "anyhow", "fastcrypto", "mysten-metrics", - "prometheus", + "prometheus 0.13.4", "reqwest 0.12.15", "serde", "snap", @@ -9958,7 +9993,7 @@ dependencies = [ "mysten-common", "mysten-metrics", "mysten-network", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "serde", "shared-crypto", @@ -10010,7 +10045,7 @@ dependencies = [ "mysten-network", "mysten-service", "parking_lot 0.12.4", - "prometheus", + "prometheus 0.13.4", "reqwest 0.12.15", "serde", "sui-config", @@ -10231,7 +10266,7 @@ dependencies = [ "move-binary-format", "move-core-types", "mysten-network", - "prometheus", + "prometheus 0.13.4", "prost 0.13.4", "prost-types 0.13.4", "rand 0.8.5", @@ -10388,7 +10423,7 @@ dependencies = [ "integer-encoding", "num_enum", "object_store", - "prometheus", + "prometheus 0.13.4", "serde", "serde_json", "sui-config", @@ -10444,7 +10479,7 @@ dependencies = [ "object_store", "parking_lot 0.12.4", "percent-encoding", - "prometheus", + "prometheus 0.13.4", "reqwest 0.12.15", "serde", "serde_json", @@ -10471,7 +10506,7 @@ dependencies = [ "futures", "mysten-metrics", "mysten-network", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "sui-config", "sui-macros", @@ -10500,7 +10535,7 @@ dependencies = [ "fastcrypto", "move-bytecode-utils", "mysten-common", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "serde", "serde_with", @@ -10640,7 +10675,7 @@ dependencies = [ "p384", "parking_lot 0.12.4", "passkey-types", - "prometheus", + "prometheus 0.13.4", "proptest", "proptest-derive", "prost 0.13.4", @@ -10903,7 +10938,7 @@ dependencies = [ "opentelemetry-otlp", "opentelemetry-proto", "opentelemetry_sdk", - "prometheus", + "prometheus 0.13.4", "prost 0.13.4", "tokio", "tonic 0.12.3", @@ -10985,7 +11020,7 @@ dependencies = [ "jsonrpsee", "move-binary-format", "mysten-common", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "sui-config", "sui-core", @@ -11916,7 +11951,7 @@ dependencies = [ "mysten-common", "mysten-metrics", "once_cell", - "prometheus", + "prometheus 0.13.4", "rand 0.8.5", "rocksdb", "serde", diff --git a/crates/key-server/Cargo.toml b/crates/key-server/Cargo.toml index 133c369b..cf8979c0 100644 --- a/crates/key-server/Cargo.toml +++ b/crates/key-server/Cargo.toml @@ -29,7 +29,7 @@ axum = { version = "0.8", features = ["macros"] } tower-http = { version = "0.6.6", features = ["cors", "limit"] } crypto = { path = "../crypto" } tap = "1.0.1" -prometheus = "0.13.3" +prometheus = "0.14.0" anyhow = "1.0.79" once_cell = "1.20.2" chrono = "0.4.39" diff --git a/crates/seal-proxy/Cargo.toml b/crates/seal-proxy/Cargo.toml index b09312c1..ca4b89ed 100644 --- a/crates/seal-proxy/Cargo.toml +++ b/crates/seal-proxy/Cargo.toml @@ -21,7 +21,7 @@ git-version = "0.3.9" headers = "0.4" itertools.workspace = true once_cell = "1.21.3" -prometheus = "0.13.4" +prometheus = "0.14.0" prost = "0.12" prost-types = { workspace = true } protobuf = {version = "2.28", features = ["with-bytes"]}