Bump flume to v0.11.0 (#2384) (#2750)

This commit is contained in:
Adam Cigánek 2023-09-22 02:48:28 +02:00 committed by GitHub
parent 35ba8e2b93
commit c2c2b9a7ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

11
Cargo.lock generated
View file

@ -1282,14 +1282,13 @@ dependencies = [
[[package]]
name = "flume"
version = "0.10.13"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ceeb589a3157cac0ab8cc585feb749bd2cea5cb55a6ee802ad72d9fd38303da"
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
dependencies = [
"futures-core",
"futures-sink",
"pin-project",
"spin 0.9.3",
"spin 0.9.8",
]
[[package]]
@ -3050,9 +3049,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.3"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]

View file

@ -34,7 +34,7 @@ uuid = { workspace = true, optional = true }
url = { version = "2.2.2", default-features = false }
percent-encoding = "2.1.0"
flume = { version = "0.10.9", default-features = false, features = ["async"] }
flume = { version = "0.11.0", default-features = false, features = ["async"] }
atoi = "2.0"