aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-09(cargo-release) version 0.10.3v0.10.3Sven-Hendrik Haase1-1/+1
2020-11-09(cargo-release) start next development iteration 0.10.3-alpha.0Sven-Hendrik Haase1-1/+1
2020-11-09(cargo-release) version 0.10.2v0.10.2Sven-Hendrik Haase1-1/+1
2020-11-08(cargo-release) start next development iteration 0.10.2-alpha.0Sven-Hendrik Haase1-1/+1
2020-11-08(cargo-release) version 0.10.1v0.10.1Sven-Hendrik Haase1-1/+1
2020-11-08Now compiles on stableSven-Hendrik Haase1-19/+30
2020-11-03Bump depsSven-Hendrik Haase1-410/+183
2020-11-02Bump regex from 1.4.1 to 1.4.2dependabot-preview[bot]1-4/+4
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.1...1.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30Bump actix-web from 3.1.0 to 3.2.0dependabot-preview[bot]1-16/+22
Bumps [actix-web](https://github.com/actix/actix-web) from 3.1.0 to 3.2.0. - [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/web-v3.1.0...web-v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26Bump futures from 0.3.6 to 0.3.7dependabot-preview[bot]1-33/+53
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.6...0.3.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26Bump libflate from 1.0.2 to 1.0.3dependabot-preview[bot]1-2/+2
Bumps [libflate](https://github.com/sile/libflate) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/1.0.2...1.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-16Bump serde from 1.0.116 to 1.0.117dependabot-preview[bot]1-4/+4
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-14Bump regex from 1.4.0 to 1.4.1dependabot-preview[bot]1-4/+4
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.0...1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-13Bump structopt from 0.3.19 to 0.3.20dependabot-preview[bot]1-4/+4
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.19 to 0.3.20. - [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.3.19...v0.3.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-12Bump regex from 1.3.9 to 1.4.0dependabot-preview[bot]1-4/+4
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.0. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.3.9...1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-09Bump structopt from 0.3.18 to 0.3.19dependabot-preview[bot]1-4/+4
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.18 to 0.3.19. - [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.3.18...v0.3.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-08Bump strum_macros from 0.19.2 to 0.19.4dependabot-preview[bot]1-2/+2
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.19.2 to 0.19.4. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-08Bump strum from 0.19.2 to 0.19.5dependabot-preview[bot]1-2/+2
Bumps [strum](https://github.com/Peternator7/strum) from 0.19.2 to 0.19.5. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-07Bump actix-files from 0.3.0 to 0.4.0dependabot-preview[bot]1-3/+2
Bumps [actix-files](https://github.com/actix/actix-web) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.4.0/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06Bump futures from 0.3.5 to 0.3.6dependabot-preview[bot]1-18/+18
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-02Bump actix-web from 3.0.2 to 3.1.0dependabot-preview[bot]1-8/+23
Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.2 to 3.1.0. - [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/web-v3.0.2...web-v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-02(cargo-release) start next development iteration 0.10.1-alpha.0Sven-Hendrik Haase1-1/+1
2020-10-02(cargo-release) version 0.10.0v0.10.0Sven-Hendrik Haase1-1/+1
2020-10-01Bump chrono from 0.4.18 to 0.4.19dependabot-preview[bot]1-2/+2
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.18 to 0.4.19. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.18...v0.4.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-30Remove actix-rtequal-l21-1/+0
2020-09-28Bump chrono from 0.4.15 to 0.4.18dependabot-preview[bot]1-2/+4
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.15 to 0.4.18. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.15...v0.4.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-26compile scss at build timeLukas Stabe1-1/+0
2020-09-25[wip] client-side color-scheme handlingLukas Stabe1-1/+108
2020-09-25Bump depsSven-Hendrik Haase1-6/+6
2020-09-24Bump depsSven-Hendrik Haase1-33/+43
2020-09-24Add embedded favicon (fixes #364)Sven-Hendrik Haase1-0/+1
2020-09-16(cargo-release) start next development iteration 0.9.1-alpha.0Sven-Hendrik Haase1-1/+1
2020-09-16(cargo-release) version 0.9.0v0.9.0Sven-Hendrik Haase1-1/+1
2020-09-16Bump chrono-humanize from 0.0.11 to 0.1.1dependabot-preview[bot]1-2/+2
Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.0.11 to 0.1.1. - [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags) - [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.0.11...0.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-16Bump actix-web from 3.0.1 to 3.0.2dependabot-preview[bot]1-6/+6
Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.1 to 3.0.2. - [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/web-v3.0.1...web-v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-14Bump actix-web from 3.0.0 to 3.0.1dependabot-preview[bot]1-6/+6
Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.0 to 3.0.1. - [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/web-v3.0.0...web-v3.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-11Upgrade to actix-web 3.0.0Sven-Hendrik Haase1-98/+493
2020-09-06Bump depsSven-Hendrik Haase1-18/+22
2020-09-01Bump tar from 0.4.29 to 0.4.30dependabot-preview[bot]1-2/+2
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.29 to 0.4.30. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.29...0.4.30) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26Bump structopt from 0.3.16 to 0.3.17dependabot-preview[bot]1-4/+4
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.16 to 0.3.17. - [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.3.16...v0.3.17) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26Bump reqwest from 0.10.7 to 0.10.8dependabot-preview[bot]1-2/+2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.7 to 0.10.8. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.7...v0.10.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24Bump lockfileSven-Hendrik Haase1-1132/+1132
2020-08-24Fix double-escaping (fixes #354)Sven-Hendrik Haase1-7/+0
2020-08-24Bump some depsSven-Hendrik Haase1-230/+215
2020-08-17Bump chrono from 0.4.13 to 0.4.15dependabot-preview[bot]1-6/+6
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.13 to 0.4.15. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.13...v0.4.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-11Bump serde from 1.0.114 to 1.0.115dependabot-preview[bot]1-17/+17
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.114 to 1.0.115. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.114...v1.0.115) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-07Bump strum_macros from 0.19.1 to 0.19.2dependabot-preview[bot]1-3/+3
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.19.1 to 0.19.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-07Bump strum from 0.19.1 to 0.19.2dependabot-preview[bot]1-3/+3
Bumps [strum](https://github.com/Peternator7/strum) from 0.19.1 to 0.19.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-06Bump structopt from 0.3.15 to 0.3.16dependabot-preview[bot]1-6/+6
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.15 to 0.3.16. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03Bump strum_macros from 0.18.0 to 0.19.1dependabot-preview[bot]1-3/+3
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.18.0 to 0.19.1. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>