chore(deps): update rust crate rocket_prometheus to 0.11.0

This commit is contained in:
stoat-release[bot]
2026-08-28 12:48:34 +00:00
committed by GitHub
parent b47e32f5c0
commit c30719193a
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@@ -6585,16 +6585,16 @@ dependencies = [
[[package]]
name = "prometheus"
version = "0.13.4"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
dependencies = [
"cfg-if",
"fnv",
"lazy_static",
"memchr",
"parking_lot",
"thiserror 1.0.69",
"thiserror 2.0.18",
]
[[package]]
@@ -7941,9 +7941,9 @@ dependencies = [
[[package]]
name = "rocket_prometheus"
version = "0.10.1"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f429d654a6854abef0a5361235e847b6552d5d989c2fc8a312ba4aebd8837f"
checksum = "ab21038366eb74ba5df3fa6295aadea5176dfc6861bd2b8a16e75b27b901eddb"
dependencies = [
"prometheus",
"rocket",

View File

@@ -120,7 +120,7 @@ rocket_empty = "0.1.1"
revolt_rocket_okapi = "0.10.0"
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", rev = "072d90359b23e9b291df6b672c07c93de9c46011" }
rocket_authifier = "1.0.16"
rocket_prometheus = "0.10.0-rc.3"
rocket_prometheus = "0.11.0"
# Spec Generation
utoipa = "4.2.3"