Version bump
Dependencies
- [2]
YMWMWFA5Version bumps - [3]
HKA66XOQUpdating Thrussh version for long or massive connections - [4]
Y7KH4QOPUpdating Cargo.nix - [5]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [6]
3VJB4ULDUpdating Cargo.nix - [7]
HKEOO4QJVersion bump - [8]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [9]
SAGSYAPXVarious version bumps - [10]
GBSL4AZIVersion bump - [11]
UN64Q3P2Version bump - [12]
6DOXSHWGCleanup, and version bump - [13]
ZTVNGFNTVersion bump - [14]
2CNY6KTCUpdating Cargo.nix - [15]
3AZB5NUOFixing the Git feature - [16]
I24UEJQLVarious post-fire fixes - [17]
H62VFFJECargo.nix, and solving conflicts - [18]
ENKQ3QZGForward the exit status messages from the SSH background loop to the client (solving hangs) - [19]
LPOLG44Wfixing nix build - [20]
HDGRZISMVersion updates - [21]
G734WNM6flake.nix: use crate2nix - [22]
ZQXP3HNAVersion bump - [23]
BNPSVXICFriendlier progress bars - [24]
VYHHOEYHVersions and formatting - [25]
B3QWIGDEFixing the Git features with the latest Pijul (+ conflicts in Cargo.toml) - [26]
YX3VCEOMVersion bump - [27]
RXNT67OTSanakirja version, and removing an unwrap - [28]
FXT5FS5WUpdating Cargo.nix - [29]
KUMJITTFVersion bump in the lockfiles - [30]
HR3WK6A7When lock times out, check that there are no more clients before quitting - [31]
AOK35FEXNew Cargo.nix versions - [32]
7ZFRYVVQCargo.nix and formatting - [33]
Q7CAYX5NFixing Windows compilation
Change contents
- edit in Cargo.nix at line 42
"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
resolvedDefaultFeatures = [ "array-sizes-33-128" "default" "std" ];resolvedDefaultFeatures = [ "array-sizes-33-128" ]; - edit in Cargo.nix at line 721
"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
"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
"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
version = "0.14.9";version = "0.14.10"; - replacement in Cargo.nix at line 2655
sha256 = "10yxz4wchlq1dnya2p3kv9nw8iv5zchw92h9wly5ycs1njhvmmh7";type = [ "lib" "staticlib" "cdylib" ];sha256 = "00zxw09lbw86hvvjw8jv08hpf91vv75ln802vrgncwkx9hnafa3p";type = [ "lib" "staticlib" "cdylib" ]; - replacement in Cargo.nix at line 2999
version = "0.2.97";version = "0.2.98"; - replacement in Cargo.nix at line 3001
sha256 = "1dlgdziv6nkabx287jjmghnlgc5dqv6fgpvh9n7ibpr0synsvf0j";sha256 = "144728k6d98k3hplzklqn18a134nq6nw0jzdxy1s98sx2xvzw31j"; - replacement in Cargo.nix at line 3066
version = "1.0.0-alpha.42";version = "1.0.0-alpha.44"; - replacement in Cargo.nix at line 3108
name = "chardetng";packageId = "chardetng";name = "cfg-if";packageId = "cfg-if 1.0.0"; - edit in Cargo.nix at line 3176
}{name = "memchr";packageId = "memchr";}{name = "parking_lot";packageId = "parking_lot"; - replacement in Cargo.nix at line 3201
packageId = "rand 0.5.6";packageId = "rand 0.7.3"; - edit in Cargo.nix at line 3274
name = "detone";packageId = "detone";}{ - edit in Cargo.nix at line 3280
}{name = "rand";packageId = "rand 0.7.3"; - edit in Cargo.nix at line 3285
{name = "rand_chacha";packageId = "rand_chacha 0.2.2";} - replacement in Cargo.nix at line 4291
version = "1.0.0-alpha.49";version = "1.0.0-alpha.51"; - edit in Cargo.nix at line 4314
name = "bytes";packageId = "bytes";}{ - replacement in Cargo.nix at line 4457
features = [ "rt-multi-thread" "macros" "sync" ];features = [ "rt-multi-thread" "macros" "sync" "fs" ]; - replacement in Cargo.nix at line 4473
"default" = [ "keep-changes" ];"default" = [ "keep-changes" "openssl" ]; - edit in Cargo.nix at line 4475
"openssl" = [ "thrussh/openssl" "thrussh-keys/openssl" ]; - replacement in Cargo.nix at line 4477
resolvedDefaultFeatures = [ "default" "git" "git2" "keep-changes" ];resolvedDefaultFeatures = [ "default" "git" "git2" "keep-changes" "openssl" ]; - edit in Cargo.nix at line 4679
};"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
resolvedDefaultFeatures = [ "std" ];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
version = "0.33.2";version = "0.33.5"; - replacement in Cargo.nix at line 6071
sha256 = "0vmr3shp30mcnp5xmldnx59347wnal0zajqslvgbrbxxkc545g6b";sha256 = "1y1nhpg9l8jwjv59am9kmf9gib2j58c1qm36dvgq7pwsi8il0rcf"; - edit in Cargo.nix at line 6110
name = "openssl";packageId = "openssl";optional = true;}{ - replacement in Cargo.nix at line 6150
resolvedDefaultFeatures = [ "default" "flate2" ];resolvedDefaultFeatures = [ "default" "flate2" "openssl" ]; - edit in Cargo.nix at line 6254
}{name = "openssl";packageId = "openssl";optional = true; - edit in Cargo.nix at line 6305
resolvedDefaultFeatures = [ "openssl" ]; - replacement in Cargo.nix at line 6402
version = "1.8.0";version = "1.8.1"; - replacement in Cargo.nix at line 6404
sha256 = "1m18rs51wz6s7dwdwzr0j63kh815x4dx9k0f2c485crs7fqjw32p";sha256 = "11g9x25mrs5589jqdcxq4igryy2k0c893lrxss1ylxacq5fv1j4q"; - replacement in Cargo.nix at line 6485
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" ];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
version = "1.2.0";version = "1.3.0"; - replacement in Cargo.nix at line 6491
sha256 = "0drws4ji260pmbv5afb72mb1ql6qamkm0wk40j3gpnj173s3v7n4";sha256 = "045igm2h1mfjakbi68hrl07dflgs2rfvvjff17ylxgjf3zk3nisl"; - replacement in Cargo.nix at line 6542
version = "0.1.6";version = "0.1.7"; - replacement in Cargo.nix at line 6544
sha256 = "0rj0k7s2qnchf6viif7flscaq3bjjb47lr297a2c0g6vdxq4v1pq";sha256 = "0zvj8d2i1147s4i3ml3lh3h6fypncjmbw0h1mhck3w2kh9lkybvv";