Version 0.30.8/0.19.4, and solving conflicts
[?]
Dec 3, 2020, 4:52 PM
TFYJ3P2AJXRWFYSG6MV7SVN6SOKMO2H2YZD7M6PYQJO6KGYBDCOACDependencies
- [2]
PDTFLA4YVersion 0.30.7 - [3]
XCNFFN6ZThrussh-keys, version 0.19.3 - [4]
G3N4WNI6Avoid polling the reading future again after disconnection - [5]
E2SB74SVVersion 0.30.3 - [6]
V3BRP7LQAvoid polling the reading future again after disconnection - [7]
CQSPFH4HVersion 0.30.4 - [8]
634OYCNMTokio 0.3 - [9]
ELRPPXSGFixing conflicts - [10]
VYDCQWSFVersion 0.30.6 - [11]
7FRJYUI6Reboot because of a bad change - [12]
MFMCIUMJFixing authentication with RSA - [13]
KNLLUDOICorrect usage of `tokio::select!`
Change contents
- replacement in thrussh-keys/Cargo.toml at line 3
version = "0.19.3"version = "0.19.4" - edit in thrussh/src/server/mod.rs at line 490
let mut is_reading = true; - edit in thrussh/src/server/mod.rs at line 495
is_reading = false; - edit in thrussh/src/server/mod.rs at line 530
is_reading = true; - edit in thrussh/src/server/mod.rs at line 577
if !is_reading {reading.set(start_reading(stream_read,buffer,session.common.cipher.clone(),));is_reading = true} - edit in thrussh/src/server/mod.rs at line 585
is_reading = false; - replacement in thrussh/Cargo.toml at line 5
version = "0.30.7"version = "0.30.8" - replacement in thrussh/Cargo.toml at line 47
thrussh-keys = "0.19.1"thrussh-keys = "0.19.4"