This commit is contained in:
2023-06-21 12:48:45 +02:00
parent b62e659576
commit c94d0be2ed
3 changed files with 10 additions and 6 deletions

View File

@@ -28,4 +28,4 @@ sentry = "0.31.3"
lazy_static = "1.4.0"
moka = { version = "0.11.1", features = ["future"] }
axum = "0.6.18"
smallvec = "1.10.0"
smallvec = { version = "1.10.0", features = ["serde"] }