chore(deps): update all dependencies
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-01-19 01:11:10 +00:00
parent 5b07fd48bb
commit cd74fbcf0b
2 changed files with 62 additions and 84 deletions

View File

@@ -25,13 +25,13 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4.5.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
axum = { version = "0.7.5", features = ["macros"] }
axum = { version = "0.8.0", features = ["macros"] }
async-trait = "*"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
reqwest = {version = "0.12.4", 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"]}