Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled

This commit is contained in:
2024-10-02 14:13:28 +02:00
parent 5dc58f1418
commit a0368b6ec0
3 changed files with 55 additions and 30 deletions

View File

@@ -6,24 +6,24 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "1.19.0"
once_cell = "1.20.1"
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
tokio-util = { version = "0.7.12", features = ["compat"] }
tokio-stream = "0.1.16"
futures = "0.3.30"
axum = "0.7.5"
axum = "0.7.7"
axum-prometheus = "0.7.0"
tower = "0.5.1"
tower-http = { version = "0.5.2", features = ["trace"] }
tower-http = { version = "0.6.1", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
sentry-tracing = "0.34.0"
reqwest = { version = "0.12.7", features = ["json", "stream"] }
reqwest = { version = "0.12.8", features = ["json", "stream"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
@@ -39,7 +39,7 @@ strum_macros = "0.26.2"
base64 = "0.22.1"
textwrap = "0.16.1"
regex = "1.10.4"
regex = "1.11.0"
chrono = "0.4.38"
dateparser = "0.2.1"