Version bump

pmeunier
Jul 11, 2021, 1:18 PM
J6UIWIYYFEG3F4XJOZEGBV7UEFJA53356GG63JPUNZPYJEKUGZRQC

Dependencies

  • [2] YMWMWFA5 Version bumps
  • [3] HKA66XOQ Updating Thrussh version for long or massive connections
  • [4] HKEOO4QJ Version bump
  • [5] SAGSYAPX Various version bumps
  • [6] 3AZB5NUO Fixing the Git feature
  • [7] AOK35FEX New Cargo.nix versions
  • [8] ENKQ3QZG Forward the exit status messages from the SSH background loop to the client (solving hangs)
  • [9] UN64Q3P2 Version bump
  • [10] Q7CAYX5N Fixing Windows compilation
  • [11] KUMJITTF Version bump in the lockfiles
  • [12] 6DOXSHWG Cleanup, and version bump
  • [13] ZQXP3HNA Version bump
  • [14] B5Z4IMEU Generating Cargo.nix for pijul 1.0.0-alpha.6
  • [15] FXT5FS5W Updating Cargo.nix
  • [16] GBSL4AZI Version bump
  • [17] 3VJB4ULD Updating Cargo.nix
  • [18] RXNT67OT Sanakirja version, and removing an unwrap
  • [19] HR3WK6A7 When lock times out, check that there are no more clients before quitting
  • [20] 7ZFRYVVQ Cargo.nix and formatting
  • [21] H62VFFJE Cargo.nix, and solving conflicts
  • [22] BNPSVXIC Friendlier progress bars
  • [23] ZTVNGFNT Version bump
  • [24] 2CNY6KTC Updating Cargo.nix
  • [25] LPOLG44W fixing nix build
  • [26] VYHHOEYH Versions and formatting
  • [27] G734WNM6 flake.nix: use crate2nix
  • [28] Y7KH4QOP Updating Cargo.nix
  • [29] CCLLB7OI Upgrading to Sanakirja 0.15 + version bump
  • [30] B3QWIGDE Fixing the Git features with the latest Pijul (+ conflicts in Cargo.toml)
  • [31] HDGRZISM Version updates
  • [32] I24UEJQL Various post-fire fixes
  • [33] YX3VCEOM Version bump

