aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-05(cargo-release) version 0.10.4v0.10.4Sven-Hendrik Haase1-1/+1
2021-01-04Bump depsSven-Hendrik Haase1-19/+19
2020-12-28Update depsSven-Hendrik Haase1-108/+60
2020-12-07Bump all depsSven-Hendrik Haase1-129/+113
2020-12-02Bump actix-web from 3.3.1 to 3.3.2dependabot-preview[bot]1-5/+5
Bumps [actix-web](https://github.com/actix/actix-web) from 3.3.1 to 3.3.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.3.1...web-v3.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01Bump structopt from 0.3.20 to 0.3.21dependabot-preview[bot]1-4/+4
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.20 to 0.3.21. - [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.20...v0.3.21) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-30Bump actix-web from 3.2.0 to 3.3.1dependabot-preview[bot]1-28/+10
Bumps [actix-web](https://github.com/actix/actix-web) from 3.2.0 to 3.3.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.2.0...web-v3.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-25Bump actix-files from 0.4.0 to 0.4.1dependabot-preview[bot]1-26/+32
Bumps [actix-files](https://github.com/actix/actix-web) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.4.1/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-24Bump assert_cmd from 1.0.1 to 1.0.2dependabot-preview[bot]1-2/+2
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.1...v1.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-23Bump strum_macros from 0.19.4 to 0.20.1dependabot-preview[bot]1-2/+2
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.19.4 to 0.20.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>
2020-11-23Bump strum from 0.19.5 to 0.20.0dependabot-preview[bot]1-2/+2
Bumps [strum](https://github.com/Peternator7/strum) from 0.19.5 to 0.20.0. - [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-11-20Bump reqwest from 0.10.8 to 0.10.9dependabot-preview[bot]1-13/+72
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.8 to 0.10.9. - [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.8...v0.10.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-17Bump grass from 0.10.3 to 0.10.4dependabot-preview[bot]1-6/+6
Bumps [grass](https://github.com/connorskees/grass) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/connorskees/grass/releases) - [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md) - [Commits](https://github.com/connorskees/grass/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-10Bump futures from 0.3.7 to 0.3.8dependabot-preview[bot]1-18/+18
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.7 to 0.3.8. - [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.7...0.3.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09(cargo-release) start next development iteration 0.10.4-alpha.0Sven-Hendrik Haase1-1/+1
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>