Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use upstream version of 'macaroon' crate | Bryan Newbold | 2022-09-07 | 1 | -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 deps | Bryan Newbold | 2022-08-11 | 1 | -377/+73 |
| | |||||
* | update cargo deps (tokio 1.x, hyper 0.5, etc) | Bryan Newbold | 2022-08-11 | 1 | -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-lock | Bryan Newbold | 2022-03-29 | 1 | -95/+26 |
| | |||||
* | bump version to 0.1.6 and update CHANGELOGv0.1.6 | Bryan Newbold | 2021-11-19 | 1 | -2/+2 |
| | |||||
* | cargo update (dependencies)v0.1.5 | Bryan Newbold | 2021-10-14 | 1 | -178/+175 |
| | |||||
* | bump versions in Cargo.toml | Bryan Newbold | 2021-10-13 | 1 | -2/+2 |
| | |||||
* | bump version to 0.1.4v0.1.4 | Bryan Newbold | 2021-08-10 | 1 | -1/+1 |
| | |||||
* | cargo update | Bryan Newbold | 2021-08-10 | 1 | -167/+166 |
| | |||||
* | Cargo.toml: bump version to v0.1.3 and update deps (lock) | Bryan Newbold | 2021-05-25 | 1 | -150/+164 |
| | |||||
* | bump version to v0.1.2 and update CHANGELOG | Bryan Newbold | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | cargo update | Bryan Newbold | 2021-04-09 | 1 | -406/+390 |
| | |||||
* | start on v0.1.2-dev | Bryan Newbold | 2021-02-15 | 1 | -1/+1 |
| | |||||
* | prep for v0.1.1 | Bryan Newbold | 2021-02-15 | 1 | -1/+1 |
| | |||||
* | cargo.lock: dev version | Bryan Newbold | 2021-02-13 | 1 | -1/+1 |
| | |||||
* | cargo lock for v0.1.0 (oops) | Bryan Newbold | 2021-02-10 | 1 | -1/+1 |
| | |||||
* | batch download parallelism | Bryan Newbold | 2021-02-10 | 1 | -0/+22 |
| | |||||
* | download: verify sha1 at download time | Bryan Newbold | 2021-02-10 | 1 | -0/+7 |
| | |||||
* | add colored JSON output for some commands | Bryan Newbold | 2021-02-09 | 1 | -1/+24 |
| | |||||
* | roll back version; don't abort on panic | Bryan Newbold | 2021-02-09 | 1 | -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 directory | Bryan Newbold | 2021-02-09 | 1 | -0/+2131 |