Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from mxinden/dependabot/cargo/async-std-1.12.0
Browse files Browse the repository at this point in the history
build(deps): bump async-std from 1.11.0 to 1.12.0
  • Loading branch information
mxinden authored Jun 20, 2022
2 parents 26ff1a2 + 12f8136 commit 167b6dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 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 @@ -14,7 +14,7 @@ libp2p = { version = "0.45", default-features = false, features = ["dns-async-st
structopt = "0.3.26"
futures = "0.3.21"
env_logger = "0.9.0"
async-std = { version = "1.11.0", features = ["attributes"] }
async-std = { version = "1.12.0", features = ["attributes"] }
ansi_term = "0.12.1"
log = "0.4"
thiserror = "1"

0 comments on commit 167b6dc

Please sign in to comment.