Skip to content

Commit

Permalink
Persistence is now async
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan <[email protected]>
  • Loading branch information
ryan-s-roberts committed Jul 16, 2024
1 parent eef50c6 commit 552f78a
Show file tree
Hide file tree
Showing 38 changed files with 1,875 additions and 1,734 deletions.
556 changes: 350 additions & 206 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ criterion = { version = "0.5.1", features = ["async_futures", "async_tokio"] }
crossbeam = "^0.8"
custom_error = "1.9.2"
derivative = "2.2.0"
diesel = { version = "2.1", features = ["postgres", "uuid", "chrono", "r2d2"] }
diesel-async = { version = "0.4" }
diesel = { version = "^2.1", features = ["uuid", "chrono"] }
diesel-async = { version = "^0.4.1", features = ["postgres","deadpool","async-connection-wrapper","tokio"]}
diesel_migrations = { version = "2.1", features = ["postgres"] }
dotenvy = "0.15"
frame-benchmarking = "24.0.0"
Expand Down
1 change: 1 addition & 0 deletions crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ chrono = { workspace = true }
custom_error = { workspace = true }
derivative = { workspace = true }
diesel = { workspace = true }
diesel-async = { workspace = true }
diesel_migrations = { workspace = true }
futures = { workspace = true }
hex = { workspace = true }
Expand Down
Loading

0 comments on commit 552f78a

Please sign in to comment.