aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-07This is v0.4.0v0.4.0Sven-Hendrik Haase1-119/+175
2019-04-07Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel1-0/+20
2019-04-04Bump serde from 1.0.89 to 1.0.90dependabot[bot]1-6/+6
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.89...v1.0.90) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-02Bump futures from 0.1.25 to 0.1.26dependabot[bot]1-26/+26
Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.25 to 0.1.26. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.25...0.1.26) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-01Bump actix-web from 0.7.18 to 0.7.19dependabot[bot]1-14/+13
Bumps [actix-web](https://github.com/actix/actix-web) from 0.7.18 to 0.7.19. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.7.19/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/0.7.18...v0.7.19) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-23Bumping depsSven-Hendrik Haase1-172/+176
2019-03-14Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel1-3/+3
2019-03-13Switched to standard Rust logging systemboasting-squirrel1-0/+1
2019-03-13upgraded to libflate 0.1.21boasting-squirrel1-3/+3
2019-03-13Removed tempfile from dependenciesboasting-squirrel1-24/+0
2019-03-12updated Cargo.lockboasting-squirrel1-1/+1
2019-03-11Started to add helpful messages for errors which could occur during archivingboasting-squirrel1-0/+1
2019-03-11Bump structopt from 0.2.14 to 0.2.15dependabot[bot]1-6/+6
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.14 to 0.2.15. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.2.14...v0.2.15) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-08Working example of tar.gzboasting-squirrel1-0/+12
2019-03-08Download folder as a tar workingboasting-squirrel1-13/+72
2019-03-05Update Cargo.lockboasting-squirrel1-1/+1
2019-03-04Use actix::Queryboasting-squirrel1-5/+20
2019-02-27This is v0.3.1v0.3.1Sven-Hendrik Haase1-1/+1
2019-02-27Bump lockSven-Hendrik Haase1-121/+99
2019-02-23Renders file listing using maudboasting-squirrel1-0/+35
2019-02-16Display last modification + provide sort by dateboasting-squirrel1-0/+11
2019-02-14Switched to structoptboasting-squirrel1-0/+38
2019-02-11This is v0.3.0v0.3.0Sven-Hendrik Haase1-216/+260
2019-02-04Implemented sortingboasting-squirrel1-0/+7
2019-02-03Some linting fixesSven-Hendrik Haase1-1/+1
2019-02-02Add option to generate random 6-hexdigit routesboasting-squirrel1-0/+36
2019-01-25Bump base64 from 0.10.0 to 0.10.1dependabot[bot]1-4/+4
Bumps [base64](https://github.com/alicemaz/rust-base64) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/alicemaz/rust-base64/releases) - [Changelog](https://github.com/alicemaz/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/alicemaz/rust-base64/compare/v0.10.0...v0.10.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-11This is 0.2.2v0.2.2Sven-Hendrik Haase1-1/+1
2019-01-11Bump deps (fixes #23)Sven-Hendrik Haase1-257/+300
2018-12-25Bump actix-web from 0.7.15 to 0.7.17dependabot[bot]1-12/+35
Bumps [actix-web](https://github.com/actix/actix-web) from 0.7.15 to 0.7.17. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/0.7.15...0.7.17) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-25Bump actix from 0.7.8 to 0.7.9dependabot[bot]1-5/+5
Bumps [actix](https://github.com/actix/actix) from 0.7.8 to 0.7.9. - [Release notes](https://github.com/actix/actix/releases) - [Changelog](https://github.com/actix/actix/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix/compare/0.7.8...0.7.9) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-10Bump depsSven-Hendrik Haase1-170/+255
2018-11-20This is 0.2.1v0.2.1Sven-Hendrik Haase1-227/+147
2018-11-08add option to ignore symlinkspebbleKite1-0/+2
2018-11-01Bump Cargo.lockSven-Hendrik Haase1-12/+12
2018-10-30Bump Cargo.lockSven-Hendrik Haase1-386/+610
2018-08-10Allow for multiple interfaces to be specified at the same timev0.2.0Sven-Hendrik Haase1-1/+1
2018-08-09Update to actix 0.7 and add better outputSven-Hendrik Haase1-569/+199
2018-07-26Bump actixSven-Hendrik Haase1-248/+305
2018-06-22Bump depsSven-Hendrik Haase1-22/+148
2018-06-14Bump Cargo.lockSven-Hendrik Haase1-249/+242
2018-05-17Bump to actix 0.5.7Sven-Hendrik Haase1-4/+4
2018-05-17Bump Cargo.lockv0.1.5Sven-Hendrik Haase1-1/+1
2018-05-17Check in Cargo.lock (fixes #1)Sven-Hendrik Haase1-0/+1767