rust-ipfs
rust-ipfs copied to clipboard
deps: bump async-channel from 1.9.0 to 2.3.1
Bumps async-channel from 1.9.0 to 2.3.1.
Release notes
Sourced from async-channel's releases.
v2.3.1
- Use the correct version of
async-channel
in our manifest. (#93)v2.3.0
- Add
force_send
for sending items over the channel that displace other items. (#89)v2.2.1
- Fix the CI badge in the
crates.io
page. (#84)v2.2.0
v2.1.1
- Bump
event-listener
to v4.0.0. (#73)v2.1.0
- Bump
futures-lite
to its latest version. (#70)v2.0.0
Changelog
Sourced from async-channel's changelog.
Version 2.3.1
- Use the correct version of
async-channel
in our manifest. (#93)Version 2.3.0
- Add
force_send
for sending items over the channel that displace other items. (#89)Version 2.2.1
- Fix the CI badge in the
crates.io
page. (#84)Version 2.2.0
Version 2.1.1
- Bump
event-listener
to v4.0.0. (#73)Version 2.1.0
- Bump
futures-lite
to its latest version. (#70)Version 2.0.0
Commits
1acd52b
v2.3.155513f9
Add minimal-versions check to CI43a2e7c
Update minimal concurrent-queue version to 2.514571d8
Use the reexported event-listener from event-listener-strategy (#91)5c4b849
v2.3.03fc1130
feat: Add a force send function790456a
v2.2.168a14ae
Fix CI badge inREADME.md
(#84)170a5b6
Merge pull request #81 from smol-rs/notgull/next67fa012
v2.2.0- 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 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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)