Browse Source
Don't use tokio feature from xtra
Prefer using our FutureExt to enforce keeping RemoteHandles to prevent zombie
tasks.
rollover-test-2
Mariusz Klochowicz
3 years ago
No known key found for this signature in database
GPG Key ID: 470C865699C8D4D
2 changed files with
1 additions and
2 deletions
-
Cargo.lock
-
daemon/Cargo.toml
|
|
@ -3826,7 +3826,6 @@ dependencies = [ |
|
|
|
"futures-timer", |
|
|
|
"futures-util", |
|
|
|
"pollster", |
|
|
|
"tokio", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
@ -45,7 +45,7 @@ tracing = { version = "0.1" } |
|
|
|
tracing-subscriber = { version = "0.2", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log", "json"] } |
|
|
|
uuid = { version = "0.8", features = ["serde", "v4"] } |
|
|
|
x25519-dalek = { version = "1.1" } |
|
|
|
xtra = { version = "0.6", features = ["with-tokio-1"] } |
|
|
|
xtra = { version = "0.6" } |
|
|
|
xtra_productivity = { version = "0.1.0" } |
|
|
|
|
|
|
|
[[bin]] |
|
|
|