Upgrading some deps

pmeunier
Dec 6, 2021, 11:41 AM
H4IRHDJIVNQB4LB4SKMY3EN46POCVLTHJYZXWORKNPO3JXKIPZAQC

Dependencies

  • [2] C73F2EFD Version bump
  • [3] VKBJ6XB6 Formatting and version bump
  • [4] CCLLB7OI Upgrading to Sanakirja 0.15 + version bump
  • [5] B3QWIGDE Fixing the Git features with the latest Pijul (+ conflicts in Cargo.toml)
  • [6] V435QOJR Using path-slash to fix path issues on Windows
  • [7] FYUDBQ3C Formatting changes + version bump
  • [8] YMWMWFA5 Version bumps
  • [9] EEBKW7VT Keys and identities
  • [10] WTRH4B2X Formatting
  • [11] HKA66XOQ Updating Thrussh version for long or massive connections
  • [12] V4T4SC7O Testing binary diff
  • [13] FDPGJDXV Compiling Thrussh with feature OpenSSL by default
  • [14] TNN56XYK libpijul alpha.43
  • [15] XF3FRWJ6 Version bump (including clap 3.0.0-beta.4)
  • [16] 5FI6SBEZ Re-implement change printing and parsing
  • [17] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [18] I24UEJQL Various post-fire fixes
  • [19] QJXNUQFJ Solving conflicts
  • [20] NWYJJHDF Version bump
  • [21] 6XDVUSBM Version bump

Change contents

  • edit in libpijul/src/key.rs at line 123
    [4.8504]
    [4.8504]
    .map(|c| c as char)
  • replacement in libpijul/Cargo.toml at line 138
    [4.1323][4.218:273]()
    pbkdf2 = { version = "0.8", default-features = false }
    [4.1323]
    [4.16733]
    pbkdf2 = { version = "0.9", default-features = false }
  • replacement in libpijul/Cargo.toml at line 143
    [4.325][4.3653:3666]()
    rand = "0.7"
    [4.325]
    [4.16836]
    rand = "0.8"
  • replacement in libpijul/Cargo.toml at line 154
    [4.3682][4.3682:3715]()
    rand = "0.7"
    rand_chacha = "0.2"
    [4.3682]
    [4.82175]
    rand = "0.8"
    rand_chacha = "0.3"
  • replacement in Cargo.lock at line 118
    [4.755][4.8924:8935](),[4.8924][4.8924:8935]()
    "pbkdf2",
    [4.755]
    [4.8935]
    "pbkdf2 0.8.0",
  • replacement in Cargo.lock at line 1085
    [4.23336][4.23336:23347]()
    "pbkdf2",
    [4.23336]
    [4.23347]
    "pbkdf2 0.9.0",
  • replacement in Cargo.lock at line 1089
    [4.82263][4.3964:4001](),[4.23364][4.3964:4001]()
    "rand 0.7.3",
    "rand_chacha 0.2.2",
    [4.82263]
    [4.23379]
    "rand 0.8.4",
    "rand_chacha 0.3.1",
  • edit in Cargo.lock at line 1488
    [4.33061]
    [4.33061]
    name = "pbkdf2"
    version = "0.9.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f05894bce6a1ba4be299d0c5f29563e08af2bc18bb7d48313113bed71e904739"
    dependencies = [
    "crypto-mac",
    ]
    [[package]]
  • replacement in Cargo.lock at line 1504
    [4.33516][2.175:202]()
    version = "1.0.0-alpha.55"
    [4.33516]
    [4.33543]
    version = "1.0.0-alpha.56"
  • replacement in Cargo.lock at line 1852
    [4.41936][3.6821:6840](),[4.4171][4.41954:42019](),[4.4727][4.41954:42019](),[3.6840][4.41954:42019](),[4.41954][4.41954:42019](),[4.42019][3.6841:6919]()
    version = "1.2.13"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c5bee0b15d0c34ea0aeeaeb945ad0e626120558fa1db12ca19a3b36f1cadf596"
    [4.41936]
    [4.42097]
    version = "1.2.15"
  • edit in Cargo.lock at line 1867
    [4.215][4.42284:42349](),[4.4270][4.42284:42349](),[3.6939][4.42284:42349](),[4.42284][4.42284:42349](),[4.42349][3.6940:7018]()
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "53353e72455c4885f7d26fe9b1626c650234f08efb71b9f3baf95901b41e55ab"
  • replacement in Cargo.lock at line 2202
    [4.269][4.10469:10480](),[4.50254][4.10469:10480]()
    "pbkdf2",
    [4.269]
    [4.10480]
    "pbkdf2 0.8.0",