fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2026-02-26 01:22:53 +00:00
parent 92e0cc8ad4
commit e40f91a5a1
4 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ cynic = { version = "3.9.1", optional = true, features = [
"reqwest",
"serde_json",
] }
reqwest = { version = "0.12.11", optional = true, features = ["json"] }
reqwest = { version = "0.13.0", optional = true, features = ["json"] }
axum = { workspace = true, optional = true, features = ["macros"] }
serde_json = { version = "1.0.134", optional = true }