build(deps): bump futures-lite from 2.1.0 to 2.3.0
Bumps futures-lite from 2.1.0 to 2.3.0.
Release notes
Sourced from futures-lite's releases.
v2.3.0
- Add
StreamExt::drainfor draining objects from aStreamwithout waiting (#70).v2.2.0
Changelog
Sourced from futures-lite's changelog.
Version 2.3.0
- Add
StreamExt::drainfor draining objects from aStreamwithout waiting (#70).Version 2.2.0
Commits
cdf5d64v2.3.016333c5chore: Rename try_stream to drain531c73clint: Fix new nightly Clippy lintsd4230bdAdd a Stream::try_stream() method (#70)2e55568Release 2.2.07edb0e5Fix clippy::redundant_guards warningd6f2a9bMigrate to Rust 2021e6be4ddRelax MSRV to 1.6051908bdci: Use cargo-hack's --rust-version flag for msrv checkabb80b9feat: Implement size_hint for stream::Filter- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
Superseded by #322.