diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-10 08:10:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 08:10:01 +0000 |
commit | dbc35b26f046e5313ed4f94cdeffdb8f712d5bfb (patch) | |
tree | df88514c35327fe69a905bf090209e0a8cec4503 | |
parent | 554af02ab44f6dc96b8ebc570cdb01708a5a44bb (diff) | |
download | servo-dbc35b26f046e5313ed4f94cdeffdb8f712d5bfb.tar.gz servo-dbc35b26f046e5313ed4f94cdeffdb8f712d5bfb.zip |
build(deps): bump tokio-sync from 0.1.6 to 0.1.8
Bumps [tokio-sync](https://github.com/tokio-rs/tokio) from 0.1.6 to 0.1.8.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.8/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-sync-0.1.6...tokio-0.1.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 59001b76b45..37bc9fe3a99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5888,9 +5888,9 @@ dependencies = [ [[package]] name = "tokio-sync" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7" +checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" dependencies = [ "fnv", "futures", |