Version bump

[?]
May 29, 2021, 9:22 AM
Q323RFJSTFYUJ5FPTKT4NI7DK3KDC3O4YLBDEYWKEYCA7G276SUQC

Dependencies

  • [2] 6TIVIM7M Version of thrussh-keys
  • [3] ATOFE4ZX more detailed error message when SSH_AUTH_SOCK points to a bad location
  • [4] 2NUPA5PY include missing env var in error message
  • [5] 2WEO7OZL Version updates: getting rid of anyhow + moving to Tokio 1.0
  • [6] TFYJ3P2A Version 0.30.8/0.19.4, and solving conflicts
  • [7] 634OYCNM Tokio 0.3
  • [8] AWVLXGAW Removing anyhows on Windows
  • [9] MFMCIUMJ Fixing authentication with RSA
  • [10] XCNFFN6Z Thrussh-keys, version 0.19.3
  • [11] BWU5BDAH Thrussh-keys 0.19.5
  • [12] 7FRJYUI6 Reboot because of a bad change
  • [13] ELRPPXSG Fixing conflicts
  • [14] FT67GGO4 Version bump (Pijul and Thrussh)

Change contents

  • replacement in thrussh-keys/src/lib.rs at line 124
    [5.324][5.324:360]()
    ASN1(#[from] yasna::ASN1Error),
    [5.324]
    [4.0]
    ASN1(yasna::ASN1Error),
  • edit in thrussh-keys/src/lib.rs at line 130
    [3.171]
    [5.27374]
    }
    impl From<yasna::ASN1Error> for Error {
    fn from(e: yasna::ASN1Error) -> Error {
    Error::ASN1(e)
    }
  • replacement in thrussh-keys/Cargo.toml at line 3
    [5.157057][2.0:19]()
    version = "0.20.4"
    [5.157057]
    [5.157076]
    version = "0.20.6"
  • replacement in thrussh-keys/Cargo.toml at line 34
    [5.157794][5.4487:4575]()
    tokio = { version = "1.0", features = [ "io-util", "rt-multi-thread", "time", "net" ] }
    [5.157794]
    [5.157888]
    tokio = { version = "1.4", features = [ "io-util", "rt-multi-thread", "time", "net" ] }
  • replacement in thrussh-keys/Cargo.toml at line 37
    [5.157924][5.4576:4646](),[5.4646][5.157994:158013](),[5.157994][5.157994:158013]()
    yasna = { version = "0.3.2", features = [ "bit-vec", "num-bigint" ] }
    num-bigint = "0.2"
    [5.157924]
    [5.158013]
    yasna = { version = "0.4.0", features = [ "bit-vec", "num-bigint" ] }
    num-bigint = "0.4"
  • replacement in thrussh-keys/Cargo.toml at line 50
    [5.158207][5.158207:158226]()
    env_logger = "0.7"
    [5.158207]
    [5.158226]
    env_logger = "0.8"