aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* update deps; bump to v0.1.8HEADv0.1.8masterBryan Newbold2022-10-201-368/+479
|
* increment version for 0.1.7 releasev0.1.7Bryan Newbold2022-09-071-1/+1
|
* use upstream version of 'macaroon' crateBryan Newbold2022-09-071-149/+81
| | | | | | | | | | | | The code changes are pretty minor: using default() instead of new(), and (safely) parsing bytes out of predicates instead of getting String directly. The validate() function is now run automatically as part of deserialization, so don't need that function call. This reduces duplication in the dependency tree, and gets us on sounder footing for maintainability, which is great!
* cargo: bump reqwest to reduce duplication of depsBryan Newbold2022-08-111-377/+73
|
* update cargo deps (tokio 1.x, hyper 0.5, etc)Bryan Newbold2022-08-111-58/+293
| | | | | | | | These changes are driven by the codegen update. It may be possible to reduce the dependency tree by removing features from upstream packages. It might also be possible to use newer versions of upstream packages, especially now that dependencies are stabilizing.
* cargo: minor dependency updates, and re-lockBryan Newbold2022-03-291-95/+26
|
* bump version to 0.1.6 and update CHANGELOGv0.1.6Bryan Newbold2021-11-191-2/+2
|
* cargo update (dependencies)v0.1.5Bryan Newbold2021-10-141-178/+175
|
* bump versions in Cargo.tomlBryan Newbold2021-10-131-2/+2
|
* bump version to 0.1.4v0.1.4Bryan Newbold2021-08-101-1/+1
|
* cargo updateBryan Newbold2021-08-101-167/+166
|
* Cargo.toml: bump version to v0.1.3 and update deps (lock)Bryan Newbold2021-05-251-150/+164
|
* bump version to v0.1.2 and update CHANGELOGBryan Newbold2021-04-091-1/+1
|
* cargo updateBryan Newbold2021-04-091-406/+390
|
* start on v0.1.2-devBryan Newbold2021-02-151-1/+1
|
* prep for v0.1.1Bryan Newbold2021-02-151-1/+1
|
* cargo.lock: dev versionBryan Newbold2021-02-131-1/+1
|
* cargo lock for v0.1.0 (oops)Bryan Newbold2021-02-101-1/+1
|
* batch download parallelismBryan Newbold2021-02-101-0/+22
|
* download: verify sha1 at download timeBryan Newbold2021-02-101-0/+7
|
* add colored JSON output for some commandsBryan Newbold2021-02-091-1/+24
|
* roll back version; don't abort on panicBryan Newbold2021-02-091-1/+1
| | | | | The "abort on panic" behavior cuts down binary size a bunch, but makes debugging harder, I think.
* move helper files to top-level directoryBryan Newbold2021-02-091-0/+2131