Fixing conflicts
[?]
Nov 23, 2020, 5:47 PM
ELRPPXSG6ZSA3ZAUXIJKBJ2HQDATQEPWKVO746YRIBY6GZLHJMVACDependencies
- [2]
634OYCNMTokio 0.3 - [3]
MFMCIUMJFixing authentication with RSA - [4]
7FRJYUI6Reboot because of a bad change
Change contents
- edit in thrussh-keys/src/agent/server.rs at line 317
delay_for(Duration::from_secs(seconds as u64)).await; - edit in thrussh-keys/Cargo.toml at line 3
version = "0.18.8" - edit in thrussh-keys/Cargo.toml at line 33
tokio = { version = "0.2", features = [ "io-util", "rt-threaded", "time", "uds", "stream" ] } - edit in thrussh/src/ssh_read.rs at line 51
buf: &mut [u8],) -> Poll<Result<usize, std::io::Error>> { - edit in thrussh/src/ssh_read.rs at line 56
let result = {let mut readable = &id.buf[id.bytes_read..id.total];std::io::Read::read(&mut readable, buf).unwrap()}; - edit in thrussh/src/ssh_read.rs at line 58
id.bytes_read += result; - edit in thrussh/src/ssh_read.rs at line 60
return Poll::Ready(Ok(result)); - edit in thrussh/src/server/mod.rs at line 416
.incoming() - edit in thrussh/src/server/mod.rs at line 436
tokio::time::delay_for(delay).await - edit in thrussh/src/server/encrypted.rs at line 399
tokio::time::delay_until(until).await - edit in thrussh/src/client/proxy.rs at line 32
buf: &mut [u8],) -> Poll<Result<usize, tokio::io::Error>> { - edit in thrussh/src/client/proxy.rs at line 35
Stream::Child(ref mut c) => Poll::Ready(c.stdout.as_mut().unwrap().read(buf)), - edit in thrussh/Cargo.toml at line 45
log = "0.4"thrussh-keys = "0.18.3" - edit in thrussh/Cargo.toml at line 50
tokio = { version = "0.2", features = [ "io-util", "rt-threaded", "time", "stream", "tcp", "sync", "macros" ] } - edit in thrussh/Cargo.toml at line 58
tokio = { version = "0.2", features = [ "io-util", "rt-threaded", "time", "stream", "tcp", "sync", "macros" ] }