update
This commit is contained in:
parent
8fbc985e9b
commit
11740dc1eb
2
external/cursive
vendored
2
external/cursive
vendored
@ -1 +1 @@
|
|||||||
Subproject commit f29f750aade5a669d90ac9ea3a96e8299c4c66c0
|
Subproject commit fea04c2f9bb8c4c9551ca6eb4f2cb1268551120f
|
@ -20,7 +20,6 @@ cfg_if! {
|
|||||||
} else if #[cfg(feature="rt-tokio")] {
|
} else if #[cfg(feature="rt-tokio")] {
|
||||||
pub use tokio::task::JoinHandle;
|
pub use tokio::task::JoinHandle;
|
||||||
pub use tokio::net::TcpStream;
|
pub use tokio::net::TcpStream;
|
||||||
pub use tokio_util::compat::*;
|
|
||||||
pub use tokio::time::error::Elapsed as TimeoutError;
|
pub use tokio::time::error::Elapsed as TimeoutError;
|
||||||
pub fn spawn_local<F: Future<Output = T> + 'static, T: 'static>(f: F) -> JoinHandle<T> {
|
pub fn spawn_local<F: Future<Output = T> + 'static, T: 'static>(f: F) -> JoinHandle<T> {
|
||||||
tokio::task::spawn_local(f)
|
tokio::task::spawn_local(f)
|
||||||
|
@ -25,12 +25,12 @@ tracing-opentelemetry = "^0"
|
|||||||
opentelemetry = { version = "^0" }
|
opentelemetry = { version = "^0" }
|
||||||
opentelemetry-otlp = { version = "^0" }
|
opentelemetry-otlp = { version = "^0" }
|
||||||
opentelemetry-semantic-conventions = "^0"
|
opentelemetry-semantic-conventions = "^0"
|
||||||
clap = "^3"
|
|
||||||
async-std = { version = "^1", features = ["unstable"], optional = true }
|
async-std = { version = "^1", features = ["unstable"], optional = true }
|
||||||
tokio = { version = "^1", features = ["full"], optional = true }
|
tokio = { version = "^1", features = ["full"], optional = true }
|
||||||
tokio-stream = { version = "^0", features = ["net"], optional = true }
|
tokio-stream = { version = "^0", features = ["net"], optional = true }
|
||||||
tokio-util = { version = "^0", features = ["compat"], optional = true}
|
tokio-util = { version = "^0", features = ["compat"], optional = true}
|
||||||
async-tungstenite = { version = "^0", features = ["async-tls"] }
|
async-tungstenite = { version = "^0", features = ["async-tls"] }
|
||||||
|
clap = "^3"
|
||||||
directories = "^4"
|
directories = "^4"
|
||||||
capnp = "^0"
|
capnp = "^0"
|
||||||
parking_lot = "^0"
|
parking_lot = "^0"
|
||||||
|
Loading…
Reference in New Issue
Block a user