Skip to content

Commit

Permalink
build(deps): bump prometheus-client from 0.22.3 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.22.3 to 0.23.0.
- [Release notes](https://github.com/prometheus/client_rust/releases)
- [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_rust@v0.22.3...v0.23.0)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 5af46e8 commit 4326cd4
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 18 deletions.
32 changes: 22 additions & 10 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a101fa3df488c89130664aaf4652986da49e204fb1725d089122f75b22ff6cbb"
dependencies = [
"prometheus-client",
"prometheus-client 0.22.3",
"tokio",
"tokio-metrics",
"tracing",
Expand Down Expand Up @@ -1261,7 +1261,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.0",
]

[[package]]
Expand Down Expand Up @@ -1381,7 +1381,7 @@ dependencies = [
"linkerd-transport-metrics",
"parking_lot",
"pin-project",
"prometheus-client",
"prometheus-client 0.23.0",
"quickcheck",
"regex",
"semver",
Expand Down Expand Up @@ -1520,7 +1520,7 @@ dependencies = [
"once_cell",
"parking_lot",
"pin-project",
"prometheus-client",
"prometheus-client 0.23.0",
"thiserror 2.0.11",
"tokio",
"tokio-rustls",
Expand Down Expand Up @@ -1774,7 +1774,7 @@ dependencies = [
"linkerd-stack",
"parking_lot",
"pin-project",
"prometheus-client",
"prometheus-client 0.23.0",
"thiserror 2.0.11",
"tokio",
]
Expand Down Expand Up @@ -1880,7 +1880,7 @@ dependencies = [
"linkerd-dns-name",
"linkerd-error",
"linkerd-metrics",
"prometheus-client",
"prometheus-client 0.23.0",
"thiserror 2.0.11",
"tracing",
"url",
Expand Down Expand Up @@ -2003,7 +2003,7 @@ dependencies = [
"linkerd-stack",
"linkerd-system",
"parking_lot",
"prometheus-client",
"prometheus-client 0.23.0",
"quickcheck",
"tokio",
"tracing",
Expand Down Expand Up @@ -2084,7 +2084,7 @@ dependencies = [
"linkerd-stack",
"linkerd-tracing",
"parking_lot",
"prometheus-client",
"prometheus-client 0.23.0",
"quickcheck",
"rand",
"tokio",
Expand Down Expand Up @@ -2140,7 +2140,7 @@ name = "linkerd-proxy-balance-gauge-endpoints"
version = "0.1.0"
dependencies = [
"linkerd-stack",
"prometheus-client",
"prometheus-client 0.23.0",
]

[[package]]
Expand All @@ -2157,7 +2157,7 @@ dependencies = [
"linkerd-tracing",
"parking_lot",
"pin-project",
"prometheus-client",
"prometheus-client 0.23.0",
"thiserror 2.0.11",
"tokio",
"tokio-stream",
Expand Down Expand Up @@ -3172,6 +3172,18 @@ dependencies = [
"prometheus-client-derive-encode",
]

[[package]]
name = "prometheus-client"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92f2b0cae6fd19ec4f2b6ded3f39ffcce7a8c8490b34aa406c27e2c855bdc97d"
dependencies = [
"dtoa",
"itoa",
"parking_lot",
"prometheus-client-derive-encode",
]

[[package]]
name = "prometheus-client-derive-encode"
version = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion linkerd/app/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ http-body = { workspace = true }
hyper = { workspace = true, features = ["deprecated", "http1", "http2"] }
futures = { version = "0.3", default-features = false }
ipnet = "2.10"
prometheus-client = "0.22"
prometheus-client = "0.23"
regex = "1"
serde_json = "1"
thiserror = "2"
Expand Down
2 changes: 1 addition & 1 deletion linkerd/app/outbound/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ linkerd2-proxy-api = { workspace = true, features = ["outbound"] }
once_cell = "1"
parking_lot = "0.12"
pin-project = "1"
prometheus-client = "0.22"
prometheus-client = "0.23"
thiserror = "2"
tokio = { version = "1", features = ["sync"] }
tonic = { workspace = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/http/prom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http = { workspace = true }
http-body = { workspace = true }
parking_lot = "0.12"
pin-project = "1"
prometheus-client = "0.22"
prometheus-client = "0.23"
thiserror = "2"
tokio = { version = "1", features = ["time"] }

Expand Down
2 changes: 1 addition & 1 deletion linkerd/identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
publish = false

[dependencies]
prometheus-client = "0.22"
prometheus-client = "0.23"
thiserror = "2"
tracing = "0.1"
url = "2.5.4"
Expand Down
2 changes: 1 addition & 1 deletion linkerd/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ linkerd-http-box = { path = "../http/box" }
linkerd-stack = { path = "../stack", optional = true }
linkerd-system = { path = "../system", optional = true }
parking_lot = "0.12"
prometheus-client = "0.22"
prometheus-client = "0.23"
tokio = { version = "1", features = ["time"] }
tracing = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion linkerd/pool/p2c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
ahash = "0.8"
futures = { version = "0.3", default-features = false }
indexmap = "2"
prometheus-client = "0.22"
prometheus-client = "0.23"
rand = { version = "0.8", features = ["small_rng"] }
tokio = { version = "1", features = ["rt", "sync", "time"] }
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion linkerd/proxy/balance/gauge-endpoints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ license = "Apache-2.0"
publish = false

[dependencies]
prometheus-client = "0.22"
prometheus-client = "0.23"

linkerd-stack = { path = "../../../stack" }
2 changes: 1 addition & 1 deletion linkerd/proxy/balance/queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
futures = { version = "0.3", default-features = false }
parking_lot = "0.12"
pin-project = "1"
prometheus-client = "0.22"
prometheus-client = "0.23"
thiserror = "2"
tokio = { version = "1", features = ["rt", "sync", "time"] }
tokio-util = "0.7"
Expand Down

0 comments on commit 4326cd4

Please sign in to comment.