Remove unused dependencies
Dependencies
- [2]
BNUBRZT5pijul beta.6 - [3]
RH7NSV7FBump lockfile - [4]
6XDVUSBMVersion bump - [5]
DDJO7X2PRemove dependency on `num_cpus` - [6]
UMF6N7CZKeyring 2.0 - [7]
WTRH4B2XFormatting - [8]
MFTN7GBWPre-tags cleanup + fast Sanakirja - [9]
6F6AAHK4Simplifying pijul::commands::log, and fixing Broken Pipe errors - [10]
V435QOJRUsing path-slash to fix path issues on Windows - [11]
5FI6SBEZRe-implement change printing and parsing - [12]
2K7JLB4ZNo pager on Windows - [13]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [14]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [15]
ZBNKSYA6Fixing a bus error when starting a transaction on a full disk - [16]
VKBJ6XB6Formatting and version bump - [17]
VAPBIG46Version bump - [18]
4EN4MDBQUpdate identity dependencies - [19]
EJ7TFFOWRe-adding Cargo.lock - [20]
6DOXSHWGCleanup, and version bump - [21]
LYTVEPH3Avoid cloning into an existing path - [22]
FYUDBQ3CFormatting changes + version bump - [23]
V4T4SC7OTesting binary diff - [24]
LZOGKBJXnew command `pijul client` for authenticating to a HTTP server - [25]
GYXIF25TProper parsing of URLs - [26]
H4IRHDJIUpgrading some deps - [27]
YN63NUZOSanakirja 1.0 - [28]
7ZROQSSNHandling TAG uploads from the `pijul protocol` command - [29]
EEBKW7VTKeys and identities - [30]
X2MMGGXQRemoving dependencies with CVE (old version of Nix) - [31]
CVS6BHXRSanakirja version bumps - [32]
33SQMZYXNew versions of dependencies - [33]
I24UEJQLVarious post-fire fixes - [34]
FI3WFMTSSimplifying the locks - [35]
3X4OWIU2Sanakirja 1.2 - [36]
UFCZKKLXUpgrading to the latest Sanakirja/Rand - [37]
A3RM526YIntegrating identity malleability - [38]
SN7AGY6SMaking `pijul lock` robust to kill signals - [39]
RDQYEED2Fixing versions - [40]
5OGOE4VWStore the current channel in the pristine - [41]
PJ7T2VFLDo not hang on locked repositories - [42]
2RXOCWUWMaking libpijul deterministic (and getting rid of `rand`) - [43]
RVAH6PXAGetting libpijul to compile to WASM32 - [44]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [45]
RXNT67OTSanakirja version, and removing an unwrap - [46]
TYAKEAJLA better estimate of the maximum number of open patches we can keep (Unix-only at the moment) - [47]
STG7MO5MVersion bump
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",