Rename optional XmppConnection to MaybeXmppConnection

[?]
Dec 16, 2018, 10:53 AM
PBRUH4BJGPVY2F4C6SS7F5ZTQJAEBKZVEXCT7EOQRA25DT4MMZEAC

Dependencies

  • [2] QWE26TMV update deps
  • [3] TDOR5XQU Accept destination
  • [4] HKSQO7JZ Enable hyper http server and configuration
  • [5] UIQTC2NT Update dependencies
  • [6] VS6AHRWI Move XMPP to separate dir
  • [7] 3Q6IGHI2 Update deps
  • [8] 36WQ7YHD Update dependencies
  • [9] BTOZT4JP Use failure
  • [10] FV6BJ5K6 Send self-presence and store account info in Rc so it willbe used in some future in parallel
  • [11] 3GEU7TC7 Welcome to 2018!
  • [12] 5A5UVGNM Move receiver closing logic out of xmpp processing
  • [*] FVVPKFTL Initial commit

Change contents

  • replacement in src/xmpp/mod.rs at line 10
    [3.211][3.211:239](),[3.211][3.211:239]()
    pub struct XmppConnection {
    [3.211]
    [3.435]
    pub struct MaybeXmppConnection {
  • replacement in src/xmpp/mod.rs at line 15
    [3.349][3.349:453](),[3.349][3.349:453]()
    impl XmppConnection {
    fn new(account: config::Account) -> XmppConnection {
    XmppConnection {
    [3.349]
    [3.479]
    impl MaybeXmppConnection {
    fn new(account: config::Account) -> MaybeXmppConnection {
    MaybeXmppConnection {
  • replacement in src/xmpp/mod.rs at line 27
    [3.690][3.690:744](),[3.690][3.690:744]()
    let XmppConnection { account, inner } = self;
    [3.690]
    [3.744]
    let MaybeXmppConnection { account, inner } = self;
  • replacement in src/xmpp/mod.rs at line 30
    [3.782][3.782:831](),[3.782][3.782:831]()
    Box::new(future::ok(XmppConnection {
    [3.782]
    [3.831]
    Box::new(future::ok(MaybeXmppConnection {
  • replacement in src/xmpp/mod.rs at line 69
    [3.2498][3.2498:2574](),[3.2498][3.2498:2574]()
    future::ok(future::Loop::Break(XmppConnection {
    [3.2498]
    [3.2574]
    future::ok(future::Loop::Break(MaybeXmppConnection {
  • replacement in src/xmpp/mod.rs at line 93
    [3.745][3.3438:3492](),[3.3438][3.3438:3492]()
    let XmppConnection { account, inner } = self;
    [3.745]
    [3.3492]
    let MaybeXmppConnection { account, inner } = self;
  • replacement in src/xmpp/mod.rs at line 143
    [3.3254][3.3254:3319](),[3.3254][3.3254:3319](),[3.3254][3.3254:3319](),[3.3254][3.3254:3319]()
    Ok(inner) => future::ok(XmppConnection {
    [3.3254]
    [3.3319]
    Ok(inner) => future::ok(MaybeXmppConnection {
  • replacement in src/xmpp/mod.rs at line 162
    [3.3891][3.3891:3917](),[3.3891][3.3891:3917]()
    conn: XmppConnection,
    [3.3891]
    [3.3917]
    conn: MaybeXmppConnection,
  • replacement in src/xmpp/mod.rs at line 166
    [3.133][3.133:211]()
    fn new(cmd_recv: S, signal: F, conn: XmppConnection) -> XmppState<F, S> {
    [3.133]
    [3.4038]
    fn new(cmd_recv: S, signal: F, conn: MaybeXmppConnection) -> XmppState<F, S> {
  • replacement in src/xmpp/mod.rs at line 186
    [3.4481][3.4481:4526](),[3.4481][3.4481:4526](),[3.4481][3.4481:4526](),[3.4481][3.4481:4526]()
    let conn = XmppConnection::new(account);
    [3.4481]
    [3.4526]
    let conn = MaybeXmppConnection::new(account);
  • replacement in src/xmpp/mod.rs at line 237
    [2.900][2.900:969]()
    .and_then(|(opt_cmd_recv, _conn): (Option<S>, XmppConnection)| {
    [2.900]
    [2.969]
    .and_then(|(opt_cmd_recv, _conn): (Option<S>, MaybeXmppConnection)| {
  • replacement in Cargo.lock at line 5
    [3.6952][2.2634:2707]()
    "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.6952]
    [3.7025]
    "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 39
    [3.7798][2.2821:2893]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.7798]
    [3.7870]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • edit in Cargo.lock at line 45
    [2.2907][2.2907:3007](),[2.3007][3.8019:8032](),[3.8019][3.8019:8032]()
    name = "autocfg"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    [[package]]
  • replacement in Cargo.lock at line 49
    [3.8151][2.3008:3089]()
    "backtrace-sys 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.8151]
    [3.8232]
    "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 53
    [3.8462][2.3090:3244]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    "rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.8462]
    [3.8615]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
    "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 60
    [3.8722][2.3245:3264]()
    version = "0.3.13"
    [3.8722]
    [3.8740]
    version = "0.3.9"
  • replacement in Cargo.lock at line 63
    [3.8822][2.3265:3420]()
    "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
    "backtrace-sys 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.8822]
    [3.8903]
    "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 65
    [3.8976][2.3421:3575]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    "rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.8976]
    [3.9129]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
    "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 72
    [3.9240][2.3576:3595]()
    version = "0.1.26"
    [3.9240]
    [3.9259]
    version = "0.1.24"
  • replacement in Cargo.lock at line 75
    [3.9341][2.3596:3738]()
    "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.9341]
    [3.9483]
    "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 138
    [3.11172][2.3759:3778]()
    version = "1.0.26"
    [3.11172]
    [3.11191]
    version = "1.0.25"
  • replacement in Cargo.lock at line 153
    [3.11653][2.3779:3851]()
    "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.11653]
    [3.11725]
    "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 189
    [3.12938][2.3852:3924]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.12938]
    [3.13010]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 197
    [3.13154][2.3925:3997]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.13154]
    [3.13226]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 206
    [2.4099][2.4099:4181]()
    "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.4099]
    [3.13530]
    "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 216
    [3.13818][2.4277:4359]()
    "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.13818]
    [2.4359]
    "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 224
    [3.14171][2.4438:4456]()
    version = "0.6.3"
    [3.14171]
    [3.14189]
    version = "0.6.1"
  • replacement in Cargo.lock at line 268
    [3.15438][2.4550:4569]()
    version = "0.8.13"
    [3.15438]
    [3.15457]
    version = "0.8.12"
  • replacement in Cargo.lock at line 282
    [2.4735][2.4735:4807]()
    "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.4735]
    [3.16038]
    "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 299
    [3.16463][2.4808:4885]()
    "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.16463]
    [3.16539]
    "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 307
    [3.16671][2.4886:4963]()
    "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.16671]
    [3.16747]
    "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 318
    [2.5116][2.5116:5188]()
    "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.5116]
    [2.5188]
    "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 379
    [3.18884][2.5269:5344]()
    "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.18884]
    [3.18959]
    "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 412
    [3.20164][2.5657:5729]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.20164]
    [3.20236]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 441
    [3.21010][2.5843:5863]()
    version = "0.12.18"
    [3.21010]
    [3.21030]
    version = "0.12.17"
  • replacement in Cargo.lock at line 454
    [3.21844][2.6152:6224]()
    "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.21844]
    [2.6224]
    "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 485
    [3.23148][2.6541:6613]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.23148]
    [3.23220]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 542
    [3.25028][2.6671:6690]()
    version = "0.2.45"
    [3.25028]
    [3.25047]
    version = "0.2.44"
  • replacement in Cargo.lock at line 582
    [3.26278][2.6807:6825]()
    version = "0.7.5"
    [3.26278]
    [3.26296]
    version = "0.7.3"
  • replacement in Cargo.lock at line 587
    [3.26528][2.6826:6979]()
    "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
    "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.26528]
    [2.6979]
    "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
    "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 592
    [3.26925][2.7058:7132]()
    "tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.26925]
    [3.26999]
    "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 602
    [3.27143][2.7133:7151]()
    version = "2.1.2"
    [3.27143]
    [3.27161]
    version = "2.1.1"
  • replacement in Cargo.lock at line 606
    [3.27316][2.7152:7224]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.27316]
    [3.27388]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 635
    [2.7300][2.7300:7372]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.7300]
    [2.7372]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 649
    [3.29101][2.7443:7515]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.29101]
    [3.29173]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 670
    [2.7594][2.7594:7666]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.7594]
    [2.7666]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 687
    [3.30792][2.7813:7885]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.30792]
    [3.30864]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 719
    [3.31626][2.7906:7924]()
    version = "1.9.0"
    [3.31626]
    [3.31644]
    version = "1.8.0"
  • replacement in Cargo.lock at line 722
    [3.31726][2.7925:7997]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.31726]
    [3.31798]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 734
    [2.8076][2.8076:8148]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.8076]
    [3.32310]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 748
    [3.32645][2.8149:8291]()
    "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.32645]
    [3.32787]
    "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 776
    [3.33592][2.8387:8459]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.33592]
    [3.33664]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 779
    [3.33815][2.8460:8535]()
    "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.33815]
    [3.33890]
    "smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 850
    [3.35794][2.8556:8635]()
    "encoding_rs 0.8.13 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.35794]
    [3.35873]
    "encoding_rs 0.8.12 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 853
    [2.8706][2.8706:8779]()
    "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.8706]
    [3.36090]
    "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 875
    [3.36621][2.8880:8952]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.36621]
    [3.36693]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 886
    [3.37051][2.8953:9025]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.37051]
    [3.37123]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 898
    [2.9311][2.9311:9383]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.9311]
    [2.9383]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 966
    [3.37635][2.11214:11233]()
    version = "0.1.44"
    [3.37635]
    [3.37654]
    version = "0.1.43"
  • replacement in Cargo.lock at line 974
    [3.37855][2.11234:11315]()
    "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.37855]
    [3.37936]
    "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 979
    [3.37966][2.11316:11334]()
    version = "1.1.0"
    [3.37966]
    [3.37984]
    version = "1.0.6"
  • replacement in Cargo.lock at line 983
    [2.11414][2.11414:11566]()
    "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
    "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.11414]
    [3.38297]
    "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
    "regex-syntax 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 991
    [3.38491][2.11646:11664]()
    version = "0.6.4"
    [3.38491]
    [3.38509]
    version = "0.6.3"
  • replacement in Cargo.lock at line 1016
    [3.39206][2.11741:11760]()
    version = "0.1.11"
    [3.39206]
    [3.39224]
    version = "0.1.9"
  • replacement in Cargo.lock at line 1067
    [3.40710][2.11859:11931]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.40710]
    [3.40782]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1077
    [3.41104][2.11932:12004]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.41104]
    [3.41176]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1100
    [2.12156][2.12156:12230]()
    "hyper 0.12.18 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.12156]
    [2.12230]
    "hyper 0.12.17 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1103
    [3.41907][2.12301:12454]()
    "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
    "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.41907]
    [2.12454]
    "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
    "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1115
    [3.42550][2.12681:12700]()
    version = "1.0.82"
    [3.42550]
    [3.42569]
    version = "1.0.80"
  • replacement in Cargo.lock at line 1120
    [3.42669][2.12701:12720]()
    version = "1.0.82"
    [3.42669]
    [3.42688]
    version = "1.0.80"
  • replacement in Cargo.lock at line 1125
    [2.12873][2.12873:12945]()
    "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.12873]
    [3.42993]
    "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1135
    [2.13036][2.13036:13109]()
    "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.13036]
    [3.43343]
    "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1177
    [2.13204][2.13204:13276]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.13204]
    [3.44926]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1192
    [3.45184][2.13277:13295]()
    version = "0.6.7"
    [3.45184]
    [3.45202]
    version = "0.6.6"
  • replacement in Cargo.lock at line 1204
    [3.45567][2.13296:13449]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.45567]
    [3.45720]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
    "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1228
    [3.46493][2.13548:13621]()
    "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.46493]
    [3.46566]
    "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1267
    [3.47899][2.13775:13795]()
    version = "0.15.23"
    [3.47899]
    [3.47919]
    version = "0.15.22"
  • replacement in Cargo.lock at line 1290
    [2.14121][2.14121:14193]()
    "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.14121]
    [3.48800]
    "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1300
    [3.49084][2.14213:14285]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.49084]
    [2.14285]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1302
    [2.14356][2.14356:14437]()
    "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.14356]
    [3.49308]
    "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1309
    [3.49494][2.14438:14456]()
    version = "0.4.1"
    [3.49494]
    [3.49512]
    version = "0.4.0"
  • replacement in Cargo.lock at line 1330
    [3.50148][2.14457:14610]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.50148]
    [3.50301]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
    "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1353
    [3.50839][2.14690:14709]()
    version = "0.1.41"
    [3.50839]
    [3.50858]
    version = "0.1.40"
  • replacement in Cargo.lock at line 1356
    [3.50940][2.14710:14863]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.50940]
    [3.51093]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
    "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1369
    [3.51516][2.14958:15033]()
    "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.51516]
    [3.51516]
    "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1443
    [3.54327][2.15858:15940]()
    "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.54327]
    [3.54409]
    "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1448
    [3.54703][2.16090:16165]()
    "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.54703]
    [3.54778]
    "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1461
    [3.55296][2.16185:16257]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.55296]
    [3.55368]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1490
    [2.16674][2.16674:16756]()
    "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.16674]
    [3.56787]
    "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1493
    [2.16827][2.16827:16902]()
    "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
    [2.16827]
    [2.16902]
    "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1503
    [3.57295][2.16993:17075]()
    "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.57295]
    [3.57377]
    "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1541
    [3.58977][2.17414:17486]()
    "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.58977]
    [2.17486]
    "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1580
    [3.61052][2.17962:18035]()
    "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.61052]
    [3.61125]
    "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1595
    [3.61785][2.18185:18260]()
    "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.61785]
    [3.61860]
    "smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1619
    [3.63218][2.18791:18866]()
    "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.63218]
    [2.18866]
    "smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
  • replacement in Cargo.lock at line 1813
    [3.68582][2.19159:19309]()
    "markup5ever 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
    "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
    [3.68582]
    [3.68732]
    "markup5ever 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
    "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  • edit in Cargo.lock at line 1841
    [3.70518][2.19770:19920]()
    "checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727"
  • replacement in Cargo.lock at line 1842
    [3.70670][2.19921:20231]()
    "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5"
    "checksum backtrace-sys 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "3fcce89e5ad5c8949caa9434501f7b55415b3e7ad5270cb88c75a8d35e8f1279"
    [3.70670]
    [3.70979]
    "checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
    "checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
  • replacement in Cargo.lock at line 1852
    [3.72184][2.20382:20528]()
    "checksum cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "389803e36973d242e7fecb092b2de44a3d35ac62524b3b9339e51d577d668e02"
    [3.72184]
    [3.72330]
    "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
  • replacement in Cargo.lock at line 1862
    [2.20845][2.20845:21003]()
    "checksum crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "41ee4864f4797060e52044376f7d107429ce1fb43460021b126424b7180ee21a"
    [2.20845]
    [3.73880]
    "checksum crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c55913cc2799171a550e307918c0a360e8c16004820291bf3b638969b4a01816"
  • replacement in Cargo.lock at line 1867
    [3.74491][2.21004:21159]()
    "checksum encoding_rs 0.8.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1a8fa54e6689eb2549c4efed8d00d7f3b2b994a064555b0e8df4ae3764bcc4be"
    [3.74491]
    [2.21159]
    "checksum encoding_rs 0.8.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ca20350a7cb5aab5b9034731123d6d412caf3e92d4985e739e411ba0955fd0eb"
  • replacement in Cargo.lock at line 1888
    [2.21761][2.21761:21911]()
    "checksum hyper 0.12.18 (registry+https://github.com/rust-lang/crates.io-index)" = "8dd7729fc83d88353415f6816fd4bb00897aa47c7f1506b69060e74e6e3d8e8b"
    [2.21761]
    [3.77861]
    "checksum hyper 0.12.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c49a75385d35ff5e9202755f09beb0b878a05c4c363fcc52b23eeb5dcb6782cc"
  • replacement in Cargo.lock at line 1899
    [2.22369][2.22369:22517]()
    "checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74"
    [2.22369]
    [3.79508]
    "checksum libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)" = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311"
  • replacement in Cargo.lock at line 1905
    [3.80407][2.22816:22970]()
    "checksum markup5ever 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "897636f9850c3eef4905a5540683ed53dc9393860f0846cab2c2ddf9939862ff"
    [3.80407]
    [3.80561]
    "checksum markup5ever 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a87c4100d614080c8ab43334fb028ebe387f273fb61ed4ff0eae9189b94b6be8"
  • replacement in Cargo.lock at line 1907
    [3.80711][2.22971:23120]()
    "checksum memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db4c41318937f6e76648f42826b1d9ade5c09cafb5aef7e351240a70f39206e9"
    [3.80711]
    [3.80860]
    "checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16"
  • replacement in Cargo.lock at line 1919
    [3.82529][2.23272:23423]()
    "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
    [3.82529]
    [3.82680]
    "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
  • replacement in Cargo.lock at line 1948
    [2.24796][2.24796:24953]()
    "checksum redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "a84bcd297b87a545980a2d25a0beb72a1f490c31f0a9fde52fca35bfbb1ceb70"
    [2.24796]
    [3.86208]
    "checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
  • replacement in Cargo.lock at line 1950
    [3.86364][2.24954:25257]()
    "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f"
    "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1"
    [3.86364]
    [3.86667]
    "checksum regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467"
    "checksum regex-syntax 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fbc557aac2b708fe84121caf261346cc2eed71978024337e42eb46b8a252ac6e"
  • replacement in Cargo.lock at line 1954
    [3.86978][2.25258:25416]()
    "checksum rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "01b90379b8664dd83460d59bdc5dd1fd3172b8913788db483ed1325171eab2f7"
    [3.86978]
    [3.87135]
    "checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
  • replacement in Cargo.lock at line 1965
    [3.88670][2.25564:25869]()
    "checksum serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "6fa52f19aee12441d5ad11c9a00459122bd8f98707cadf9778c540674f1935b6"
    "checksum serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "96a7f9496ac65a2db5929afa087b54f8fc5008dcfbe48a8874ed20049b0d6154"
    [3.88670]
    [2.25869]
    "checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef"
    "checksum serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c"
  • replacement in Cargo.lock at line 1974
    [3.90024][2.26179:26330]()
    "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
    [3.90024]
    [3.90175]
    "checksum smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "622df2d454c29a4d89b30dc3b27b42d7d90d6b9e587dbf8f67652eb7514da484"
  • replacement in Cargo.lock at line 1983
    [3.91412][2.26481:26629]()
    "checksum syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9545a6a093a3f0bd59adb472700acc08cad3776f860f16a897dfce8c88721cbc"
    [3.91412]
    [3.91560]
    "checksum syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)" = "ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7"
  • replacement in Cargo.lock at line 1987
    [2.26937][2.26937:27087]()
    "checksum tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
    [2.26937]
    [3.92166]
    "checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
  • replacement in Cargo.lock at line 1992
    [3.92775][2.27088:27236]()
    "checksum time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "847da467bf0db05882a9e2375934a8a55cffdc9db0d128af1518200260ba1f6c"
    [3.92775]
    [2.27236]
    "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"