buttplug-developer-guide
buttplug-developer-guide copied to clipboard
build(deps): Bump tokio from 1.21.2 to 1.23.1 in /examples/rust
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps tokio from 1.21.2 to 1.23.1.
Release notes
Sourced from tokio's releases.
Tokio v1.23.1
This release forward ports changes from 1.18.4.
Fixed
- net: fix Windows named pipe server builder to maintain option when toggling pipe mode (#5336).
Tokio v1.23.0
Fixed
- net: fix Windows named pipe connect (#5208)
- io: support vectored writes for
ChildStdin(#5216)- io: fix
async fn ready()false positive for OS-specific events (#5231)Changed
- runtime:
yield_nowdefers task until after driver poll (#5223)- runtime: reduce amount of codegen needed per spawned task (#5213)
- windows: replace
winapidependency withwindows-sys(#5204)#5208: tokio-rs/tokio#5208 #5216: tokio-rs/tokio#5216 #5213: tokio-rs/tokio#5213 #5204: tokio-rs/tokio#5204 #5223: tokio-rs/tokio#5223 #5231: tokio-rs/tokio#5231
Tokio v1.22.0
Added
- runtime: add
Handle::runtime_flavor(#5138)- sync: add
Mutex::blocking_lock_owned(#5130)- sync: add
Semaphore::MAX_PERMITS(#5144)- sync: add
merge()to semaphore permits (#4948)- sync: add
mpsc::WeakUnboundedSender(#5189)Added (unstable)
- process: add
Command::process_group(#5114)- runtime: export metrics about the blocking thread pool (#5161)
- task: add
task::id()andtask::try_id()(#5171)Fixed
- macros: don't take ownership of futures in macros (#5087)
- runtime: fix Stacked Borrows violation in
LocalOwnedTasks(#5099)- runtime: mitigate ABA with 32-bit queue indices when possible (#5042)
- task: wake local tasks to the local queue when woken by the same thread (#5095)
- time: panic in release mode when
mark_pendingcalled illegally (#5093)- runtime: fix typo in expect message (#5169)
... (truncated)
Commits
1a997ffchore: prepare Tokio v1.23.1 releasea8fe333Merge branch 'tokio-1.20.x' into tokio-1.23.xba81945chore: prepare Tokio 1.20.3 release763bdc9ci: run WASI tasks using latest Rust9f98535Merge remote-tracking branch 'origin/tokio-1.18.x' into fix-named-pipes-1.209241c3echore: prepare Tokio v1.18.4 release699573dnet: fix named pipes server configuration builder3ce5a26chore: prepare Tokio v1.23 release (#5270)644cb82rt: fix*_closedfalse positives (#5231)a1316cdio: implstd::io::BufReadonSyncIoBridge\<T>(#5265)- Additional commits viewable in compare view
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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.