Skip to content

Commit

Permalink
build(deps): bump metrics-process from 2.3.1 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [metrics-process](https://github.com/lambdalisue/rs-metrics-process) from 2.3.1 to 2.4.0.
- [Commits](lambdalisue/rs-metrics-process@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: metrics-process
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 85f6ac4 commit 2f3308a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion repology-vulnupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clap = { version = "4.5.21", features = ["derive"] }
indoc = "2.0.5"
metrics = "0.24.0"
metrics-exporter-prometheus = { version = "0.16.0", default-features = false, features = ["http-listener"] }
metrics-process = { version = "2.3.1", features = ["use-gauge-on-cpu-seconds-total"] }
metrics-process = { version = "2.4.0", features = ["use-gauge-on-cpu-seconds-total"] }
reqwest = { version = "0.12.9", features = ["stream"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.133"
Expand Down
2 changes: 1 addition & 1 deletion repology-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ itertools = "0.13.0"
libversion = { path = "../libversion" }
metrics = "0.24.0"
metrics-exporter-prometheus = { version = "0.16.0", default-features = false, features = ["http-listener"] }
metrics-process = { version = "2.3.1", features = ["use-gauge-on-cpu-seconds-total"] }
metrics-process = { version = "2.4.0", features = ["use-gauge-on-cpu-seconds-total"] }
mime = "0.3.17"
num-traits = "0.2.19"
repology-common = { path = "../repology-common" }
Expand Down

0 comments on commit 2f3308a

Please sign in to comment.