aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-20Switch from deprecated get_if_addrs to if-addrsSven-Hendrik Haase1-1/+1
Fixes #1079.
2023-04-17chore: Release miniserve version 0.23.1v0.23.1Sven-Hendrik Haase1-1/+1
2023-04-16Bump depsSven-Hendrik Haase1-1/+1
2023-04-03Bump comrak from 0.17.1 to 0.18.0dependabot[bot]1-1/+1
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.17.1 to 0.18.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.17.1...0.18.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28Bump comrak from 0.16.0 to 0.17.1dependabot[bot]1-1/+1
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.16.0 to 0.17.1. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.16.0...0.17.1) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25Bump depsSven-Hendrik Haase1-2/+2
2023-03-01chore: Release miniserve version 0.23.0v0.23.0Sven-Hendrik Haase1-1/+1
2023-03-01Update depsSven-Hendrik Haase1-1/+1
2023-02-01Bump deps moreSven-Hendrik Haase1-1/+1
2023-01-22Bump more depsSven-Hendrik Haase1-2/+2
2023-01-01update grass to 0.12.0Connor Skees1-1/+1
2023-01-01Bump fast_qr from 0.6.1 to 0.7.0dependabot[bot]1-1/+1
Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.6.1 to 0.7.0. - [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>
2022-12-19Bump depsSven-Hendrik Haase1-2/+2
2022-11-28Bump depsSven-Hendrik Haase1-0/+1
2022-11-15Bump comrak from 0.14.0 to 0.15.0dependabot[bot]1-1/+1
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11Bump depsSven-Hendrik Haase1-1/+1
2022-10-14Fix clap deprecationsSven-Hendrik Haase1-1/+1
Also update README
2022-10-12Upgrade clap to v4Sven-Hendrik Haase1-5/+4
2022-09-26Remove unused clap2 dependencyMarcin Puc1-1/+1
2022-09-26Bump depsSven-Hendrik Haase1-1/+1
2022-09-20Get rid of some unused dependenciesSven-Hendrik Haase1-2/+2
2022-09-20(cargo-release) version 0.22.0v0.22.0Sven-Hendrik Haase1-1/+1
2022-09-19Add support for README.txt and README filesGaurav-Lab-PC1-0/+1
2022-09-19Bump fake-tty from 0.2.0 to 0.3.1dependabot[bot]1-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>
2022-09-19Bump fast_qr from 0.3.1 to 0.5.1dependabot[bot]1-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>
2022-09-15(cargo-release) version 0.21.0v0.21.0Sven-Hendrik Haase1-1/+1
2022-09-01Switch to `fast_qr` cratecyqsimon1-3/+2
2022-09-01Fix drop-down QR codecyqsimon1-1/+2
2022-08-22Disable broken tests for Windowscyqsimon1-1/+4
2022-08-22Fix testscyqsimon1-0/+1
2022-08-22Switch to `qrcode` libcyqsimon1-1/+1
2022-08-15Re-sort depsSven-Hendrik Haase1-1/+1
2022-08-14Add `--readme` info and reformatGaurav1-1/+0
2022-08-14Replace `markdown` by `comrak`; Render support for nested dirsGaurav1-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.
2022-08-14Add support for readme renderingGaurav1-0/+2
2022-08-11Run cargo sortSven-Hendrik Haase1-30/+30
2022-08-10Optimize for smaller binariesMars Zuo1-0/+1
2022-07-22Update actix-web-httpauth to v0.8Sven-Hendrik Haase1-1/+1
2022-07-19Bump depsSven-Hendrik Haase1-1/+1
2022-06-29Bump clap_complete from 3.2.2 to 3.2.3dependabot[bot]1-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>
2022-06-28Bump rstest from 0.14.0 to 0.15.0dependabot[bot]1-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>
2022-06-26(cargo-release) version 0.20.0v0.20.0Sven-Hendrik Haase1-1/+1
2022-06-22Bump clap_complete from 3.2.1 to 3.2.2 (#828)dependabot[bot]1-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>
2022-06-20Bump rstest from 0.13.0 to 0.14.0 (#824)dependabot[bot]1-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>
2022-06-16Bump depsSven-Hendrik Haase1-1/+1
2022-05-18(cargo-release) version 0.19.5v0.19.5Sven-Hendrik Haase1-1/+1
2022-05-16Bump rstest from 0.12.0 to 0.13.0dependabot[bot]1-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>
2022-05-11Bump clap from 3.1.17 to 3.1.18dependabot[bot]1-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>
2022-05-03Bump clap from 3.1.14 to 3.1.15dependabot[bot]1-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>
2022-05-02Bump clap_complete from 3.1.2 to 3.1.3dependabot[bot]1-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>