Version bump
[?]
May 29, 2021, 9:22 AM
Q323RFJSTFYUJ5FPTKT4NI7DK3KDC3O4YLBDEYWKEYCA7G276SUQCDependencies
- [2]
6TIVIM7MVersion of thrussh-keys - [3]
ATOFE4ZXmore detailed error message when SSH_AUTH_SOCK points to a bad location - [4]
2NUPA5PYinclude missing env var in error message - [5]
7FRJYUI6Reboot because of a bad change - [6]
BWU5BDAHThrussh-keys 0.19.5 - [7]
634OYCNMTokio 0.3 - [8]
FT67GGO4Version bump (Pijul and Thrussh) - [9]
XCNFFN6ZThrussh-keys, version 0.19.3 - [10]
TFYJ3P2AVersion 0.30.8/0.19.4, and solving conflicts - [11]
AWVLXGAWRemoving anyhows on Windows - [12]
MFMCIUMJFixing authentication with RSA - [13]
ELRPPXSGFixing conflicts - [14]
2WEO7OZLVersion updates: getting rid of anyhow + moving to Tokio 1.0
Change contents
- replacement in thrussh-keys/src/lib.rs at line 124
ASN1(#[from] yasna::ASN1Error),ASN1(yasna::ASN1Error), - edit in thrussh-keys/src/lib.rs at line 130
}impl From<yasna::ASN1Error> for Error {fn from(e: yasna::ASN1Error) -> Error {Error::ASN1(e)} - replacement in thrussh-keys/Cargo.toml at line 3
version = "0.20.4"version = "0.20.6" - replacement in thrussh-keys/Cargo.toml at line 34
tokio = { version = "1.0", features = [ "io-util", "rt-multi-thread", "time", "net" ] }tokio = { version = "1.4", features = [ "io-util", "rt-multi-thread", "time", "net" ] } - replacement in thrussh-keys/Cargo.toml at line 37
yasna = { version = "0.3.2", features = [ "bit-vec", "num-bigint" ] }num-bigint = "0.2"yasna = { version = "0.4.0", features = [ "bit-vec", "num-bigint" ] }num-bigint = "0.4" - replacement in thrussh-keys/Cargo.toml at line 50
env_logger = "0.7"env_logger = "0.8"