Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Oct 2, 2024
1 parent 69a57db commit 2d06607
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 75 deletions.
86 changes: 15 additions & 71 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions services/appflowy-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ dotenvy = "0.15.0"
axum = "0.7.4"
thiserror = "1.0.58"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
tower-service = "0.3"
tower-http = { version = "0.5", features = ["cors", "fs"] }
tower = "0.4"
serde_repr = "0.1.18"
futures = "0.3.30"
infra.workspace = true
sqlx = { workspace = true, default-features = false, features = ["runtime-tokio-rustls", "macros", "postgres", "uuid", "chrono", "migrate"] }
tonic = "0.12.2"
secrecy = { version = "0.8", features = ["serde"] }
aws-sdk-s3 = { version = "1.36.0", features = [
"behavior-version-latest",
Expand Down

0 comments on commit 2d06607

Please sign in to comment.