update
This commit is contained in:
		
							
								
								
									
										2
									
								
								external/cursive
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								external/cursive
									
									
									
									
										vendored
									
									
								
							 Submodule external/cursive updated: f29f750aad...fea04c2f9b
									
								
							@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user