cargo: bump stop-token from 0.2.0 to 0.4.0

Bumps [stop-token](https://github.com/async-rs/stop-token) from 0.2.0 to 0.4.0.
- [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-09 10:58:29 +00:00
committed by GitHub
parent 6e3c2fc839
commit 9f81a94d86
2 changed files with 14 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ serde = { version = "1.0", features = ["derive"] }
sha-1 = "0.9"
sha2 = "0.9"
smallvec = "1"
stop-token = "0.2"
stop-token = "0.4"
strum = "0.21"
strum_macros = "0.21"
surf = { version = "2.3", default-features = false, features = ["h1-client"] }