Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump async-std from 1.5.0 to 1.6.0 #107

Merged
merged 1 commit into from
May 27, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 25, 2020

Bumps async-std from 1.5.0 to 1.6.0.

Release notes

Sourced from async-std's releases.

v1.6.0

Added

  • Added task::spawn_local. (#757)
  • Added out of the box support for wasm. (#757)
  • Added JoinHandle::cancel (#757)
  • Added sync::Condvar (#369)
  • Added sync::Sender::try_send and sync::Receiver::try_recv (#585)
  • Added no_std support for task, future and stream (#680)
  • Added an environment variable to configure the thread pool size of the runtime. (#774)
  • Implement Clone for UnixStream (#772)

Changed

  • Switched underlying runtime to smol. (#757)
  • Switched implementation of sync::Barrier to use sync::Condvar like std does. (#581)
  • For wasm, switched underlying Timer implementation to futures-timer. (#776)

Fixed

  • Use smol::block_on to handle drop of File, avoiding nested executor panic. (#768)
  • Allow compilation on 32 bit targets, by using AtomicUsize for TaskId. (#756)
Changelog

Sourced from async-std's changelog.

[1.6.0] - 2020-05-22

See 1.6.0-beta.1 and 1.6.0-beta.2.

[1.6.0-beta.2] - 2020-05-19

Added

  • Added an environment variable to configure the thread pool size of the runtime. (#774)
  • Implement Clone for UnixStream (#772)

Changed

Fixed

  • Use smol::block_on to handle drop of File, avoiding nested executor panic. (#768)

[1.6.0-beta.1] - 2020-05-07

Added

  • Added task::spawn_local. (#757)
  • Added out of the box support for wasm. (#757)
  • Added JoinHandle::cancel (#757)
  • Added sync::Condvar (#369)
  • Added sync::Sender::try_send and sync::Receiver::try_recv (#585)
  • Added no_std support for task, future and stream (#680)

Changed

  • Switched underlying runtime to smol. (#757)
  • Switched implementation of sync::Barrier to use sync::Condvar like std does. (#581)

Fixed

  • Allow compilation on 32 bit targets, by using AtomicUsize for TaskId. (#756)
Commits
  • 6d2a43e Merge pull request #794 from async-rs/1-6-0
  • e1c8638 chore: release v1.6.0
  • 06eea42 feat: add PartialEq and Eq for channel Errors
  • 2521408 Merge pull request #791 from Licenser/patch-1
  • 6980640 Fix readme for BufRead
  • 955befd Merge pull request #790 from async-rs/1-6-0-beta-2
  • 70dac51 Merge pull request #729 from k-nasa/fix_doc_test
  • d30603a Merge branch 'master' into fix_doc_test
  • c9ecb5b prepare v1.6.0-beta.2
  • 9e6a76a feat: add env vars to configure the runtime threadpool size and name
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Bumps [async-std](https://github.com/async-rs/async-std) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/async-rs/async-std/releases)
- [Changelog](https://github.com/async-rs/async-std/blob/master/CHANGELOG.md)
- [Commits](async-rs/async-std@v1.5.0...v1.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/async-std-1.6.0 branch from 597445e to c9f4fa7 Compare May 27, 2020 17:13
@dependabot-preview dependabot-preview bot merged commit 0adcf85 into master May 27, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/async-std-1.6.0 branch May 27, 2020 18:18
svyatonik pushed a commit that referenced this pull request Jul 17, 2023
* Update to latest Substrate & Polkadot

* Replace --unsafe-rpc-export with --unsafe-rpc-external

* Add --rpc-methods=Unsafe

Documented in substrate 24486f52929e9e518eeccbc6ad6da70e9e5bdf8a

* typos

* more typo

* fixed rpc expose

* Disable the integration test

Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
serban300 pushed a commit to serban300/parity-bridges-common that referenced this pull request Mar 27, 2024
serban300 pushed a commit to serban300/parity-bridges-common that referenced this pull request Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants