Skip to content

Commit 99a1f2e

Browse files
build(deps): 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](tikv/rust-prometheus@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] <[email protected]>
1 parent 6026fe0 commit 99a1f2e

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

Cargo.lock

Lines changed: 6 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tokio-stream = { version = "0.1.15", features = ["sync"] }
7979
tokio-retry = "0.3.0"
8080
toml = "0.8.15"
8181
url = "2.5.4"
82-
prometheus = "0.13.4"
82+
prometheus = "0.14.0"
8383
priority-queue = "2.3.1"
8484
tonic = { workspace = true }
8585
prost = { workspace = true }

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ serde = { workspace = true }
3737
shellexpand = "3.1.0"
3838
termcolor = "1.4.1"
3939
diesel = { workspace = true }
40-
prometheus = { version = "0.13.4", features = ["push"] }
40+
prometheus = { version = "0.14.0", features = ["push"] }
4141
json-structural-diff = { version = "0.2", features = ["colorize"] }

0 commit comments

Comments
 (0)