Various version bumps
[?]
Dec 3, 2020, 5:45 PM
SAGSYAPXQ2T6GC3B3TNRPNFTZMS7UMME6YQGSF5MOIM66S5NKB2QCDependencies
- [2]
H62VFFJECargo.nix, and solving conflicts - [3]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [4]
Q7CAYX5NFixing Windows compilation - [5]
G734WNM6flake.nix: use crate2nix - [6]
NX5I5H53New published versions - [7]
23LVKATNUse pager crate for log output - [8]
I52XSRUHMassive cleanup, and simplification - [9]
XWETQ4DEUpgrading versions - [10]
WI5BS6BSNew published versions - [11]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [12]
Q45QHPO4Feedback on network stuff - [13]
3WIQYEISFixing conflicts in Cargo.lock - [14]
PJ7T2VFLDo not hang on locked repositories - [15]
N35L72XVVersions in Cargo.lock - [16]
3S4DR77ZVersion updates - [17]
UDHP4ZVBFixing SSH asynchronicity issues - [18]
OUWD436AVersion bump - [19]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [20]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6
Change contents
- replacement in pijul/Cargo.toml at line 4
version = "1.0.0-alpha.11"version = "1.0.0-alpha.13" - replacement in pijul/Cargo.toml at line 49
libpijul = { version = "1.0.0-alpha.7", features = [ "tarball" ] }libpijul = { version = "1.0.0-alpha.10", features = [ "tarball" ] } - replacement in libpijul/Cargo.toml at line 4
version = "1.0.0-alpha.6"version = "1.0.0-alpha.10" - replacement in libpijul/Cargo.toml at line 112
zstd-seekable = { version = "0.1.0", optional = true }zstd-seekable = { version = "0.1.3", optional = true } - edit in Cargo.nix at line 143
};"ansi_term" = rec {crateName = "ansi_term";version = "0.11.0";edition = "2015";sha256 = "16wpvrghvd0353584i1idnsgm0r3vchg8fyrm0x8ayv1rgvbljgf";authors = ["ogham@bsago.me""Ryan Scheel (Havvy) <ryan.havvy@gmail.com>""Josh Triplett <josh@joshtriplett.org>"];dependencies = [{name = "winapi";packageId = "winapi 0.3.9";target = { target, features }: (target."os" == "windows");features = [ "errhandlingapi" "consoleapi" "processenv" ];}]; - edit in Cargo.nix at line 309
"bindgen" = rec {crateName = "bindgen";version = "0.55.1";edition = "2018";crateBin = [];sha256 = "0hxlvy9q9984rr3rqaxwmgxjrd9wh11mcc161hv3shz6b7jkrcbm";authors = ["Jyun-Yan You <jyyou.tw@gmail.com>""Emilio Cobos Álvarez <emilio@crisal.io>""Nick Fitzgerald <fitzgen@gmail.com>""The Servo project developers"];dependencies = [{name = "bitflags";packageId = "bitflags";}{name = "cexpr";packageId = "cexpr";}{name = "cfg-if";packageId = "cfg-if 0.1.10";}{name = "clang-sys";packageId = "clang-sys";features = [ "clang_6_0" ];}{name = "clap";packageId = "clap 2.33.3";optional = true;}{name = "env_logger";packageId = "env_logger 0.7.1";optional = true;}{name = "lazy_static";packageId = "lazy_static";}{name = "lazycell";packageId = "lazycell";}{name = "log";packageId = "log";optional = true;}{name = "peeking_take_while";packageId = "peeking_take_while";}{name = "proc-macro2";packageId = "proc-macro2";usesDefaultFeatures = false;}{name = "quote";packageId = "quote";usesDefaultFeatures = false;}{name = "regex";packageId = "regex";usesDefaultFeatures = false;features = [ "std" "unicode" ];}{name = "rustc-hash";packageId = "rustc-hash";}{name = "shlex";packageId = "shlex";}{name = "which";packageId = "which";optional = true;usesDefaultFeatures = false;}];devDependencies = [{name = "clap";packageId = "clap 2.33.3";}{name = "shlex";packageId = "shlex";}];features = {"default" = [ "logging" "clap" "runtime" "which-rustfmt" ];"logging" = [ "env_logger" "log" ];"runtime" = [ "clang-sys/runtime" ];"static" = [ "clang-sys/static" ];"which-rustfmt" = [ "which" ];};resolvedDefaultFeatures = [ "clap" "default" "env_logger" "log" "logging" "runtime" "which" "which-rustfmt" ];}; - edit in Cargo.nix at line 496
"cexpr" = rec {crateName = "cexpr";version = "0.4.0";edition = "2018";sha256 = "09qd1k1mrhcqfhqmsz4y1bya9gcs29si7y3w96pqkgid4y2dpbpl";authors = ["Jethro Beekman <jethro@jbeekman.nl>"];dependencies = [{name = "nom";packageId = "nom";usesDefaultFeatures = false;features = [ "std" ];}];}; - edit in Cargo.nix at line 572[4.21799]→[4.21799:21867](∅→∅),[4.21867]→[4.186:213](∅→∅),[4.213]→[4.21894:21920](∅→∅),[4.21894]→[4.21894:21920](∅→∅),[4.21920]→[4.214:287](∅→∅),[4.287]→[4.21993:23239](∅→∅),[4.21993]→[4.21993:23239](∅→∅)
};"clang-sys" = rec {crateName = "clang-sys";version = "1.0.3";edition = "2015";sha256 = "0v19ydcbfxwvawp516iqrwc6gp3f6x29qwjb3ph1nybbnld00n86";authors = ["Kyle Mayes <kyle@mayeses.com>"];dependencies = [{name = "glob";packageId = "glob";}{name = "libc";packageId = "libc";usesDefaultFeatures = false;}{name = "libloading";packageId = "libloading";optional = true;}];buildDependencies = [{name = "glob";packageId = "glob";}];features = {"clang_10_0" = [ "clang_9_0" ];"clang_3_6" = [ "clang_3_5" ];"clang_3_7" = [ "clang_3_6" ];"clang_3_8" = [ "clang_3_7" ];"clang_3_9" = [ "clang_3_8" ];"clang_4_0" = [ "clang_3_9" ];"clang_5_0" = [ "clang_4_0" ];"clang_6_0" = [ "clang_5_0" ];"clang_7_0" = [ "clang_6_0" ];"clang_8_0" = [ "clang_7_0" ];"clang_9_0" = [ "clang_8_0" ];"runtime" = [ "libloading" ];};resolvedDefaultFeatures = [ "clang_3_5" "clang_3_6" "clang_3_7" "clang_3_8" "clang_3_9" "clang_4_0" "clang_5_0" "clang_6_0" "libloading" "runtime" ]; - replacement in Cargo.nix at line 573
"clap 2.33.3" = rec {"clap" = rec { - edit in Cargo.nix at line 575
version = "2.33.3";edition = "2015";sha256 = "00i065a58987k1sbzqmlz721rw521zcg08jmsh40gi3khp3qmr9p";authors = ["Kevin K. <kbknapp@gmail.com>"];dependencies = [{name = "ansi_term";packageId = "ansi_term";optional = true;target = { target, features }: (!target."windows");}{name = "atty";packageId = "atty";optional = true;}{name = "bitflags";packageId = "bitflags";}{name = "strsim";packageId = "strsim 0.8.0";optional = true;}{name = "textwrap";packageId = "textwrap 0.11.0";}{name = "unicode-width";packageId = "unicode-width";}{name = "vec_map";packageId = "vec_map";optional = true;}];features = {"color" = [ "ansi_term" "atty" ];"default" = [ "suggestions" "color" "vec_map" ];"doc" = [ "yaml" ];"lints" = [ "clippy" ];"suggestions" = [ "strsim" ];"wrap_help" = [ "term_size" "textwrap/term_size" ];"yaml" = [ "yaml-rust" ];};resolvedDefaultFeatures = [ "ansi_term" "atty" "color" "default" "strsim" "suggestions" "vec_map" ];};"clap 3.0.0-beta.2" = rec {crateName = "clap"; - replacement in Cargo.nix at line 613
packageId = "strsim 0.10.0";packageId = "strsim"; - replacement in Cargo.nix at line 623
packageId = "textwrap 0.12.1";packageId = "textwrap"; - replacement in Cargo.nix at line 712[4.28722]→[4.28722:28773](∅→∅),[4.28773]→[4.288:316](∅→∅),[4.316]→[4.28801:28827](∅→∅),[4.28801]→[4.28801:28827](∅→∅),[4.28827]→[4.317:390](∅→∅)
"cmake" = rec {crateName = "cmake";version = "0.1.45";edition = "2015";sha256 = "0m8868gi7wrfszjk6qfmb8bgawywqsd5fbm1rnjgn78p6yv10qpb";"console" = rec {crateName = "console";version = "0.13.0";edition = "2018";sha256 = "022ai0jbbawngrx396qppwgzk4pk3v2fdwckzamvz6h154jsn2m5"; - replacement in Cargo.nix at line 718
"Alex Crichton <alex@alexcrichton.com>""Armin Ronacher <armin.ronacher@active-4.com>" - replacement in Cargo.nix at line 722
name = "cc";packageId = "cc";name = "encode_unicode";packageId = "encode_unicode";target = { target, features }: target."windows";}{name = "lazy_static";packageId = "lazy_static";}{name = "libc";packageId = "libc";}{name = "regex";packageId = "regex";optional = true;usesDefaultFeatures = false;features = [ "std" ];}{name = "terminal_size";packageId = "terminal_size";}{name = "unicode-width";packageId = "unicode-width";optional = true; - edit in Cargo.nix at line 750
{name = "winapi";packageId = "winapi 0.3.9";target = { target, features }: target."windows";features = [ "winbase" "winuser" "consoleapi" "processenv" "wincon" ];}{name = "winapi-util";packageId = "winapi-util";optional = true;target = { target, features }: target."windows";} - replacement in Cargo.nix at line 763
features = {"ansi-parsing" = [ "regex" ];"default" = [ "unicode-width" "ansi-parsing" "windows-console-colors" ];"windows-console-colors" = [ "ansi-parsing" "winapi-util" ];};resolvedDefaultFeatures = [ "ansi-parsing" "default" "regex" "unicode-width" "winapi-util" "windows-console-colors" ]; - edit in Cargo.nix at line 1153
"encode_unicode" = rec {crateName = "encode_unicode";version = "0.3.6";edition = "2015";sha256 = "07w3vzrhxh9lpjgsg2y5bwzfar2aq35mdznvcp3zjl0ssj7d4mx3";authors = ["Torbjørn Birch Moltu <t.b.moltu@lyse.net>"];features = {"default" = [ "std" ];};resolvedDefaultFeatures = [ "default" "std" ];}; - replacement in Cargo.nix at line 1185
"env_logger 0.7.1" = rec {"env_logger" = rec { - edit in Cargo.nix at line 1187[4.40558]→[4.40558:41577](∅→∅),[4.41577]→[4.556:589](∅→∅),[4.589]→[4.41610:41644](∅→∅),[4.41610]→[4.41610:41644](∅→∅)
version = "0.7.1";edition = "2018";sha256 = "0djx8h8xfib43g5w94r1m1mkky5spcw4wblzgnhiyg5vnfxknls4";authors = ["The Rust Project Developers"];dependencies = [{name = "atty";packageId = "atty";optional = true;}{name = "humantime";packageId = "humantime 1.3.0";optional = true;}{name = "log";packageId = "log";features = [ "std" ];}{name = "regex";packageId = "regex";optional = true;}{name = "termcolor";packageId = "termcolor";optional = true;}];features = {"default" = [ "termcolor" "atty" "humantime" "regex" ];};resolvedDefaultFeatures = [ "atty" "default" "humantime" "regex" "termcolor" ];};"env_logger 0.8.2" = rec {crateName = "env_logger"; - replacement in Cargo.nix at line 1201
packageId = "humantime 2.0.1";packageId = "humantime"; - edit in Cargo.nix at line 1931
"glob" = rec {crateName = "glob";version = "0.3.0";edition = "2015";sha256 = "0x25wfr7vg3mzxc9x05dcphvd3nwlcmbnxrvwcvrrdwplcrrk4cv";authors = ["The Rust Project Developers"];}; - replacement in Cargo.nix at line 2215
"humantime 1.3.0" = rec {"humantime" = rec { - edit in Cargo.nix at line 2217
version = "1.3.0";edition = "2015";sha256 = "0krwgbf35pd46xvkqg14j070vircsndabahahlv3rwhflpy4q06z";authors = ["Paul Colomiets <paul@colomiets.name>"];dependencies = [{name = "quick-error";packageId = "quick-error";}];};"humantime 2.0.1" = rec {crateName = "humantime"; - edit in Cargo.nix at line 2474
"indicatif" = rec {crateName = "indicatif";version = "0.15.0";edition = "2018";sha256 = "1r4n50mclyi4c7b9c9mlma1rhchjamw71r3z8vgqcmp24mhvbakv";authors = ["Armin Ronacher <armin.ronacher@active-4.com>"];dependencies = [{name = "console";packageId = "console";}{name = "lazy_static";packageId = "lazy_static";}{name = "number_prefix";packageId = "number_prefix";}{name = "regex";packageId = "regex";usesDefaultFeatures = false;features = [ "std" ];}];features = {"improved_unicode" = [ "unicode-segmentation" "unicode-width" "console/unicode-width" ];"with_rayon" = [ "rayon" ];};resolvedDefaultFeatures = [ "default" ];}; - edit in Cargo.nix at line 2633
};};"lazycell" = rec {crateName = "lazycell";version = "1.3.0";edition = "2015";sha256 = "0m8gw7dn30i0zjjpjdyf6pc16c34nl71lpv461mix50x3p70h3c3";authors = ["Alex Crichton <alex@alexcrichton.com>""Nikita Pekin <contact@nikitapek.in>"];features = {"nightly-testing" = [ "clippy" "nightly" ]; - edit in Cargo.nix at line 2702
"libloading" = rec {crateName = "libloading";version = "0.6.5";edition = "2015";sha256 = "1c7xhvvf7mzxyyd1gsq0byj72znrafa1v2531n6n9hkfw07hi40h";authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"];dependencies = [{name = "cfg-if";packageId = "cfg-if 1.0.0";target = { target, features }: target."unix";}{name = "winapi";packageId = "winapi 0.3.9";target = { target, features }: target."windows";features = [ "winerror" "errhandlingapi" "libloaderapi" ];}];}; - replacement in Cargo.nix at line 2704
version = "1.0.0-alpha.6";version = "1.0.0-alpha.10"; - replacement in Cargo.nix at line 2828
packageId = "env_logger 0.8.2";packageId = "env_logger"; - edit in Cargo.nix at line 3362
"nom" = rec {crateName = "nom";version = "5.1.2";edition = "2018";sha256 = "1br74rwdp3c2ddga03bphnf355spn4mzwf1slg0a30zd4qnjdd7z";authors = ["contact@geoffroycouprie.com"];dependencies = [{name = "memchr";packageId = "memchr";usesDefaultFeatures = false;}];buildDependencies = [{name = "version_check";packageId = "version_check";}];features = {"default" = [ "std" "lexical" ];"lexical" = [ "lexical-core" ];"regexp" = [ "regex" ];"regexp_macros" = [ "regexp" "lazy_static" ];"std" = [ "alloc" "memchr/use_std" ];};resolvedDefaultFeatures = [ "alloc" "std" ];}; - edit in Cargo.nix at line 3462
};"number_prefix" = rec {crateName = "number_prefix";version = "0.3.0";edition = "2015";sha256 = "0slm4mqmpgs6hvz22ycny9lvyvl9ivs80a1lncslp7lszz02zc0p";authors = ["Benjamin Sago <ogham@bsago.me>"];features = {"default" = [ "std" ];};resolvedDefaultFeatures = [ "default" "std" ]; - edit in Cargo.nix at line 3726
};"peeking_take_while" = rec {crateName = "peeking_take_while";version = "0.1.2";edition = "2015";sha256 = "16bhqr6rdyrp12zv381cxaaqqd0pwysvm1q8h2ygihvypvfprc8r";authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]; - replacement in Cargo.nix at line 3740
version = "1.0.0-alpha.8";version = "1.0.0-alpha.12"; - replacement in Cargo.nix at line 3764
packageId = "clap 3.0.0-beta.2";packageId = "clap"; - replacement in Cargo.nix at line 3780
packageId = "env_logger 0.8.2";packageId = "env_logger"; - edit in Cargo.nix at line 3804
name = "indicatif";packageId = "indicatif";}{ - edit in Cargo.nix at line 3823
target = { target, features }: target."unix"; - edit in Cargo.nix at line 4169
"quick-error" = rec {crateName = "quick-error";version = "1.2.3";edition = "2015";sha256 = "1q6za3v78hsspisc197bg3g7rpc989qycy8ypr8ap8igv10ikl51";authors = ["Paul Colomiets <paul@colomiets.name>""Colin Kiegel <kiegel@gmx.de>"];}; - edit in Cargo.nix at line 4699
};};"rustc-hash" = rec {crateName = "rustc-hash";version = "1.1.0";edition = "2015";sha256 = "1qkc5khrmv5pqi5l5ca9p5nl5hs742cagrndhbrlk3dhlrx3zm08";authors = ["The Rust Project Developers"];features = {"default" = [ "std" ]; - edit in Cargo.nix at line 4700
resolvedDefaultFeatures = [ "default" "std" ]; - edit in Cargo.nix at line 5000
];};"shlex" = rec {crateName = "shlex";version = "0.1.1";edition = "2015";sha256 = "1lmv6san7g8dv6jdfp14m7bdczq9ss7j7bgsfqyqjc3jnjfippvz";authors = ["comex <comexk@gmail.com>" - replacement in Cargo.nix at line 5059
"strsim 0.10.0" = rec {"strsim" = rec { - edit in Cargo.nix at line 5069
"strsim 0.8.0" = rec {crateName = "strsim";version = "0.8.0";edition = "2015";sha256 = "0sjsm7hrvjdifz661pjxq5w4hf190hx53fra8dfvamacvff139cf";authors = ["Danny Guo <dannyguo91@gmail.com>"];}; - replacement in Cargo.nix at line 5211
"textwrap 0.11.0" = rec {crateName = "textwrap";version = "0.11.0";edition = "2015";sha256 = "0q5hky03ik3y50s9sz25r438bc4nwhqc6dqwynv4wylc807n29nk";"terminal_size" = rec {crateName = "terminal_size";version = "0.1.15";edition = "2018";sha256 = "1qfb07d040wh3m4yfnbxknda7i5fr56ypnwdwdgmzb1zpn1x3ljb"; - replacement in Cargo.nix at line 5217
"Martin Geisler <martin@geisler.net>""Andrew Chin <achin@eminence32.net>" - replacement in Cargo.nix at line 5221
name = "unicode-width";packageId = "unicode-width";name = "libc";packageId = "libc";target = { target, features }: (!target."windows");}{name = "winapi";packageId = "winapi 0.3.9";target = { target, features }: target."windows";features = [ "handleapi" "processenv" "winbase" "wincon" "winnt" ]; - replacement in Cargo.nix at line 5234
"textwrap 0.12.1" = rec {"textwrap" = rec { - replacement in Cargo.nix at line 5327
version = "0.29.10";version = "0.29.13"; - replacement in Cargo.nix at line 5329
sha256 = "129djsmp347gclcnkvpgnnj09lanqa9ynr683v8hj0ylsjqbfji0";sha256 = "1hzhhyd5g4z858fa034nr3876ib174hvj1aw7nxln0lswydwg0gx"; - replacement in Cargo.nix at line 5399
version = "0.18.8";version = "0.18.10"; - replacement in Cargo.nix at line 5401
sha256 = "1ylzjjg823z27yznxf9557gcwgbnknfz4836myxips31slpvdimi";sha256 = "0qrfafh40g4gf3bk8c63h8h20mg9zqwdzimf3jh1lk44fx0633iv"; - replacement in Cargo.nix at line 6948
resolvedDefaultFeatures = [ "basetsd" "consoleapi" "errhandlingapi" "fileapi" "handleapi" "impl-debug" "impl-default" "knownfolders" "libloaderapi" "lmcons" "memoryapi" "minschannel" "minwinbase" "minwindef" "ntdef" "ntstatus" "objbase" "processenv" "processthreadsapi" "profileapi" "schannel" "securitybaseapi" "shlobj" "sspi" "std" "sysinfoapi" "timezoneapi" "winbase" "wincon" "wincrypt" "winerror" "winnt" "winreg" "winsock2" "ws2def" "ws2ipdef" "ws2tcpip" ];resolvedDefaultFeatures = [ "basetsd" "consoleapi" "errhandlingapi" "fileapi" "handleapi" "impl-debug" "impl-default" "knownfolders" "lmcons" "memoryapi" "minschannel" "minwinbase" "minwindef" "ntdef" "ntstatus" "objbase" "processenv" "processthreadsapi" "profileapi" "schannel" "securitybaseapi" "shlobj" "sspi" "std" "sysinfoapi" "timezoneapi" "winbase" "wincon" "wincrypt" "winerror" "winnt" "winreg" "winsock2" "winuser" "ws2def" "ws2ipdef" "ws2tcpip" ]; - replacement in Cargo.nix at line 7102
version = "0.1.2";version = "0.1.3"; - replacement in Cargo.nix at line 7104
sha256 = "1pym7zlahw659b2baxrd0jj7xvhad4anjzcxk5f64cbs4wnsvkvx";sha256 = "1dj68fhrnzkyk6fpgvrgrxyw8kv0bgs8xfxcd58wqy9gpp86v90q"; - edit in Cargo.nix at line 7128
name = "bindgen";packageId = "bindgen";}{ - edit in Cargo.nix at line 7131
{name = "cmake";packageId = "cmake";} - edit in Cargo.lock at line 28
name = "ansi_term"version = "0.11.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"dependencies = ["winapi 0.3.9",][[package]] - edit in Cargo.lock at line 90
][[package]]name = "bindgen"version = "0.55.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "75b13ce559e6433d360c26305643803cb52cfbabbc2b9c47ce04a58493dfb443"dependencies = ["bitflags","cexpr","cfg-if 0.1.10","clang-sys","clap 2.33.3","env_logger 0.7.1","lazy_static","lazycell","log","peeking_take_while","proc-macro2","quote","regex","rustc-hash","shlex","which", - edit in Cargo.lock at line 167
name = "cexpr"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"dependencies = ["nom",][[package]] - edit in Cargo.lock at line 190[4.1036364]→[4.1036364:1036398](∅→∅),[4.1036398]→[4.122:140](∅→∅),[4.140]→[4.1036416:1036481](∅→∅),[4.226]→[4.1036416:1036481](∅→∅),[4.1036416]→[4.1036416:1036481](∅→∅),[4.1036481]→[4.141:219](∅→∅),[4.219]→[4.1036559:1036609](∅→∅),[4.305]→[4.1036559:1036609](∅→∅),[4.1036559]→[4.1036559:1036609](∅→∅)
][[package]]name = "clang-sys"version = "1.0.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "0659001ab56b791be01d4b729c44376edc6718cf389a502e579b77b758f3296c"dependencies = ["glob","libc","libloading", - edit in Cargo.lock at line 194[4.1036638]→[4.1036638:1036817](∅→∅),[4.1036817]→[4.1036817:1036831](∅→∅),[4.1036831]→[4.1036831:1036949](∅→∅)
version = "2.33.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"dependencies = ["ansi_term","atty","bitflags","strsim 0.8.0","textwrap 0.11.0","unicode-width","vec_map",][[package]]name = "clap" - replacement in Cargo.lock at line 204
"strsim 0.10.0","strsim", - replacement in Cargo.lock at line 206
"textwrap 0.12.1","textwrap", - edit in Cargo.lock at line 231[4.1037809]→[4.1037809:1037839](∅→∅),[4.1037839]→[4.306:325](∅→∅),[4.325]→[4.1037858:1037923](∅→∅),[4.1037858]→[4.1037858:1037923](∅→∅),[4.1037923]→[4.326:404](∅→∅),[4.404]→[4.1038001:1038025](∅→∅),[4.1038001]→[4.1038001:1038025](∅→∅)
][[package]]name = "cmake"version = "0.1.45"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"dependencies = ["cc", - edit in Cargo.lock at line 425
version = "0.7.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"dependencies = ["atty","humantime 1.3.0","log","regex","termcolor",][[package]]name = "env_logger" - replacement in Cargo.lock at line 430
"humantime 2.0.1","humantime", - edit in Cargo.lock at line 680
[[package]]name = "glob"version = "0.3.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" - edit in Cargo.lock at line 788
version = "1.3.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"dependencies = ["quick-error",][[package]]name = "humantime" - edit in Cargo.lock at line 945
name = "lazycell"version = "1.3.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"[[package]] - edit in Cargo.lock at line 962
][[package]]name = "libloading"version = "0.6.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1090080fe06ec2648d0da3881d9453d97e71a45f00eb179af7fdd7e3f686fdb0"dependencies = ["cfg-if 1.0.0","winapi 0.3.9", - replacement in Cargo.lock at line 966
version = "1.0.0-alpha.6"version = "1.0.0-alpha.10" - replacement in Cargo.lock at line 977
"env_logger 0.8.2","env_logger", - edit in Cargo.lock at line 1187
name = "nom"version = "5.1.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"dependencies = ["memchr","version_check",][[package]] - edit in Cargo.lock at line 1327
[[package]]name = "peeking_take_while"version = "0.1.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - replacement in Cargo.lock at line 1336
version = "1.0.0-alpha.8"version = "1.0.0-alpha.12" - replacement in Cargo.lock at line 1341
"clap 3.0.0-beta.2","clap", - replacement in Cargo.lock at line 1345
"env_logger 0.8.2","env_logger", - edit in Cargo.lock at line 1499
name = "quick-error"version = "1.2.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"[[package]] - edit in Cargo.lock at line 1657
name = "rustc-hash"version = "1.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"[[package]] - edit in Cargo.lock at line 1772
[[package]]name = "shlex"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" - edit in Cargo.lock at line 1796
[[package]]name = "strsim"version = "0.8.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" - edit in Cargo.lock at line 1867
version = "0.11.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"dependencies = ["unicode-width",][[package]]name = "textwrap" - replacement in Cargo.lock at line 1914
version = "0.29.10"version = "0.29.13" - replacement in Cargo.lock at line 1916
checksum = "204ab7b0d4d40309d11ec864eb93c256d104a4b5efee691965ef9071ab962d89"checksum = "fd81c79be79a024bbb3d5c05b92139614573d0c8960ca01c2ae893579a87f0c3" - replacement in Cargo.lock at line 1934
version = "0.18.8"version = "0.18.10" - replacement in Cargo.lock at line 1936
checksum = "b1c6b62fd561e81bbbaf6620f29d9d763dcede2925b96ebf3fe20f819e949ffa"checksum = "3b8e614077844c1aa01caec6df38fee955202082c33034d7708f3c40a0532e63" - replacement in Cargo.lock at line 2433
version = "0.1.2"version = "0.1.3" - replacement in Cargo.lock at line 2435
checksum = "7dcfad2d277a31625c999d7d6915690aee7ea4042d77b5c44ac570a8e83fd5df"checksum = "18a46dd0bd2f79cc5169acbb8ef45b604fc47dcf2fef779d997e7e9ba14346b6" - edit in Cargo.lock at line 2438
"bindgen", - edit in Cargo.lock at line 2439
"cmake",