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
parent
commit
beb10e84fd
No known key found for this signature in database GPG Key ID: 470C865699C8D4D
  1. 1
      Cargo.lock
  2. 2
      daemon/Cargo.toml

1
Cargo.lock

@ -3826,7 +3826,6 @@ dependencies = [
"futures-timer",
"futures-util",
"pollster",
"tokio",
]
[[package]]

2
daemon/Cargo.toml

@ -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]]

Loading…
Cancel
Save