Change contents

  • edit in Cargo.nix at line 42
    [4.1033][4.0:334]()
    "chardetng" = rec {
    packageId = "chardetng";
    build = internal.buildRustCrateWithFeatures {
    packageId = "chardetng";
    };
    # Debug support which might change between releases.
    # File a bug if you depend on any for non-debug work!
    debug = internal.debugCrate { inherit packageId; };
    };
  • replacement in Cargo.nix at line 250
    [4.6577][4.2299:2375]()
    resolvedDefaultFeatures = [ "array-sizes-33-128" "default" "std" ];
    [4.6577]
    [4.6637]
    resolvedDefaultFeatures = [ "array-sizes-33-128" ];
  • edit in Cargo.nix at line 721
    [4.20153][4.4059:5224]()
    "chardetng" = rec {
    crateName = "chardetng";
    version = "0.1.13";
    edition = "2018";
    src = lib.cleanSourceWith { filter = sourceFilter; src = ./chardetng; };
    authors = [
    "Henri Sivonen <hsivonen@hsivonen.fi>"
    ];
    dependencies = [
    {
    name = "arrayvec";
    packageId = "arrayvec";
    optional = true;
    }
    {
    name = "cfg-if";
    packageId = "cfg-if 0.1.10";
    }
    {
    name = "encoding_rs";
    packageId = "encoding_rs";
    }
    {
    name = "memchr";
    packageId = "memchr";
    }
    {
    name = "rayon";
    packageId = "rayon";
    optional = true;
    }
    ];
    devDependencies = [
    {
    name = "detone";
    packageId = "detone";
    }
    ];
    features = {
    "multithreading" = [ "rayon" "arrayvec" ];
    };
    resolvedDefaultFeatures = [ "arrayvec" "multithreading" "rayon" "testing-only-no-semver-guarantees-do-not-use" ];
    };
  • edit in Cargo.nix at line 910
    [4.28127][4.5680:6275]()
    "cloudabi" = rec {
    crateName = "cloudabi";
    version = "0.0.3";
    edition = "2015";
    sha256 = "0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x";
    libPath = "cloudabi.rs";
    authors = [
    "Nuxi (https://nuxi.nl/) and contributors"
    ];
    dependencies = [
    {
    name = "bitflags";
    packageId = "bitflags";
    optional = true;
    }
    ];
    features = {
    "default" = [ "bitflags" ];
    };
    resolvedDefaultFeatures = [ "bitflags" "default" ];
    };
  • edit in Cargo.nix at line 998
    [4.109316][4.6945:7718]()
    "crossbeam-channel" = rec {
    crateName = "crossbeam-channel";
    version = "0.5.1";
    edition = "2018";
    sha256 = "1d1dnp61g51gnmc45cb4vpjsr5n62wz22an2y3q6avgifzhjgv86";
    authors = [
    "The Crossbeam Project Developers"
    ];
    dependencies = [
    {
    name = "cfg-if";
    packageId = "cfg-if 1.0.0";
    }
    {
    name = "crossbeam-utils";
    packageId = "crossbeam-utils";
    optional = true;
    usesDefaultFeatures = false;
    }
    ];
    features = {
    "default" = [ "std" ];
    "std" = [ "crossbeam-utils/std" ];
    };
    resolvedDefaultFeatures = [ "crossbeam-utils" "default" "std" ];
    };
  • edit in Cargo.nix at line 1845
    [4.13150][4.13150:13415](),[4.13415][4.48294:48305](),[4.48294][4.48294:48305](),[4.48305][4.2890:2891](),[4.2891][4.48314:48323](),[4.48314][4.48314:48323]()
    "fuchsia-cprng" = rec {
    crateName = "fuchsia-cprng";
    version = "0.1.1";
    edition = "2018";
    sha256 = "1fnkqrbz7ixxzsb04bsz9p0zzazanma8znfdqjvh39n14vapfvx0";
    authors = [
    "Erick Tryzelaar <etryzelaar@google.com>"
    ];
    };
  • replacement in Cargo.nix at line 2653
    [4.71808][4.16410:16438]()
    version = "0.14.9";
    [4.71808]
    [4.71836]
    version = "0.14.10";
  • replacement in Cargo.nix at line 2655
    [4.71862][4.16439:16550]()
    sha256 = "10yxz4wchlq1dnya2p3kv9nw8iv5zchw92h9wly5ycs1njhvmmh7";type = [ "lib" "staticlib" "cdylib" ];
    [4.71862]
    [4.71935]
    sha256 = "00zxw09lbw86hvvjw8jv08hpf91vv75ln802vrgncwkx9hnafa3p";type = [ "lib" "staticlib" "cdylib" ];
  • replacement in Cargo.nix at line 2999
    [4.82005][4.16968:16996]()
    version = "0.2.97";
    [4.82005]
    [4.82033]
    version = "0.2.98";
  • replacement in Cargo.nix at line 3001
    [4.82059][4.16997:17070]()
    sha256 = "1dlgdziv6nkabx287jjmghnlgc5dqv6fgpvh9n7ibpr0synsvf0j";
    [4.82059]
    [4.82132]
    sha256 = "144728k6d98k3hplzklqn18a134nq6nw0jzdxy1s98sx2xvzw31j";
  • replacement in Cargo.nix at line 3066
    [4.84748][4.17181:17217]()
    version = "1.0.0-alpha.42";
    [4.84748]
    [4.84783]
    version = "1.0.0-alpha.44";
  • replacement in Cargo.nix at line 3108
    [4.17532][4.17532:17601]()
    name = "chardetng";
    packageId = "chardetng";
    [4.17532]
    [4.85414]
    name = "cfg-if";
    packageId = "cfg-if 1.0.0";
  • edit in Cargo.nix at line 3176
    [4.139652]
    [4.86369]
    }
    {
    name = "memchr";
    packageId = "memchr";
    }
    {
    name = "parking_lot";
    packageId = "parking_lot";
  • replacement in Cargo.nix at line 3201
    [4.18178][4.18178:18216]()
    packageId = "rand 0.5.6";
    [4.18178]
    [4.18216]
    packageId = "rand 0.7.3";
  • edit in Cargo.nix at line 3274
    [4.546]
    [4.87664]
    name = "detone";
    packageId = "detone";
    }
    {
  • edit in Cargo.nix at line 3280
    [4.3600]
    [4.87741]
    }
    {
    name = "rand";
    packageId = "rand 0.7.3";
  • edit in Cargo.nix at line 3285
    [4.87753]
    [4.87753]
    {
    name = "rand_chacha";
    packageId = "rand_chacha 0.2.2";
    }
  • replacement in Cargo.nix at line 4291
    [4.114701][4.21533:21569]()
    version = "1.0.0-alpha.49";
    [4.114701]
    [4.114736]
    version = "1.0.0-alpha.51";
  • edit in Cargo.nix at line 4314
    [4.115205]
    [4.841]
    name = "bytes";
    packageId = "bytes";
    }
    {
  • replacement in Cargo.nix at line 4457
    [4.2614][4.4224:4286](),[4.4224][4.4224:4286]()
    features = [ "rt-multi-thread" "macros" "sync" ];
    [4.2614]
    [4.117900]
    features = [ "rt-multi-thread" "macros" "sync" "fs" ];
  • replacement in Cargo.nix at line 4473
    [4.118114][4.1182:1224]()
    "default" = [ "keep-changes" ];
    [4.118114]
    [4.8004]
    "default" = [ "keep-changes" "openssl" ];
  • edit in Cargo.nix at line 4475
    [4.8034]
    [4.118161]
    "openssl" = [ "thrussh/openssl" "thrussh-keys/openssl" ];
  • replacement in Cargo.nix at line 4477
    [4.118172][4.1225:1302]()
    resolvedDefaultFeatures = [ "default" "git" "git2" "keep-changes" ];
    [4.118172]
    [4.118234]
    resolvedDefaultFeatures = [ "default" "git" "git2" "keep-changes" "openssl" ];
  • edit in Cargo.nix at line 4679
    [4.128389][4.128389:128398](),[4.128398][4.21859:23535]()
    };
    "rand 0.5.6" = rec {
    crateName = "rand";
    version = "0.5.6";
    edition = "2015";
    sha256 = "1fdcgja9167hlzkf4g5daqwp498lwiyq7aqm05whklpbsdyc8666";
    authors = [
    "The Rust Project Developers"
    ];
    dependencies = [
    {
    name = "cloudabi";
    packageId = "cloudabi";
    optional = true;
    target = { target, features }: (target."os" == "cloudabi");
    }
    {
    name = "fuchsia-cprng";
    packageId = "fuchsia-cprng";
    optional = true;
    target = { target, features }: (target."os" == "fuchsia");
    }
    {
    name = "libc";
    packageId = "libc";
    optional = true;
    target = { target, features }: (target."unix" or false);
    }
    {
    name = "rand_core";
    packageId = "rand_core 0.3.1";
    usesDefaultFeatures = false;
    }
    {
    name = "winapi";
    packageId = "winapi";
    optional = true;
    target = { target, features }: (target."windows" or false);
    features = [ "minwindef" "ntsecapi" "profileapi" "winnt" ];
    }
    ];
    features = {
    "alloc" = [ "rand_core/alloc" ];
    "default" = [ "std" ];
    "nightly" = [ "i128_support" ];
    "serde1" = [ "serde" "serde_derive" "rand_core/serde1" ];
    "std" = [ "rand_core/std" "alloc" "libc" "winapi" "cloudabi" "fuchsia-cprng" ];
    };
    resolvedDefaultFeatures = [ "alloc" "cloudabi" "default" "fuchsia-cprng" "libc" "std" "winapi" ];
  • replacement in Cargo.nix at line 4816
    [4.115254][4.115254:115299]()
    resolvedDefaultFeatures = [ "std" ];
    [4.115254]
    [4.115299]
    resolvedDefaultFeatures = [ "default" "simd" "std" ];
  • edit in Cargo.nix at line 4847
    [4.24128][4.24128:24810](),[4.24810][4.6206:6215](),[4.6206][4.6206:6215](),[4.6215][4.24811:25287]()
    "rand_core 0.3.1" = rec {
    crateName = "rand_core";
    version = "0.3.1";
    edition = "2015";
    sha256 = "0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs";
    authors = [
    "The Rand Project Developers"
    "The Rust Project Developers"
    ];
    dependencies = [
    {
    name = "rand_core";
    packageId = "rand_core 0.4.2";
    }
    ];
    features = {
    "alloc" = [ "rand_core/alloc" ];
    "default" = [ "std" ];
    "serde1" = [ "rand_core/serde1" ];
    "std" = [ "rand_core/std" ];
    };
    resolvedDefaultFeatures = [ "alloc" "std" ];
    };
    "rand_core 0.4.2" = rec {
    crateName = "rand_core";
    version = "0.4.2";
    edition = "2015";
    sha256 = "1p09ynysrq1vcdlmcqnapq4qakl2yd1ng3kxh3qscpx09k2a6cww";
    authors = [
    "The Rand Project Developers"
    "The Rust Project Developers"
    ];
    features = {
    "serde1" = [ "serde" "serde_derive" ];
    "std" = [ "alloc" ];
    };
    resolvedDefaultFeatures = [ "alloc" "std" ];
    };
  • edit in Cargo.nix at line 4923
    [4.130261][4.25644:25821](),[4.25821][4.130484:130504](),[4.130484][4.130484:130504](),[4.130504][4.25822:26405](),[4.26405][4.130552:130563](),[4.130552][4.130552:130563](),[4.130563][4.5029:5030](),[4.5030][4.130572:130581](),[4.130572][4.130572:130581](),[4.130581][4.26406:26494](),[4.5198][4.3819:3845](),[4.8934][4.3819:3845](),[4.26494][4.3819:3845](),[4.3819][4.3819:3845](),[4.3845][4.26495:26568](),[4.26568][4.3947:3967](),[4.3947][4.3947:3967](),[4.3967][4.26569:26658](),[4.26658][4.4015:4063](),[4.4015][4.4015:4063](),[4.4063][4.26659:27142](),[4.27142][4.4130:4153](),[4.4130][4.4130:4153](),[4.4153][4.5031:5032](),[4.5032][4.4162:4171](),[4.4162][4.4162:4171]()
    "rayon" = rec {
    crateName = "rayon";
    version = "1.5.1";
    edition = "2018";
    sha256 = "143dl2453bazgk7rwjrickmyqd0ks3q69nfz8axcins19n0clsn0";
    authors = [
    "Niko Matsakis <niko@alum.mit.edu>"
    "Josh Stone <cuviper@gmail.com>"
    ];
    dependencies = [
    {
    name = "crossbeam-deque";
    packageId = "crossbeam-deque";
    }
    {
    name = "either";
    packageId = "either";
    usesDefaultFeatures = false;
    }
    {
    name = "rayon-core";
    packageId = "rayon-core";
    }
    ];
    buildDependencies = [
    {
    name = "autocfg";
    packageId = "autocfg";
    }
    ];
    };
    "rayon-core" = rec {
    crateName = "rayon-core";
    version = "1.9.1";
    edition = "2018";
    sha256 = "13kdcnqp2p1a5a3amamfjpnm7ay463vq4dfxy4rrh9shr3i210fp";
    authors = [
    "Niko Matsakis <niko@alum.mit.edu>"
    "Josh Stone <cuviper@gmail.com>"
    ];
    dependencies = [
    {
    name = "crossbeam-channel";
    packageId = "crossbeam-channel";
    }
    {
    name = "crossbeam-deque";
    packageId = "crossbeam-deque";
    }
    {
    name = "crossbeam-utils";
    packageId = "crossbeam-utils";
    }
    {
    name = "lazy_static";
    packageId = "lazy_static";
    }
    {
    name = "num_cpus";
    packageId = "num_cpus";
    }
    ];
    };
  • replacement in Cargo.nix at line 6069
    [4.161611][3.5910:5938]()
    version = "0.33.2";
    [4.161611]
    [4.161639]
    version = "0.33.5";
  • replacement in Cargo.nix at line 6071
    [4.161665][3.5939:6012]()
    sha256 = "0vmr3shp30mcnp5xmldnx59347wnal0zajqslvgbrbxxkc545g6b";
    [4.161665]
    [4.161738]
    sha256 = "1y1nhpg9l8jwjv59am9kmf9gib2j58c1qm36dvgq7pwsi8il0rcf";
  • edit in Cargo.nix at line 6110
    [4.162507]
    [3.6203]
    name = "openssl";
    packageId = "openssl";
    optional = true;
    }
    {
  • replacement in Cargo.nix at line 6150
    [4.163353][4.163353:163411]()
    resolvedDefaultFeatures = [ "default" "flate2" ];
    [4.163353]
    [4.1435]
    resolvedDefaultFeatures = [ "default" "flate2" "openssl" ];
  • edit in Cargo.nix at line 6254
    [4.164615]
    [4.164615]
    }
    {
    name = "openssl";
    packageId = "openssl";
    optional = true;
  • edit in Cargo.nix at line 6305
    [4.6455]
    [4.165417]
    resolvedDefaultFeatures = [ "openssl" ];
  • replacement in Cargo.nix at line 6402
    [4.168190][2.1402:1429]()
    version = "1.8.0";
    [4.168190]
    [4.7530]
    version = "1.8.1";
  • replacement in Cargo.nix at line 6404
    [4.7556][2.1430:1503]()
    sha256 = "1m18rs51wz6s7dwdwzr0j63kh815x4dx9k0f2c485crs7fqjw32p";
    [4.7556]
    [4.7629]
    sha256 = "11g9x25mrs5589jqdcxq4igryy2k0c893lrxss1ylxacq5fv1j4q";
  • replacement in Cargo.nix at line 6485
    [4.9596][4.7288:7509]()
    resolvedDefaultFeatures = [ "bytes" "default" "io-util" "libc" "macros" "memchr" "mio" "net" "num_cpus" "once_cell" "process" "rt" "rt-multi-thread" "signal-hook-registry" "sync" "time" "tokio-macros" "winapi" ];
    [4.9596]
    [4.9763]
    resolvedDefaultFeatures = [ "bytes" "default" "fs" "io-util" "libc" "macros" "memchr" "mio" "net" "num_cpus" "once_cell" "process" "rt" "rt-multi-thread" "signal-hook-registry" "sync" "time" "tokio-macros" "winapi" ];
  • replacement in Cargo.nix at line 6489
    [4.171498][4.34197:34224]()
    version = "1.2.0";
    [4.171498]
    [4.171525]
    version = "1.3.0";
  • replacement in Cargo.nix at line 6491
    [4.171551][4.34225:34298]()
    sha256 = "0drws4ji260pmbv5afb72mb1ql6qamkm0wk40j3gpnj173s3v7n4";
    [4.171551]
    [4.171624]
    sha256 = "045igm2h1mfjakbi68hrl07dflgs2rfvvjff17ylxgjf3zk3nisl";
  • replacement in Cargo.nix at line 6542
    [3.7370][3.7370:7397]()
    version = "0.1.6";
    [3.7370]
    [3.7397]
    version = "0.1.7";
  • replacement in Cargo.nix at line 6544
    [3.7423][3.7423:7496]()
    sha256 = "0rj0k7s2qnchf6viif7flscaq3bjjb47lr297a2c0g6vdxq4v1pq";
    [3.7423]
    [3.7496]
    sha256 = "0zvj8d2i1147s4i3ml3lh3h6fypncjmbw0h1mhck3w2kh9lkybvv";