aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (cargo-release) version 0.22.0v0.22.0Sven-Hendrik Haase2022-09-201-1/+1
|
* Merge pull request #907 from svenstaro/dependabot/cargo/fake-tty-0.3.1Sven-Hendrik Haase2022-09-201-1/+1
|\ | | | | Bump fake-tty from 0.2.0 to 0.3.1
| * Bump fake-tty from 0.2.0 to 0.3.1dependabot[bot]2022-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fake-tty](https://github.com/Aloso/to-html) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/Aloso/to-html/releases) - [Changelog](https://github.com/Aloso/to-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/Aloso/to-html/commits) --- updated-dependencies: - dependency-name: fake-tty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #911 from Atreyagaurav/masterSven-Hendrik Haase2022-09-201-0/+1
|\ \ | | | | | | Add support for README.txt and README files
| * | Add support for README.txt and README filesGaurav-Lab-PC2022-09-191-0/+1
| |/
* / Bump fast_qr from 0.3.1 to 0.5.1dependabot[bot]2022-09-191-1/+1
|/ | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.3.1 to 0.5.1. - [Release notes](https://github.com/erwanvivien/fast_qr/releases) - [Commits](https://github.com/erwanvivien/fast_qr/commits) --- updated-dependencies: - dependency-name: fast_qr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge branch 'master' into qrcodecyqsimon2022-09-151-1/+1
|\
| * (cargo-release) version 0.21.0v0.21.0Sven-Hendrik Haase2022-09-151-1/+1
| |
* | Switch to `fast_qr` cratecyqsimon2022-09-011-3/+2
| |
* | Fix drop-down QR codecyqsimon2022-09-011-1/+2
| |
* | Disable broken tests for Windowscyqsimon2022-08-221-1/+4
| |
* | Fix testscyqsimon2022-08-221-0/+1
| |
* | Switch to `qrcode` libcyqsimon2022-08-221-1/+1
|/
* Re-sort depsSven-Hendrik Haase2022-08-151-1/+1
|
* Merge pull request #860 from Atreyagaurav/masterSven-Hendrik Haase2022-08-141-0/+1
|\ | | | | Add support for readme rendering
| * Add `--readme` info and reformatGaurav2022-08-141-1/+0
| |
| * Replace `markdown` by `comrak`; Render support for nested dirsGaurav2022-08-141-1/+1
| | | | | | | | | | | | | | * README.md will be rendered at currently visiting directory instead of just in the root. * Rendering is now done by comrak, which seems heavy but has a lot more features.
| * Add support for readme renderingGaurav2022-08-141-0/+2
| |
* | Merge branch 'master' into feat_strip_20220811Mars Zuo2022-08-121-30/+30
|\|
| * Run cargo sortSven-Hendrik Haase2022-08-111-30/+30
| |
* | Optimize for smaller binariesMars Zuo2022-08-101-0/+1
|/
* Update actix-web-httpauth to v0.8Sven-Hendrik Haase2022-07-221-1/+1
|
* Bump depsSven-Hendrik Haase2022-07-191-1/+1
|
* Bump clap_complete from 3.2.2 to 3.2.3dependabot[bot]2022-06-291-1/+1
| | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.2...clap_complete-v3.2.3) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump rstest from 0.14.0 to 0.15.0dependabot[bot]2022-06-281-1/+1
| | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* (cargo-release) version 0.20.0v0.20.0Sven-Hendrik Haase2022-06-261-1/+1
|
* Bump clap_complete from 3.2.1 to 3.2.2 (#828)dependabot[bot]2022-06-221-1/+1
| | | | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.1...clap_complete-v3.2.2) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump rstest from 0.13.0 to 0.14.0 (#824)dependabot[bot]2022-06-201-1/+1
| | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.13.0...0.14.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump depsSven-Hendrik Haase2022-06-161-1/+1
|
* (cargo-release) version 0.19.5v0.19.5Sven-Hendrik Haase2022-05-181-1/+1
|
* Bump rstest from 0.12.0 to 0.13.0dependabot[bot]2022-05-161-1/+1
| | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.12.0...0.13.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump clap from 3.1.17 to 3.1.18dependabot[bot]2022-05-111-1/+1
| | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.17 to 3.1.18. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.17...v3.1.18) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump clap from 3.1.14 to 3.1.15dependabot[bot]2022-05-031-1/+1
| | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.14 to 3.1.15. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.14...v3.1.15) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump clap_complete from 3.1.2 to 3.1.3dependabot[bot]2022-05-021-1/+1
| | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.1.2...clap_complete-v3.1.3) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump clap from 3.1.12 to 3.1.14dependabot[bot]2022-05-021-1/+1
| | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.1.14. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.12...v3.1.14) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #774 from svenstaro/dependabot/cargo/clap-3.1.10Sven-Hendrik Haase2022-04-201-1/+1
|\ | | | | Bump clap from 3.1.9 to 3.1.10
| * Bump clap from 3.1.9 to 3.1.10dependabot[bot]2022-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump simplelog from 0.11.2 to 0.12.0dependabot[bot]2022-04-201-1/+1
|/ | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.2 to 0.12.0. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.11.2...v0.12.0) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump clap from 3.1.8 to 3.1.9dependabot[bot]2022-04-181-1/+1
| | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.9. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.8...v3.1.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump rustls-pemfile from 0.3.0 to 1.0.0dependabot[bot]2022-04-151-1/+1
| | | | | | | | | | | | | | Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/0.3.0...v/1.0.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #766 from svenstaro/dependabot/cargo/grass-0.11.0Sven-Hendrik Haase2022-04-041-1/+1
|\ | | | | Bump grass from 0.10.8 to 0.11.0
| * Bump grass from 0.10.8 to 0.11.0dependabot[bot]2022-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [grass](https://github.com/connorskees/grass) from 0.10.8 to 0.11.0. - [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) --- updated-dependencies: - dependency-name: grass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump zip from 0.6.1 to 0.6.2dependabot[bot]2022-04-041-1/+1
|/ | | | | | | | | | | | | | Bumps [zip](https://github.com/zip-rs/zip) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* (cargo-release) version 0.19.4v0.19.4Sven-Hendrik Haase2022-04-021-1/+1
|
* Bump depsSven-Hendrik Haase2022-04-021-4/+1
|
* Bump clap from 3.1.6 to 3.1.7dependabot[bot]2022-04-011-1/+1
| | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.6...v3.1.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Patch zip to ensure it builds on mipsSven-Hendrik Haase2022-03-311-0/+3
|
* Bump depsSven-Hendrik Haase2022-03-301-1/+1
|
* (cargo-release) version 0.19.3v0.19.3Sven-Hendrik Haase2022-03-151-1/+1
|
* Bump pretty_assertions from 1.1.0 to 1.2.0dependabot[bot]2022-03-141-1/+1
| | | | | | | | | | | | | | | Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/commits) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>