4 Commits

2 changed files with 791 additions and 343 deletions

1130
Cargo.lock generated

File diff suppressed because it is too large Load Diff

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"]}