Skip to content

Commit

Permalink
fix: Remove unnecessary tokio 0.1 dependency (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Nov 15, 2023
1 parent 4b1db27 commit a471e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apalis-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ layers = [
]
sentry = ["sentry-core", "ulid/uuid", "uuid"]
prometheus = ["metrics", "metrics-exporter-prometheus"]
trace = ["tracing-futures/std-future", "tracing-futures/tokio"]
trace = ["tracing-futures/std-future"]
retry = ["tower/retry"]
timeout = ["tower/timeout"]
limit = ["tower/limit"]
Expand Down

0 comments on commit a471e06

Please sign in to comment.