Skip to content

Commit

Permalink
chore: remove unused dependencies (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham authored Nov 29, 2024
1 parent 9b572d0 commit 9c1118a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/apalis-redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,14 @@ redis = { version = "0.27", default-features = false, features = [
"connection-manager",
] }
serde = "1"
serde_json = "1"
log = "0.4.21"
chrono = { version = "0.4.38", default-features = false, features = [
"clock",
"serde",
] }
async-stream = "0.3.5"
futures = "0.3.30"
tokio = { version = "1", features = ["rt", "net"], optional = true }
async-std = { version = "1.13.0", optional = true }
async-trait = "0.1.80"
tower = "0.5"
thiserror = "2.0.0"


Expand Down

0 comments on commit 9c1118a

Please sign in to comment.