fix(deps): update all dependencies

This commit is contained in:
2025-12-31 01:08:12 +00:00
parent 8463f4c737
commit a9e03aed97
4 changed files with 777 additions and 337 deletions

View File

@@ -29,9 +29,9 @@ axum = { version = "0.7.5", features = ["macros"] }
async-trait = "*"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
reqwest = {version = "0.12.4", features = ["json"]}
reqwest = {version = "0.13.0", features = ["json"]}
uuid = {version = "1.8.0", features = ["v4", "serde"]}
itertools = {version = "0.13.0"}
itertools = {version = "0.14.0"}
sled = "0.34.7"
chrono = {version = "0.4.38", features = ["serde"]}