Update deps

This commit is contained in:
2023-09-22 19:24:18 +02:00
parent aca73a3d80
commit c73fa8f040
4 changed files with 85 additions and 216 deletions

View File

@@ -17,15 +17,15 @@ strum = "0.25.0"
strum_macros = "0.25.2"
futures = "0.3.28"
base64 = "0.21.4"
tokio-util = { version = "0.7.8", features = ["compat"] }
tokio-util = { version = "0.7.9", features = ["compat"] }
textwrap = "0.16.0"
regex = "1.9.5"
chrono = "0.4.30"
chrono = "0.4.31"
dateparser = "0.2.0"
sentry = { version = "0.31.6", features = ["debug-images"] }
moka = { version = "0.11.3", features = ["future"] }
sentry = { version = "0.31.7", features = ["debug-images"] }
moka = { version = "0.12.0", features = ["future"] }
axum = "0.6.20"
smallvec = { version = "1.11.0", features = ["serde"] }
smallvec = { version = "1.11.1", features = ["serde"] }
smartstring = { version = "1.0.1", features = ["serde"] }
tokio-stream = "0.1.14"
tracing = "0.1.37"