PoiScript / orgize

A Rust library for parsing org-mode files.
https://poiscript.github.io/orgize/
MIT License
278 stars 34 forks source link

build(deps): update futures-preview requirement from =0.3.0-alpha.18 to =0.3.0-alpha.19 #3

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on futures-preview to permit the latest version.

Release notes *Sourced from [futures-preview's releases](https://github.com/rust-lang-nursery/futures-rs/releases).* > ## 0.3.0-alpha.18 > * Rewrote `join!` and `try_join!` as procedural macros to allow passing expressions ([#1783](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1783)) > * Banned manual implementation of `TryFuture` and `TryStream` for forward compatibility. See [#1776](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1776) for more details. ([#1777](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1777)) > * Changed `AsyncReadExt::read_to_end` to return the total number of bytes read ([#1721](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1721)) > * Changed `ArcWake::into_waker` to a free function `waker` ([#1676](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1676)) > * Supported trailing commas in macros ([#1733](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1733)) > * Removed futures-channel dependency from futures-executor ([#1735](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1735)) > * Supported `channel::oneshot` in no_std environment ([#1749](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1749)) > * Added `Future` bounds to `FusedFuture` ([#1779](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1779)) > * Added `Stream` bounds to `FusedStream` ([#1779](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1779)) > * Changed `StreamExt::boxed` to return `BoxStream` ([#1780](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1780)) > * Added `StreamExt::boxed_local` ([#1780](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1780)) > * Added `AsyncReadExt::read_to_string` ([#1721](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1721)) > * Implemented `AsyncWrite` for `IntoAsyncRead` ([#1734](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1734)) > * Added get_ref, get_mut and into_inner methods to `Compat01As03` and `Compat01As03Sink` ([#1705](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1705)) > * Added `ThreadPool::{spawn_ok, spawn_obj_ok}` ([#1750](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1750)) > * Added `TryStreamExt::try_flatten` ([#1731](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1731)) > * Added `FutureExt::now_or_never` ([#1747](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1747))
Changelog *Sourced from [futures-preview's changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md).* > # 0.3.0-alpha.18 - 2019-8-9 > * Rewrote `join!` and `try_join!` as procedural macros to allow passing expressions ([#1783](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1783)) > * Banned manual implementation of `TryFuture` and `TryStream` for forward compatibility. See [#1776](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1776) for more details. ([#1777](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1777)) > * Changed `AsyncReadExt::read_to_end` to return the total number of bytes read ([#1721](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1721)) > * Changed `ArcWake::into_waker` to a free function `waker` ([#1676](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1676)) > * Supported trailing commas in macros ([#1733](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1733)) > * Removed futures-channel dependency from futures-executor ([#1735](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1735)) > * Supported `channel::oneshot` in no_std environment ([#1749](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1749)) > * Added `Future` bounds to `FusedFuture` ([#1779](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1779)) > * Added `Stream` bounds to `FusedStream` ([#1779](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1779)) > * Changed `StreamExt::boxed` to return `BoxStream` ([#1780](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1780)) > * Added `StreamExt::boxed_local` ([#1780](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1780)) > * Added `AsyncReadExt::read_to_string` ([#1721](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1721)) > * Implemented `AsyncWrite` for `IntoAsyncRead` ([#1734](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1734)) > * Added get_ref, get_mut and into_inner methods to `Compat01As03` and `Compat01As03Sink` ([#1705](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1705)) > * Added `ThreadPool::{spawn_ok, spawn_obj_ok}` ([#1750](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1750)) > * Added `TryStreamExt::try_flatten` ([#1731](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1731)) > * Added `FutureExt::now_or_never` ([#1747](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1747)) > > # 0.3.0-alpha.17 - 2019-7-3 > * Removed `try_ready!` macro in favor of `ready!(..)?`. ([#1602](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1602)) > * Removed `io::Window::{set_start, set_end}` in favor of `io::Window::set`. ([#1667](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1667)) > * Re-exported `pin_utils::pin_mut!` macro. ([#1686](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1686)) > * Made all extension traits unnamed in the prelude. ([#1662](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1662)) > * Allowed `?Sized` types in some methods and structs. ([#1647](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1647)) > * Added `Send + Sync` bounds to `ArcWake` trait to fix unsoundness. ([#1654](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1654)) > * Changed `AsyncReadExt::copy_into` to consume `self`. ([#1674](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1674)) > * Renamed `future::empty` to `pending`. ([#1689](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1689)) > * Added `#[must_use]` to some combinators. ([#1600](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1600)) > * Added `AsyncWriteExt::{write, write_vectored}`. ([#1612](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1612)) > * Added `AsyncReadExt::read_vectored`. ([#1612](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1612)) > * Added `TryFutureExt::try_poll_unpin`. ([#1613](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1613)) > * Added `TryFutureExt::try_flatten_stream`. ([#1618](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1618)) > * Added `io::BufWriter`. ([#1608](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1608)) > * Added `Sender::same_receiver` and `UnboundedSender::same_receiver`. ([#1617](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1617)) > * Added `future::try_select`. ([#1622](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1622)) > * Added `TryFutureExt::{inspect_ok, inspect_err}`. ([#1630](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1630)) > * Added `Compat::get_ref`. ([#1648](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1648)) > * Added `io::Window::set`. ([#1667](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1667)) > * Added `AsyncWriteExt::into_sink`. ([#1675](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1675)) > * Added `AsyncBufReadExt::copy_buf_into`. ([#1674](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1674)) > * Added `stream::pending`. ([#1689](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1689)) > * Implemented `std::error::Error` for `SpawnError`. ([#1604](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1604)) > * Implemented `Stream` for `FlattenSink`. ([#1651](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1651)) > * Implemented `Sink` for `TryFlattenStream`. ([#1651](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1651)) > * Implemented `AsyncRead`, `AsyncWrite`, `AsyncSeek`, `AsyncBufRead`, `FusedFuture` and `FusedStream` for Either. ([#1695](https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/1695)) > * Replaced empty enums with `Never` type, an alias for `core::convert::Infallible`. > * Removed the `futures-channel` dependency from `futures-sink` and make `futures-sink` > an optional dependency of `futures-channel`. > * Renamed `Sink::SinkError` to `Sink::Error`. > ... (truncated)
Commits - See full diff in [compare view](https://github.com/rust-lang-nursery/futures-rs/compare/0.3.0-alpha.18...0.3.0-alpha.18)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like futures-preview is no longer a dependency, so this is no longer needed.