Skip to content

Commit

Permalink
chore: deps changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shawakash committed Aug 27, 2024
1 parent 4ad01e5 commit b5bcfd2
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 19 deletions.
149 changes: 130 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ tokio = "1.39.1"
redis = "0.26.0"
deadpool-redis = "0.15.1"
r2d2_redis = "0.14.0"
rdkafka = "0.36.2"
1 change: 1 addition & 0 deletions crates/api/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use std::time::{Duration, SystemTime};

use db::fns::initialize_db_pool;
mod auth;
mod kafka;
mod middlewares;
mod redis;
mod route;
Expand Down

0 comments on commit b5bcfd2

Please sign in to comment.