Remove unused dependencies

finchie
Jul 12, 2023, 3:47 PM
RZ75BZCIWI2LYV5ZHTHV5ZPAQ25D537PNGPOQM7MW6CU77KROB7QC

Dependencies

  • [2] BNUBRZT5 pijul beta.6
  • [3] RH7NSV7F Bump lockfile
  • [4] 5FI6SBEZ Re-implement change printing and parsing
  • [5] VKBJ6XB6 Formatting and version bump
  • [6] EJ7TFFOW Re-adding Cargo.lock
  • [7] TYAKEAJL A better estimate of the maximum number of open patches we can keep (Unix-only at the moment)
  • [8] UMF6N7CZ Keyring 2.0
  • [9] STG7MO5M Version bump
  • [10] 3X4OWIU2 Sanakirja 1.2
  • [11] 6DOXSHWG Cleanup, and version bump
  • [12] GYXIF25T Proper parsing of URLs
  • [13] RDQYEED2 Fixing versions
  • [14] 7ZROQSSN Handling TAG uploads from the `pijul protocol` command
  • [15] UFCZKKLX Upgrading to the latest Sanakirja/Rand
  • [16] X2MMGGXQ Removing dependencies with CVE (old version of Nix)
  • [17] FYUDBQ3C Formatting changes + version bump
  • [18] I24UEJQL Various post-fire fixes
  • [19] YN63NUZO Sanakirja 1.0
  • [20] JL4WKA5P Implement the Sanakirja concurrency model in a cross-process way
  • [21] RXNT67OT Sanakirja version, and removing an unwrap
  • [22] 33SQMZYX New versions of dependencies
  • [23] DDJO7X2P Remove dependency on `num_cpus`
  • [24] VAPBIG46 Version bump
  • [25] MFTN7GBW Pre-tags cleanup + fast Sanakirja
  • [26] H4IRHDJI Upgrading some deps
  • [27] PJ7T2VFL Do not hang on locked repositories
  • [28] V435QOJR Using path-slash to fix path issues on Windows
  • [29] EEBKW7VT Keys and identities
  • [30] 6F6AAHK4 Simplifying pijul::commands::log, and fixing Broken Pipe errors
  • [31] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [32] V4T4SC7O Testing binary diff
  • [33] LZOGKBJX new command `pijul client` for authenticating to a HTTP server
  • [34] ZBNKSYA6 Fixing a bus error when starting a transaction on a full disk
  • [35] 2K7JLB4Z No pager on Windows
  • [36] CCLLB7OI Upgrading to Sanakirja 0.15 + version bump
  • [37] 6XDVUSBM Version bump
  • [38] 4EN4MDBQ Update identity dependencies
  • [39] CVS6BHXR Sanakirja version bumps
  • [40] FI3WFMTS Simplifying the locks
  • [41] RVAH6PXA Getting libpijul to compile to WASM32
  • [42] LYTVEPH3 Avoid cloning into an existing path
  • [43] 5OGOE4VW Store the current channel in the pristine
  • [44] SN7AGY6S Making `pijul lock` robust to kill signals
  • [45] WTRH4B2X Formatting
  • [46] A3RM526Y Integrating identity malleability
  • [47] 2RXOCWUW Making libpijul deterministic (and getting rid of `rand`)

Change contents

  • edit in pijul/Cargo.toml at line 100
    [4.8471][4.4195:4207](),[4.2300][4.4195:4207]()
    fs2 = "0.4"
  • edit in pijul/Cargo.toml at line 104
    [4.13813][4.1944:1960](),[4.4307][4.1944:1960]()
    bincode = "1.3"
  • edit in pijul/Cargo.toml at line 109
    [4.279][2.115:189]()
    zvariant = "3.15" # transitive dep, only here to force the version number
  • edit in pijul/Cargo.toml at line 110
    [4.8483][4.8483:8496]()
    bs58 = "0.4"
  • replacement in libpijul/Cargo.toml at line 97
    [4.3748][4.1022862:1022934](),[4.1022862][4.1022862:1022934]()
    dump = [ "tokio" ]
    default = [ "ondisk-repos", "text-changes", "dump" ]
    [4.3748]
    [4.1022934]
    default = [ "ondisk-repos", "text-changes" ]
  • edit in libpijul/Cargo.toml at line 119
    [4.192][4.192:216]()
    crossbeam-utils = "0.8"
  • edit in libpijul/Cargo.toml at line 127
    [4.3954][4.628:698](),[4.628][4.628:698]()
    tokio = { version = "1.15", optional = true, features = ["io-util"] }
  • edit in libpijul/Cargo.toml at line 142
    [4.114][4.16836:16894](),[4.3666][4.16836:16894](),[4.16836][4.16836:16894]()
    rand_core = { version = "0.6", features = ["getrandom"] }
  • edit in Cargo.lock at line 1586
    [4.35438][4.35438:35458]()
    "crossbeam-utils",
  • edit in Cargo.lock at line 1611
    [4.35818][4.35818:35838]()
    "rand_core 0.6.4",
  • edit in Cargo.lock at line 1620
    [4.35948][4.35948:35958]()
    "tokio",
  • edit in Cargo.lock at line 2150
    [4.48089][4.48089:48101](),[4.48101][4.8943:8952]()
    "bincode",
    "bs58",
  • edit in Cargo.lock at line 2163
    [4.48277][4.48277:48285]()
    "fs2",
  • edit in Cargo.lock at line 2197
    [4.48756][3.419:432]()
    "zvariant",