v1.0.1 changes #11

Manually merged
Raven merged 54 commits from betterauth into main 2025-03-21 23:36:08 -04:00
Showing only changes of commit c85c769646 - Show all commits

View File

@@ -17,14 +17,8 @@ dotenv = "0.15"
tracing = "0.1" tracing = "0.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] }
prost = "0.13.3" prost = "0.13.3"
prost-types = "0.13.3"
redis = "0.27.5"
deadpool-redis = "0.18.0"
serde_json = "1.0.133" serde_json = "1.0.133"
async-trait = "0.1.83" async-trait = "0.1.83"
mockall = "0.13.1"
reqwest = { version = "0.12.9", features = ["json"] }
warp = "0.3.7"
utils = { path = "../utils" } utils = { path = "../utils" }
[build-dependencies] [build-dependencies]