[GH-ISSUE #164] Upgrade to Tokio 1.0 #58

Closed
opened 2026-02-27 20:22:52 +03:00 by kerem · 0 comments
Owner

Originally created by @marioortizmanero on GitHub (Dec 14, 2020).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/164

We can't upgrade to Tokio 1.0 yet because Reqwest is still stuck with Tokio 0.2. Any attempt to upgrade will fail, see https://github.com/ramsayleung/rspotify/pull/162. Both versions seem to be in conflict and won't work together at all. Here's the upstream issue we'll have to wait for: https://github.com/seanmonstar/reqwest/issues/1060.

Whenever we upgrade the dependency I'd like to specify its features rather than using features = ["full"]. We only need tokio = { version = "0.3.5", features = ["rt-multi-thread", "macros"] } for now.

Originally created by @marioortizmanero on GitHub (Dec 14, 2020). Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/164 We can't upgrade to Tokio 1.0 yet because Reqwest is still stuck with Tokio 0.2. Any attempt to upgrade will fail, see https://github.com/ramsayleung/rspotify/pull/162. Both versions seem to be in conflict and won't work together at all. Here's the upstream issue we'll have to wait for: https://github.com/seanmonstar/reqwest/issues/1060. Whenever we upgrade the dependency I'd like to specify its features rather than using `features = ["full"]`. We only need `tokio = { version = "0.3.5", features = ["rt-multi-thread", "macros"] }` for now.
kerem 2026-02-27 20:22:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#58
No description provided.