From b21dcd17b74e6ac322fc453eb0fe4d3035419768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 21:12:24 +0000 Subject: [PATCH] cargo: bump stop-token from 0.4.0 to 0.5.1 Bumps [stop-token](https://github.com/async-rs/stop-token) from 0.4.0 to 0.5.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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ca9c74d1..d7e5a2532 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1131,7 +1131,7 @@ dependencies = [ "sha-1", "sha2", "smallvec", - "stop-token 0.4.0", + "stop-token 0.5.1", "strum", "strum_macros", "surf", @@ -3566,11 +3566,12 @@ dependencies = [ [[package]] name = "stop-token" -version = "0.4.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c80d4c487de9d9c5acca69b90aee5ed6c4d208faa6364105b72ece3c881cf9f3" +checksum = "561eec821556b41afc80e8943d59ff72e5dc9876c364f26331293f2eb6c8e461" dependencies = [ "async-channel", + "cfg-if 1.0.0", "futures-core", "pin-project-lite", ] diff --git a/Cargo.toml b/Cargo.toml index a33224e02..6fc561976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ serde = { version = "1.0", features = ["derive"] } sha-1 = "0.9" sha2 = "0.9" smallvec = "1" -stop-token = "0.4" +stop-token = "0.5" strum = "0.22" strum_macros = "0.22" surf = { version = "2.3", default-features = false, features = ["h1-client"] }