Skip to content

Commit

Permalink
Bump async-std from 1.7.0 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [async-std](https://github.com/async-rs/async-std) from 1.7.0 to 1.8.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.7.0...v1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 9, 2020
1 parent bffa44d commit 878eac3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async-channel = "1"
async-compat = "0.1"
async-compression = {version = "0.3", features = ["xz", "futures-bufread", "stream"]}
async-io = "1.3"
async-std = {version = "1.7.0", features = ["unstable", "attributes", "tokio03"]}
async-std = {version = "1.8.0", features = ["unstable", "attributes", "tokio03"]}
async-trait = "0.1"
async-tungstenite = {version = "0.10.0", features = ["async-std-runtime"]}
base64 = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion tremor-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matches = "0.1"
pretty_assertions = "0.6.1"

[dependencies]
async-std = {version = "1.7", features = ["unstable"]}
async-std = {version = "1.8", features = ["unstable"]}
clap = {version = "3.0.0-beta.2", features = ["yaml", "color"]}
clap_generate = "3.0.0-beta.2"
difference = "2"
Expand Down

0 comments on commit 878eac3

Please sign in to comment.