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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-10-15 21:12:24 +00:00
committed by GitHub
parent 0caea85d16
commit b21dcd17b7
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View File

@@ -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",
]

View File

@@ -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"] }