fix: bump prometheus 0.13->0.14 and bytes 1.11.0->1.11.1 (CVE-2025-53605, CVE-2026-25541)

This commit is contained in:
2026-02-24 11:35:41 +00:00
parent 04c806b659
commit 4ad802ce2f
2 changed files with 22 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ toml = "1.0"
uuid = { version = "1", features = ["v4"] }
bcrypt = "0.17"
base64 = "0.22"
prometheus = "0.13"
prometheus = "0.14"
lazy_static = "1.5"
httpdate = "1"
utoipa = { version = "5", features = ["axum_extras"] }