fix(deps): update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-09 16:05:18 +00:00
parent 5d58e87564
commit f284171f5a
4 changed files with 30 additions and 54 deletions

View File

@@ -13,5 +13,5 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
axum = { version = "0.7" }
serde_json = "1.0.116"
serde_json = "1.0.117"
itertools = "0.12.1"