fix(service): Switch from flume to postage to fix out-of-order communication
This commit is contained in:
parent
490c6a6e8b
commit
8b4fbf441f
12 changed files with 156 additions and 208 deletions
|
|
@ -6,7 +6,6 @@ edition = "2018"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
flume = "0.10"
|
||||
freedesktop-desktop-entry = "0.3"
|
||||
futures_codec = "0.4"
|
||||
futures-lite = "1"
|
||||
|
|
@ -24,3 +23,4 @@ zvariant = "=2.6" # Restrict for 1.47
|
|||
ron = "0.6.4"
|
||||
urlencoding = "2.1.0"
|
||||
slab = "0.4.4"
|
||||
postage = "0.4.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue