Update identity dependencies

finchie
Aug 16, 2022, 8:47 AM
4EN4MDBQC3DDMYWY7GNCOR2CUTNQJSKKBUSAH7OTJGNO6FBPY55QC

Dependencies

  • [2] KDFKSRR3 Adding files to Cargo.toml::include
  • [3] 7ZROQSSN Handling TAG uploads from the `pijul protocol` command
  • [4] OFQY3GUU Formatting and versions
  • [5] G65S7FAW Version bump and cleanup
  • [6] IIV3EL2X Cleanup, formatting, and fixing the Git feature
  • [7] B7YFA54A Cargo.lock update
  • [8] JL4WKA5P Implement the Sanakirja concurrency model in a cross-process way
  • [9] YN63NUZO Sanakirja 1.0
  • [10] XF3FRWJ6 Version bump (including clap 3.0.0-beta.4)
  • [11] PIQCNEEB Upgrading to Clap 3.0.0-alpha.5
  • [12] H4IRHDJI Upgrading some deps
  • [13] OIOMXESD Better error handling in HTTP
  • [14] V4T4SC7O Testing binary diff
  • [15] VKBJ6XB6 Formatting and version bump
  • [16] 6XDVUSBM Version bump
  • [17] HKA66XOQ Updating Thrussh version for long or massive connections
  • [18] 2K7JLB4Z No pager on Windows
  • [19] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [20] FDPGJDXV Compiling Thrussh with feature OpenSSL by default
  • [21] YMWMWFA5 Version bumps
  • [22] NWYJJHDF Version bump
  • [23] PU7W2P3D Cargo.lock bump
  • [24] VAPBIG46 Version bump
  • [25] SPA2OL5I keep-changes feature (default) to avoid deleting problematic changes
  • [26] TYAKEAJL A better estimate of the maximum number of open patches we can keep (Unix-only at the moment)
  • [27] 6CZYYOG7 Faster guessing of encoding
  • [28] ZDK3GNDB Tag transactions (including a massive refactoring of errors)
  • [29] QJXNUQFJ Solving conflicts
  • [30] R7FFNQZV Cargo.lock update
  • [31] 6F6AAHK4 Simplifying pijul::commands::log, and fixing Broken Pipe errors
  • [32] MFTN7GBW Pre-tags cleanup + fast Sanakirja
  • [*] 5FI6SBEZ Re-implement change printing and parsing

Change contents

  • edit in Cargo.lock at line 46
    [5.440]
    [5.1031113]
    ]
    [[package]]
    name = "ansi_term"
    version = "0.12.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
    dependencies = [
    "winapi",
  • edit in Cargo.lock at line 76
    [5.1031933]
    [5.1031933]
    name = "async-io"
    version = "1.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"
    dependencies = [
    "concurrent-queue",
    "futures-lite",
    "libc",
    "log",
    "once_cell",
    "parking",
    "polling",
    "slab",
    "socket2",
    "waker-fn",
    "winapi",
    ]
    [[package]]
  • edit in Cargo.lock at line 265
    [5.1532]
    [5.1532]
    name = "cache-padded"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
    [[package]]
  • replacement in Cargo.lock at line 316
    [5.3116][4.1016:1034]()
    version = "3.1.8"
    [5.3116]
    [5.3141]
    version = "3.2.15"
  • replacement in Cargo.lock at line 318
    [5.3206][4.1035:1113]()
    checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c"
    [5.3206]
    [5.3284]
    checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417"
  • edit in Cargo.lock at line 323
    [5.3339]
    [5.3339]
    "clap_lex",
  • replacement in Cargo.lock at line 325
    [5.3352][5.3352:3368](),[5.3368][5.3368:3385]()
    "lazy_static",
    "os_str_bytes",
    [5.3352]
    [5.3385]
    "once_cell",
  • replacement in Cargo.lock at line 333
    [5.3489][4.1114:1132]()
    version = "3.1.7"
    [5.3489]
    [5.3514]
    version = "3.2.15"
  • replacement in Cargo.lock at line 335
    [5.3579][4.1133:1211]()
    checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"
    [5.3579]
    [5.3657]
    checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
  • edit in Cargo.lock at line 342
    [5.3738]
    [5.3738]
    ]
    [[package]]
    name = "clap_lex"
    version = "0.2.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
    dependencies = [
    "os_str_bytes",
    ]
    [[package]]
    name = "concurrent-queue"
    version = "1.2.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
    dependencies = [
    "cache-padded",
  • edit in Cargo.lock at line 363
    [5.3753]
    [5.3977]
    name = "conpty"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "977baae4026273d7f9bb69a0a8eb4aed7ab9dac98799f742dce09173a9734754"
    dependencies = [
    "windows",
    ]
    [[package]]
    name = "console"
    version = "0.15.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
    dependencies = [
    "encode_unicode",
    "libc",
    "once_cell",
    "regex",
    "terminal_size",
    "unicode-width",
    "winapi",
    ]
    [[package]]
  • replacement in Cargo.lock at line 446
    [5.5598][5.5598:5614]()
    "lazy_static",
    [5.5598]
    [5.5614]
    "lazy_static 1.4.0",
  • replacement in Cargo.lock at line 458
    [5.1418][5.5878:5894](),[5.5878][5.5878:5894]()
    "lazy_static",
    [5.1418]
    [5.1542]
    "lazy_static 1.4.0",
  • replacement in Cargo.lock at line 506
    [5.7036][5.7036:7044]()
    "nix",
    [5.7036]
    [5.7044]
    "nix 0.23.1",
  • edit in Cargo.lock at line 529
    [5.7551]
    [5.7551]
    [[package]]
    name = "dateparser"
    version = "0.1.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "81dcee48ba66b79ba92dab399f218228f98c5d601ca85127fbc1ad60caf237d8"
    dependencies = [
    "anyhow",
    "chrono",
    "lazy_static 1.4.0",
    "regex",
    ]
    [[package]]
    name = "derivative"
    version = "2.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn",
    ]
  • edit in Cargo.lock at line 560
    [5.3906]
    [5.7564]
    name = "dialoguer"
    version = "0.10.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d8c8ae48e400addc32a8710c8d62d55cb84249a7d58ac4cd959daecfbaddc545"
    dependencies = [
    "console",
    "fuzzy-matcher",
    "tempfile",
    "zeroize",
    ]
    [[package]]
  • edit in Cargo.lock at line 678
    [5.9898]
    [5.9898]
    [[package]]
    name = "encode_unicode"
    version = "0.3.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
  • edit in Cargo.lock at line 695
    [5.10143]
    [5.10143]
    name = "enumflags2"
    version = "0.6.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
    dependencies = [
    "enumflags2_derive",
    "serde",
    ]
    [[package]]
    name = "enumflags2_derive"
    version = "0.6.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn",
    ]
    [[package]]
  • edit in Cargo.lock at line 747
    [5.10879]
    [5.2079]
    ]
    [[package]]
    name = "exitcode"
    version = "1.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"
    [[package]]
    name = "expectrl"
    version = "0.5.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2795e11f4ee3124984d454f25ac899515a5fa6d956562ef2b147fef6050b02f8"
    dependencies = [
    "conpty",
    "nix 0.23.1",
    "ptyprocess",
    "regex",
  • edit in Cargo.lock at line 890
    [5.14185]
    [5.14185]
    name = "futures-lite"
    version = "1.12.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
    dependencies = [
    "fastrand",
    "futures-core",
    "futures-io",
    "memchr",
    "parking",
    "pin-project-lite",
    "waker-fn",
    ]
    [[package]]
  • edit in Cargo.lock at line 943
    [5.15282]
    [5.15282]
    ]
    [[package]]
    name = "fuzzy-matcher"
    version = "0.3.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
    dependencies = [
    "thread_local",
  • edit in Cargo.lock at line 1061
    [5.18025]
    [5.18025]
    name = "hkdf"
    version = "0.11.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "01706d578d5c281058480e673ae4086a9f4710d8df1ad80a5b03e39ece5f886b"
    dependencies = [
    "digest 0.9.0",
    "hmac",
    ]
    [[package]]
  • replacement in Cargo.lock at line 1191
    [5.20815][5.20815:20831]()
    "lazy_static",
    [5.20815]
    [5.20831]
    "lazy_static 1.4.0",
  • edit in Cargo.lock at line 1251
    [5.22230]
    [5.22230]
    name = "keyring"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "38fb8399ddcabfccb274577a8d90f0653e0b5b5977797c1c8834ad09839a10e5"
    dependencies = [
    "byteorder",
    "secret-service",
    "security-framework",
    "winapi",
    ]
    [[package]]
  • edit in Cargo.lock at line 1264
    [5.22251]
    [5.22251]
    version = "0.2.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
    [[package]]
    name = "lazy_static"
  • replacement in Cargo.lock at line 1322
    [5.23283][5.23283:23299]()
    "lazy_static",
    [5.23283]
    [5.23299]
    "lazy_static 1.4.0",
  • replacement in Cargo.lock at line 1520
    [5.27640][5.27640:27656]()
    "lazy_static",
    [5.27640]
    [5.27656]
    "lazy_static 1.4.0",
  • edit in Cargo.lock at line 1530
    [5.27795]
    [5.27795]
    ]
    [[package]]
    name = "nb-connect"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15"
    dependencies = [
    "libc",
    "socket2",
    ]
    [[package]]
    name = "nix"
    version = "0.21.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5c3728fec49d363a50a8828a190b379a446cc5cf085c06259bbbeb34447e4ec7"
    dependencies = [
    "bitflags",
    "cc",
    "cfg-if",
    "libc",
    "memoffset",
    ]
    [[package]]
    name = "nix"
    version = "0.22.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
    dependencies = [
    "bitflags",
    "cc",
    "cfg-if",
    "libc",
    "memoffset",
  • edit in Cargo.lock at line 1601
    [5.28505]
    [5.28505]
    name = "num"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
    dependencies = [
    "num-bigint",
    "num-complex",
    "num-integer",
    "num-iter",
    "num-rational",
    "num-traits",
    ]
    [[package]]
  • edit in Cargo.lock at line 1622
    [5.28731]
    [5.28731]
    "num-traits",
    ]
    [[package]]
    name = "num-complex"
    version = "0.4.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
    dependencies = [
  • edit in Cargo.lock at line 1645
    [5.29003]
    [5.29003]
    name = "num-iter"
    version = "0.1.43"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
    dependencies = [
    "autocfg",
    "num-integer",
    "num-traits",
    ]
    [[package]]
    name = "num-rational"
    version = "0.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
    dependencies = [
    "autocfg",
    "num-bigint",
    "num-integer",
    "num-traits",
    ]
    [[package]]
  • replacement in Cargo.lock at line 1697
    [5.29711][4.5334:5353]()
    version = "1.10.0"
    [5.29711]
    [5.29729]
    version = "1.13.0"
  • replacement in Cargo.lock at line 1699
    [5.29794][4.5354:5432]()
    checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
    [5.29794]
    [5.29872]
    checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
  • edit in Cargo.lock at line 1745
    [5.45185][5.2052:2082](),[5.2052][5.2052:2082]()
    dependencies = [
    "memchr",
    ]
  • edit in Cargo.lock at line 1764
    [5.31476]
    [5.31476]
    [[package]]
    name = "parking"
    version = "2.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
  • edit in Cargo.lock at line 1855
    [5.33661]
    [5.33661]
    "dateparser",
    "dialoguer",
  • edit in Cargo.lock at line 1860
    [5.33699]
    [5.33699]
    "exitcode",
    "expectrl",
  • replacement in Cargo.lock at line 1868
    [5.33772][5.33772:33788]()
    "lazy_static",
    [5.33772]
    [5.33788]
    "keyring",
    "lazy_static 1.4.0",
  • edit in Cargo.lock at line 1873
    [5.33822]
    [5.33822]
    "once_cell",
  • edit in Cargo.lock at line 1876
    [5.33847]
    [4.5433]
    "ptree",
  • edit in Cargo.lock at line 1881
    [5.2147][5.33884:33898](),[5.33884][5.33884:33898]()
    "rpassword",
  • edit in Cargo.lock at line 1894
    [5.34061]
    [5.2999]
    "validator",
  • edit in Cargo.lock at line 1925
    [4.5547]
    [5.34784]
    [[package]]
    name = "polling"
    version = "2.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
    dependencies = [
    "cfg-if",
    "libc",
    "log",
    "wepoll-ffi",
    "winapi",
    ]
  • edit in Cargo.lock at line 1944
    [5.2788]
    [5.34979]
    [[package]]
    name = "proc-macro-crate"
    version = "0.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
    dependencies = [
    "toml",
    ]
    [[package]]
    name = "proc-macro-crate"
    version = "1.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
    dependencies = [
    "thiserror",
    "toml",
    ]
  • edit in Cargo.lock at line 1995
    [5.36174]
    [34.82720]
    ]
    [[package]]
    name = "ptree"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a0de80796b316aec75344095a6d2ef68ec9b8f573b9e7adc821149ba3598e270"
    dependencies = [
    "ansi_term",
    "atty",
    "serde",
    "tint",
    ]
    [[package]]
    name = "ptyprocess"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "69c28fcebfd842bfe19d69409fc321230ea8c1bebe31f274906485c761ce1917"
    dependencies = [
    "nix 0.21.0",
  • replacement in Cargo.lock at line 2184
    [5.40816][5.40816:40832]()
    "lazy_static",
    [5.40816]
    [5.40832]
    "lazy_static 1.4.0",
  • edit in Cargo.lock at line 2208
    [5.2340][5.2340:2366](),[5.2366][5.41056:41071](),[5.41056][5.41056:41071](),[5.41071][5.41071:41251]()
    dependencies = [
    "libc",
    ]
    [[package]]
    name = "rpassword"
    version = "5.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
  • edit in Cargo.lock at line 2210
    [5.41277][5.41277:41288]()
    "winapi",
  • replacement in Cargo.lock at line 2241
    [5.42136][5.42136:42152]()
    "lazy_static",
    [5.42136]
    [5.42152]
    "lazy_static 1.4.0",
  • replacement in Cargo.lock at line 2264
    [5.42670][5.42670:42686]()
    "lazy_static",
    [5.42670]
    [5.42686]
    "lazy_static 1.4.0",
  • edit in Cargo.lock at line 2269
    [5.42712]
    [5.42712]
    name = "scoped-tls"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
    [[package]]
  • edit in Cargo.lock at line 2279
    [5.42893]
    [5.42893]
    [[package]]
    name = "secret-service"
    version = "2.0.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e1da5c423b8783185fd3fecd1c8796c267d2c089d894ce5a93c280a5d3f780a2"
    dependencies = [
    "aes",
    "block-modes",
    "hkdf",
    "lazy_static 1.4.0",
    "num",
    "rand 0.8.5",
    "serde",
    "sha2",
    "zbus",
    "zbus_macros",
    "zvariant",
    "zvariant_derive",
    ]
  • edit in Cargo.lock at line 2361
    [5.44407]
    [5.44407]
    ]
    [[package]]
    name = "serde_repr"
    version = "0.1.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a2ad84e47328a31223de7fed7a4f5087f2d6ddfe586cf3ca25b7a165bc0a5aed"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn",
  • replacement in Cargo.lock at line 2529
    [5.48364][5.8202:8221]()
    version = "1.0.30"
    [5.48364]
    [5.48383]
    version = "1.0.31"
  • replacement in Cargo.lock at line 2531
    [5.48448][5.8222:8300]()
    checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
    [5.48448]
    [5.48526]
    checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
  • replacement in Cargo.lock at line 2538
    [5.48601][5.8301:8320]()
    version = "1.0.30"
    [5.48601]
    [5.48620]
    version = "1.0.31"
  • replacement in Cargo.lock at line 2540
    [5.48685][5.8321:8399]()
    checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
    [5.48685]
    [5.48763]
    checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
  • replacement in Cargo.lock at line 2641
    [5.50569][5.50569:50585]()
    "lazy_static",
    [5.50569]
    [5.50585]
    "lazy_static 1.4.0",
  • edit in Cargo.lock at line 2656
    [5.50865]
    [5.50865]
    ]
    [[package]]
    name = "tint"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7af24570664a3074673dbbf69a65bdae0ae0b72f2949b1adfbacb736ee4d6896"
    dependencies = [
    "lazy_static 0.2.11",
  • replacement in Cargo.lock at line 2805
    [5.53342][5.53342:53358]()
    "lazy_static",
    [5.53342]
    [5.53358]
    "lazy_static 1.4.0",
  • edit in Cargo.lock at line 2847
    [5.54973]
    [5.55170]
    name = "unicode-width"
    version = "0.1.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
    [[package]]
  • edit in Cargo.lock at line 2877
    [4.8314]
    [5.55845]
    ]
    [[package]]
    name = "validator"
    version = "0.15.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f07b0a1390e01c0fc35ebb26b28ced33c9a3808f7f9fbe94d3cc01e233bfeed5"
    dependencies = [
    "idna",
    "lazy_static 1.4.0",
    "regex",
    "serde",
    "serde_derive",
    "serde_json",
    "url",
  • edit in Cargo.lock at line 2907
    [5.56438]
    [5.56438]
    name = "waker-fn"
    version = "1.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
    [[package]]
  • replacement in Cargo.lock at line 2968
    [5.57842][5.57842:57858]()
    "lazy_static",
    [5.57842]
    [5.57858]
    "lazy_static 1.4.0",
  • edit in Cargo.lock at line 3025
    [5.59224]
    [5.59224]
    ]
    [[package]]
    name = "wepoll-ffi"
    version = "0.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
    dependencies = [
    "cc",
  • replacement in Cargo.lock at line 3043
    [5.59443][5.7067:7083]()
    "lazy_static",
    [5.59443]
    [5.59443]
    "lazy_static 1.4.0",
  • edit in Cargo.lock at line 3087
    [5.60802]
    [5.60802]
    [[package]]
    name = "windows"
    version = "0.29.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "aac7fef12f4b59cd0a29339406cc9203ab44e440ddff6b3f5a41455349fa9cf3"
    dependencies = [
    "windows_aarch64_msvc",
    "windows_i686_gnu",
    "windows_i686_msvc",
    "windows_x86_64_gnu",
    "windows_x86_64_msvc",
    ]
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.29.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b"
    [[package]]
    name = "windows_i686_gnu"
    version = "0.29.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58"
    [[package]]
    name = "windows_i686_msvc"
    version = "0.29.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4"
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.29.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354"
  • edit in Cargo.lock at line 3126
    [5.60815]
    [5.60815]
    name = "windows_x86_64_msvc"
    version = "0.29.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561"
    [[package]]
  • edit in Cargo.lock at line 3157
    [5.61472]
    [5.61472]
    ]
    [[package]]
    name = "zbus"
    version = "1.9.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9cbeb2291cd7267a94489b71376eda33496c1b9881adf6b36f26cc2779f3fc49"
    dependencies = [
    "async-io",
    "byteorder",
    "derivative",
    "enumflags2",
    "fastrand",
    "futures",
    "nb-connect",
    "nix 0.22.3",
    "once_cell",
    "polling",
    "scoped-tls",
    "serde",
    "serde_repr",
    "zbus_macros",
    "zvariant",
  • edit in Cargo.lock at line 3183
    [5.61487]
    [5.61487]
    name = "zbus_macros"
    version = "1.9.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fa3959a7847cf95e3d51e312856617c5b1b77191176c65a79a5f14d778bbe0a6"
    dependencies = [
    "proc-macro-crate 0.1.5",
    "proc-macro2",
    "quote",
    "syn",
    ]
    [[package]]
  • edit in Cargo.lock at line 3226
    [5.2660]
    [5.62245]
    ]
    [[package]]
    name = "zvariant"
    version = "2.10.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a68c7b55f2074489b7e8e07d2d0a6ee6b4f233867a653c664d8020ba53692525"
    dependencies = [
    "byteorder",
    "enumflags2",
    "libc",
    "serde",
    "static_assertions",
    "zvariant_derive",
  • edit in Cargo.lock at line 3241
    [5.62247]
    [[package]]
    name = "zvariant_derive"
    version = "2.10.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e4ca5e22593eb4212382d60d26350065bf2a02c34b85bc850474a74b589a3de9"
    dependencies = [
    "proc-macro-crate 1.1.3",
    "proc-macro2",
    "quote",
    "syn",
    ]
  • replacement in pijul/Cargo.toml at line 12
    [5.196677][5.196677:196753](),[5.196753][2.0:26](),[2.26][5.196753:196889](),[5.196753][5.196753:196889](),[5.196889][2.27:50](),[2.50][5.196889:197171](),[5.196889][5.196889:197171](),[5.197171][5.1971:1995](),[5.1995][5.14538:14561](),[5.16789][5.14538:14561](),[5.14561][5.197171:197209](),[5.16789][5.197171:197209](),[5.197171][5.197171:197209](),[5.197209][2.51:70](),[2.70][5.197209:197224](),[5.2059][5.197209:197224](),[5.16853][5.197209:197224](),[5.197209][5.197209:197224](),[5.197238][5.197238:197303](),[5.197303][2.71:93]()
    "src/commands/log.rs",
    "src/commands/protocol.rs",
    "src/commands/apply.rs",
    "src/commands/credit.rs",
    "src/commands/debug.rs",
    "src/commands/checkout.rs",
    "src/commands/file_operations.rs",
    "src/commands/clone.rs",
    "src/commands/git.rs",
    "src/commands/key.rs",
    "src/commands/record.rs",
    "src/commands/change.rs",
    "src/commands/diff.rs",
    "src/commands/unrecord.rs",
    "src/commands/channel.rs",
    "src/commands/init.rs",
    "src/commands/mod.rs",
    "src/commands/archive.rs",
    "src/commands/reset.rs",
    "src/commands/fork.rs",
    "src/commands/pushpull.rs",
    "src/commands/lock.rs",
    "src/commands/tag.rs",
    "src/config.rs",
    "src/repository.rs",
    "src/progress.rs",
    "src/main.rs",
    "src/remote/local.rs",
    "src/remote/ssh.rs",
    "src/remote/mod.rs",
    "src/remote/http.rs",
    [5.196654]
    [5.197303]
    "src"
  • replacement in pijul/Cargo.toml at line 23
    [5.197401][4.177:238]()
    clap = { version = "3.1", features = [ "derive", "cargo" ] }
    [5.197401]
    [5.197423]
    clap = { version = "3.2", features = [ "derive", "cargo" ] }
  • edit in pijul/Cargo.toml at line 46
    [5.286][5.197978:197996](),[5.197978][5.197978:197996]()
    rpassword = "5.0"
  • replacement in pijul/Cargo.toml at line 62
    [5.1355][5.4289:4307]()
    thiserror = "1.0"
    [5.1355]
    [3.1944]
    thiserror = "1.0.31"
  • edit in pijul/Cargo.toml at line 64
    [3.1960]
    [5.309]
    dialoguer = { version = "0.10.1", features = [ "fuzzy-select" ] }
    dateparser = "0.1.6"
    validator = { version = "0.15.0", default-features = false }
    once_cell = "1.13.0"
    ptree = { version = "0.4.0", default-features = false, features = ["ansi"] }
    keyring = "1.2.0"
  • edit in pijul/Cargo.toml at line 73
    [5.361]
    [dev-dependencies]
    exitcode = "1.1.2"
    expectrl = "0.5.2"