Remove unused dependencies
Dependencies
- [2]
BNUBRZT5pijul beta.6 - [3]
RH7NSV7FBump lockfile - [4]
5FI6SBEZRe-implement change printing and parsing - [5]
VKBJ6XB6Formatting and version bump - [6]
EJ7TFFOWRe-adding Cargo.lock - [7]
TYAKEAJLA better estimate of the maximum number of open patches we can keep (Unix-only at the moment) - [8]
UMF6N7CZKeyring 2.0 - [9]
STG7MO5MVersion bump - [10]
3X4OWIU2Sanakirja 1.2 - [11]
6DOXSHWGCleanup, and version bump - [12]
GYXIF25TProper parsing of URLs - [13]
RDQYEED2Fixing versions - [14]
7ZROQSSNHandling TAG uploads from the `pijul protocol` command - [15]
UFCZKKLXUpgrading to the latest Sanakirja/Rand - [16]
X2MMGGXQRemoving dependencies with CVE (old version of Nix) - [17]
FYUDBQ3CFormatting changes + version bump - [18]
I24UEJQLVarious post-fire fixes - [19]
YN63NUZOSanakirja 1.0 - [20]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [21]
RXNT67OTSanakirja version, and removing an unwrap - [22]
33SQMZYXNew versions of dependencies - [23]
DDJO7X2PRemove dependency on `num_cpus` - [24]
VAPBIG46Version bump - [25]
MFTN7GBWPre-tags cleanup + fast Sanakirja - [26]
H4IRHDJIUpgrading some deps - [27]
PJ7T2VFLDo not hang on locked repositories - [28]
V435QOJRUsing path-slash to fix path issues on Windows - [29]
EEBKW7VTKeys and identities - [30]
6F6AAHK4Simplifying pijul::commands::log, and fixing Broken Pipe errors - [31]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [32]
V4T4SC7OTesting binary diff - [33]
LZOGKBJXnew command `pijul client` for authenticating to a HTTP server - [34]
ZBNKSYA6Fixing a bus error when starting a transaction on a full disk - [35]
2K7JLB4ZNo pager on Windows - [36]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [37]
6XDVUSBMVersion bump - [38]
4EN4MDBQUpdate identity dependencies - [39]
CVS6BHXRSanakirja version bumps - [40]
FI3WFMTSSimplifying the locks - [41]
RVAH6PXAGetting libpijul to compile to WASM32 - [42]
LYTVEPH3Avoid cloning into an existing path - [43]
5OGOE4VWStore the current channel in the pristine - [44]
SN7AGY6SMaking `pijul lock` robust to kill signals - [45]
WTRH4B2XFormatting - [46]
A3RM526YIntegrating identity malleability - [47]
2RXOCWUWMaking libpijul deterministic (and getting rid of `rand`)
Change contents
- edit in pijul/Cargo.toml at line 100
fs2 = "0.4" - edit in pijul/Cargo.toml at line 104
bincode = "1.3" - edit in pijul/Cargo.toml at line 109
zvariant = "3.15" # transitive dep, only here to force the version number - edit in pijul/Cargo.toml at line 110
bs58 = "0.4" - replacement in libpijul/Cargo.toml at line 97
dump = [ "tokio" ]default = [ "ondisk-repos", "text-changes", "dump" ]default = [ "ondisk-repos", "text-changes" ] - edit in libpijul/Cargo.toml at line 119
crossbeam-utils = "0.8" - edit in libpijul/Cargo.toml at line 127
tokio = { version = "1.15", optional = true, features = ["io-util"] } - edit in libpijul/Cargo.toml at line 142
rand_core = { version = "0.6", features = ["getrandom"] } - edit in Cargo.lock at line 1586
"crossbeam-utils", - edit in Cargo.lock at line 1611
"rand_core 0.6.4", - edit in Cargo.lock at line 1620
"tokio", - edit in Cargo.lock at line 2150
"bincode","bs58", - edit in Cargo.lock at line 2163
"fs2", - edit in Cargo.lock at line 2197
"zvariant",