Skip to content

Commit

Permalink
Bump async-std from 1.8.0 to 1.9.0 (use-ink#156)
Browse files Browse the repository at this point in the history
Bumps [async-std](https://github.com/async-rs/async-std) from 1.8.0 to 1.9.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.8.0...v1.9.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2021
1 parent f447e7b commit fb1d9f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 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 @@ -43,7 +43,7 @@ url = { version = "2.2.0", features = ["serde"] }
binaryen = "0.12.0"

# dependencies for optional extrinsics feature
async-std = { version = "1.8.0", optional = true }
async-std = { version = "1.9.0", optional = true }
sp-core = { version = "2.0.1", optional = true }
subxt = { version = "0.13.0", package = "substrate-subxt", optional = true }
futures = { version = "0.3.11", optional = true }
Expand Down

0 comments on commit fb1d9f8

Please sign in to comment.