brave / star-randsrv

Go wrapper service for the STAR randomness server.
Mozilla Public License 2.0
7 stars 5 forks source link

Update Rust crate metrics-exporter-prometheus to 0.13.0 #259

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
metrics-exporter-prometheus dependencies minor 0.12.2 -> 0.13.0

Release Notes

metrics-rs/metrics (metrics-exporter-prometheus) ### [`v0.13.0`](https://togithub.com/metrics-rs/metrics/compare/metrics-exporter-prometheus-v0.12.2...metrics-exporter-prometheus-v0.13.0) [Compare Source](https://togithub.com/metrics-rs/metrics/compare/metrics-exporter-prometheus-v0.12.2...metrics-exporter-prometheus-v0.13.0)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 10 months ago

âš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package metrics-exporter-prometheus@0.12.2 --precise 0.13.0
    Updating crates.io index
error: failed to select a version for the requirement `metrics-exporter-prometheus = "^0.12.0"`
candidate versions found which didn't match: 0.13.0
location searched: crates.io index
required by package `axum-prometheus v0.5.0`
    ... which satisfies dependency `axum-prometheus = "^0.5.0"` (locked to 0.5.0) of package `star-randsrv v0.2.0 (/tmp/renovate/repos/github/brave/star-randsrv)`
perhaps a crate was updated and forgotten to be re-vendored?
rillian commented 9 months ago

Our use of metrics-exporter-prometheus is just to import the return type of axum_prometheus::PrometheusMetricLayer::pair() so we can refer to it in a helper function. As such the versions need to be kept in sync.

I filed an issue upstream to see if we can drop the dep entirely in the future.

renovate[bot] commented 9 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.13.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.