mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #162] [CLOSED] Update tokio requirement from 0.2.22 to 0.3.5 #281
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/162
Author: @dependabot[bot]
Created: 11/30/2020
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/tokio-0.3.5📝 Commits (1)
82942d2Update tokio requirement from 0.2.22 to 0.3.5📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Cargo.toml(+1 -1)📄 Description
Updates the requirements on tokio to permit the latest version.
Commits
0854858chore: prepare v0.3.5 release (#3201)7707ba8io: add AsyncFd::with_interest (#3167)72d6346macros: #[tokio::main] can be used on non-main (#3199)a85fdb8runtime: test for shutdown_timeout(0) (#3196)c55d846util: add rt to tokio-util full feature (#3194)0acd06bruntime: fix shutdown_timeout(0) blocking (#3174)4912943signal: expose CtrlC stream on windows (#3186)5e406a7macros: fix outdated documentation (#3180)de33ee8time: replace 'ouClockTimeide' in internal docs with 'outside' (#3171)874fc33codec: add read_buffer_mut to FramedRead (#3166)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
rspotify#371