From 8fc60e321b553bbcf0c161de4d9d97232eed4d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 21:12:05 +0000 Subject: [PATCH] cargo: bump stop-token from 0.6.0 to 0.6.1 Bumps [stop-token](https://github.com/async-rs/stop-token) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/async-rs/stop-token/releases) - [Commits](https://github.com/async-rs/stop-token/commits) --- updated-dependencies: - dependency-name: stop-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d30eb728..a8ba0d0d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1131,7 +1131,7 @@ dependencies = [ "sha-1", "sha2", "smallvec", - "stop-token 0.6.0", + "stop-token 0.6.1", "strum", "strum_macros", "surf", @@ -3566,9 +3566,9 @@ dependencies = [ [[package]] name = "stop-token" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712a613deafcef6cc22bbc41ca8dd8c401edf49ec0381054eab771a08249ff2e" +checksum = "3829f0fc642e19ef8a1072ba8e33139a385f609ba56761df501c5272a9704918" dependencies = [ "async-channel", "cfg-if 1.0.0",