mio_unsupported_force_poll_poll and mio_unsupported_force_waker_pipeunsupported configuration flags to force a specific poll or waker
implementation
(tokio-rs/mio#1684,
tokio-rs/mio#1685,
tokio-rs/mio#1692).
Fixed
The pipe(2) based waker (swapped file descriptors)
(tokio-rs/mio#1722).
The duplicate waker check to work correctly with cloned Registrys.
(tokio-rs/mio#1706).
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the deps group with 13 updates:
4.4.6
4.4.7
1.0.189
1.0.190
0.8.2
0.8.6
0.21.4
0.21.5
0.3.28
0.3.29
0.3.28
0.3.29
0.3.28
0.3.29
0.3.28
0.3.29
0.8.8
0.8.9
0.38.20
0.38.21
0.9.25
0.9.27
3.8.0
3.8.1
0.7.9
0.7.10
Updates
clap
from 4.4.6 to 4.4.7Changelog
Sourced from clap's changelog.
Commits
9bfa5a3
chore: Release38b5a2f
chore: Releasee485448
docs: Update changelogf801a03
Merge pull request #5181 from alexcrichton/smaller-is-number9a9aabc
refactor: Reduce code size of testing tokens if they're a number1b84314
Merge pull request #5176 from epage/depdcced5a
chore: Bump completestf4319bc
Merge pull request #5174 from kpreid/patch-171c1e59
docs: Fix doc link toArg::trailing_var_arg
deebc1f
Merge pull request #5172 from epage/styleUpdates
serde
from 1.0.189 to 1.0.190Release notes
Sourced from serde's releases.
Commits
edb1a58
Release 1.0.19011c2917
Merge pull request #2637 from dtolnay/nansign6ba9c12
Float copysign does not exist in libcore yetd2fcc34
Ensure f32 deserialized from f64 and vice versa preserve NaN signa091a07
Add float NaN testsbb4135c
Fix unused imports8de84b7
Resolve get_first clippy lint9cdf332
Remove 'remember to update' reminder from Cargo.tomlUpdates
toml
from 0.8.2 to 0.8.6Commits
d5676a8
chore: Release5bdc0f7
docs: Update changelogb0ebb16
Merge pull request #643 from dtolnay-contrib/serdenan7b359a8
test: Add toml_edit floats test6ea0c1a
feat: Serialize NaN without sign (serde only)447624e
chore: Release47347e5
docs: Update changelogfd52d09
Merge pull request #642 from epage/sortddadd45
feat: Add Array::sort_byef689bc
chore: ReleaseUpdates
base64
from 0.21.4 to 0.21.5Changelog
Sourced from base64's changelog.
Commits
7f81baf
v0.21.595dda57
Merge pull request #255 from marshallpierce/mp/debugbda313a
Add Debug and Clone to general purpose Engine53a8737
Merge pull request #254 from marshallpierce/mp/ci-all-targetsc423b6e
CI for all targets w/o default features9eaf503
Merge pull request #253 from kpreid/features-and-build04451fb
Allowcargo test
to complete under any set of features.2ee1a00
no_std
import simplification.Updates
futures-core
from 0.3.28 to 0.3.29Release notes
Sourced from futures-core's releases.
Changelog
Sourced from futures-core's changelog.
Commits
86f2a6a
Release 0.3.29a40204d
Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...24cca65
AddTryAny
adaptere60a439
AddTryAll
adapter5051335
Remove unsafe code from AssertUnmoved60a86e1
Fix Sync impl of FuturesUnorderedf392082
Extend io::AsyncBufReadExt::lines example with invalid UTF-82f2ec39
Fix infinite loop caused by invalid UTF-8 bytes8570ea6
Fix unused_imports warning43c0c5f
Add tests forStreamExt::all
andStreamExt::any
Updates
futures-sink
from 0.3.28 to 0.3.29Release notes
Sourced from futures-sink's releases.
Changelog
Sourced from futures-sink's changelog.
Commits
86f2a6a
Release 0.3.29a40204d
Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...24cca65
AddTryAny
adaptere60a439
AddTryAll
adapter5051335
Remove unsafe code from AssertUnmoved60a86e1
Fix Sync impl of FuturesUnorderedf392082
Extend io::AsyncBufReadExt::lines example with invalid UTF-82f2ec39
Fix infinite loop caused by invalid UTF-8 bytes8570ea6
Fix unused_imports warning43c0c5f
Add tests forStreamExt::all
andStreamExt::any
Updates
futures-task
from 0.3.28 to 0.3.29Release notes
Sourced from futures-task's releases.
Changelog
Sourced from futures-task's changelog.
Commits
86f2a6a
Release 0.3.29a40204d
Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...24cca65
AddTryAny
adaptere60a439
AddTryAll
adapter5051335
Remove unsafe code from AssertUnmoved60a86e1
Fix Sync impl of FuturesUnorderedf392082
Extend io::AsyncBufReadExt::lines example with invalid UTF-82f2ec39
Fix infinite loop caused by invalid UTF-8 bytes8570ea6
Fix unused_imports warning43c0c5f
Add tests forStreamExt::all
andStreamExt::any
Updates
futures-util
from 0.3.28 to 0.3.29Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
86f2a6a
Release 0.3.29a40204d
Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...24cca65
AddTryAny
adaptere60a439
AddTryAll
adapter5051335
Remove unsafe code from AssertUnmoved60a86e1
Fix Sync impl of FuturesUnorderedf392082
Extend io::AsyncBufReadExt::lines example with invalid UTF-82f2ec39
Fix infinite loop caused by invalid UTF-8 bytes8570ea6
Fix unused_imports warning43c0c5f
Add tests forStreamExt::all
andStreamExt::any
Updates
mio
from 0.8.8 to 0.8.9Changelog
Sourced from mio's changelog.
Commits
e80c3b2
Release v0.8.9862786b
Fix importing of IoSourceState4034872
Add support for vita target8eb4010
Fix receiver and sender fd in pipe based waker9f21ce1
Enable sys::unix::pipe when using pipe based Wakere7a0685
Reuse pipe2 polyfill code808dbb0
Implement pipe2 for AIX605ba78
Add AIX operating system support8dd37c5
Skip MSRV test for macOS2856112
Run the MSRV CI check on more platformsUpdates
rustix
from 0.38.20 to 0.38.21Commits
cf2ad7f
chore: Release rustix version 0.38.214186613
Miscellaneous documentation cleanups.bde49f1
Adjust sockaddr lengths for illumos in more more place. (#904)b0a83ce
Add connect_unspec (#903)b01b482
Fix getsockopt zeroing memory (#901)36e3999
Fix a test failures on illumos. (#900)1ab21e6
Fix p{read,write}v{,v2}'s encoding of the offset argument on Linux. (#896)0b7ccf4
Miscellaneous documentation cleanups. (#894)3f338d8
Fix miscellaneous clippy lints. (#893)e2314b7
Fixrenameat_with
with flags on Android. (#892)Updates
serde_yaml
from 0.9.25 to 0.9.27Release notes
Sourced from serde_yaml's releases.
Commits
66ec2cf
Release 0.9.2723069f2
Merge pull request #394 from dtolnay/numbernan1cda03f
Destroy NaN signaling and payload too88c032f
Deterministically destroy sign of NaN when converted to Number22116b6
Expand from_float macro1e2a89c
Format PR 393 with rustfmt8032b5c
Release 0.9.26d07a63c
Merge pull request #393 from dtolnay/nansign13e2610
Pull in serde NaN fix8fa21e5
Add test of NaN sign when deserializing to primitiveUpdates
tempfile
from 3.8.0 to 3.8.1Changelog
Sourced from tempfile's changelog.
Commits
Updates
tokio-util
from 0.7.9 to 0.7.10Commits
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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show