mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
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:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -1131,7 +1131,7 @@ dependencies = [
|
|||||||
"sha-1",
|
"sha-1",
|
||||||
"sha2",
|
"sha2",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"stop-token 0.4.0",
|
"stop-token 0.5.1",
|
||||||
"strum",
|
"strum",
|
||||||
"strum_macros",
|
"strum_macros",
|
||||||
"surf",
|
"surf",
|
||||||
@@ -3566,11 +3566,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stop-token"
|
name = "stop-token"
|
||||||
version = "0.4.0"
|
version = "0.5.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c80d4c487de9d9c5acca69b90aee5ed6c4d208faa6364105b72ece3c881cf9f3"
|
checksum = "561eec821556b41afc80e8943d59ff72e5dc9876c364f26331293f2eb6c8e461"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-channel",
|
"async-channel",
|
||||||
|
"cfg-if 1.0.0",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
sha-1 = "0.9"
|
sha-1 = "0.9"
|
||||||
sha2 = "0.9"
|
sha2 = "0.9"
|
||||||
smallvec = "1"
|
smallvec = "1"
|
||||||
stop-token = "0.4"
|
stop-token = "0.5"
|
||||||
strum = "0.22"
|
strum = "0.22"
|
||||||
strum_macros = "0.22"
|
strum_macros = "0.22"
|
||||||
surf = { version = "2.3", default-features = false, features = ["h1-client"] }
|
surf = { version = "2.3", default-features = false, features = ["h1-client"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user