chore: drop async-fn-stream for cosmic::iced_futures::stream::channel

This commit is contained in:
Michael Aaron Murphy 2026-01-10 03:48:49 +01:00 committed by Michael Murphy
parent 0de9c33822
commit d2d0b51da6
13 changed files with 176 additions and 166 deletions

12
Cargo.lock generated
View file

@ -467,17 +467,6 @@ dependencies = [
"slab",
]
[[package]]
name = "async-fn-stream"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4ba0c4baf81a0d8ab31618ffa3ae29ceeb970a6d0d82f76130753462e39d0ea"
dependencies = [
"futures-util",
"pin-project-lite",
"smallvec",
]
[[package]]
name = "async-io"
version = "1.13.0"
@ -1676,7 +1665,6 @@ dependencies = [
"accounts-zbus",
"anyhow",
"ashpd 0.12.0",
"async-fn-stream",
"bluez-zbus",
"chrono",
"clap",