aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: Release miniserve version 0.24.0v0.24.0Sven-Hendrik Haase2023-07-063-3/+6
|
* Fix ANSI color codes are printed when not a ttySven-Hendrik Haase2023-07-054-39/+46
| | | | Fixes #1095.
* Merge pull request #1160 from svenstaro/env-configSven-Hendrik Haase2023-07-054-46/+152
|\ | | | | Allow parameters to be provided via env vars
| * Add CHANGELOG entry for #1160Sven-Hendrik Haase2023-07-051-0/+1
| |
| * Update README for env configSven-Hendrik Haase2023-07-051-13/+72
| |
| * Allow parameters to be provided via env varsSven-Hendrik Haase2023-07-052-33/+79
|/ | | | Fixes #829.
* Bump depsSven-Hendrik Haase2023-07-052-46/+74
|
* Remove atty depSven-Hendrik Haase2023-07-023-29/+7
| | | | We can now use the stabilized IsTerminal trait.
* Update depsSven-Hendrik Haase2023-07-022-123/+183
|
* Merge pull request #1142 from svenstaro/dependabot/cargo/serde-1.0.164Sven-Hendrik Haase2023-06-081-4/+4
|\ | | | | Bump serde from 1.0.163 to 1.0.164
| * Bump serde from 1.0.163 to 1.0.164dependabot[bot]2023-06-081-4/+4
|/ | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.163 to 1.0.164. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2023-06-051-53/+53
|
* Merge pull request #1138 from svenstaro/dependabot/cargo/chrono-0.4.26Sven-Hendrik Haase2023-06-051-2/+2
|\ | | | | Bump chrono from 0.4.25 to 0.4.26
| * Bump chrono from 0.4.25 to 0.4.26dependabot[bot]2023-05-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.25 to 0.4.26. - [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.25...v0.4.26) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1139 from svenstaro/dependabot/cargo/clap_mangen-0.2.12Sven-Hendrik Haase2023-06-051-2/+2
|\ \ | | | | | | Bump clap_mangen from 0.2.11 to 0.2.12
| * | Bump clap_mangen from 0.2.11 to 0.2.12dependabot[bot]2023-06-051-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.11 to 0.2.12. - [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_mangen-v0.2.11...clap_mangen-v0.2.12) --- updated-dependencies: - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1140 from svenstaro/dependabot/cargo/clap-4.3.1Sven-Hendrik Haase2023-06-051-6/+6
|\ \ | | | | | | Bump clap from 4.3.0 to 4.3.1
| * | Bump clap from 4.3.0 to 4.3.1dependabot[bot]2023-06-051-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.3.0 to 4.3.1. - [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-v4.3.0...clap_complete-v4.3.1) --- 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 #1141 from svenstaro/dependabot/cargo/clap_complete-4.3.1Sven-Hendrik Haase2023-06-051-2/+2
|\ \ | |/ |/| Bump clap_complete from 4.3.0 to 4.3.1
| * Bump clap_complete from 4.3.0 to 4.3.1dependabot[bot]2023-06-051-2/+2
|/ | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.3.0 to 4.3.1. - [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-v4.3.0...clap_complete-v4.3.1) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1137 from svenstaro/dependabot/cargo/chrono-0.4.25Sven-Hendrik Haase2023-05-301-13/+9
|\ | | | | Bump chrono from 0.4.24 to 0.4.25
| * Bump chrono from 0.4.24 to 0.4.25dependabot[bot]2023-05-301-13/+9
|/ | | | | | | | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.24 to 0.4.25. - [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.24...v0.4.25) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1135 from svenstaro/dependabot/cargo/regex-1.8.3Sven-Hendrik Haase2023-05-291-2/+2
|\ | | | | Bump regex from 1.8.2 to 1.8.3
| * Bump regex from 1.8.2 to 1.8.3dependabot[bot]2023-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [regex](https://github.com/rust-lang/regex) from 1.8.2 to 1.8.3. - [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.8.2...1.8.3) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1136 from svenstaro/dependabot/cargo/log-0.4.18Sven-Hendrik Haase2023-05-291-5/+2
|\ \ | |/ |/| Bump log from 0.4.17 to 0.4.18
| * Bump log from 0.4.17 to 0.4.18dependabot[bot]2023-05-291-5/+2
|/ | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.18) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2023-05-232-65/+97
|
* Bump depsSven-Hendrik Haase2023-05-151-137/+61
|
* Merge pull request #1123 from svenstaro/dependabot/cargo/grass-0.12.4Sven-Hendrik Haase2023-05-121-4/+4
|\ | | | | Bump grass from 0.12.3 to 0.12.4
| * Bump grass from 0.12.3 to 0.12.4dependabot[bot]2023-05-121-4/+4
|/ | | | | | | | | | | | | | Bumps [grass](https://github.com/connorskees/grass) from 0.12.3 to 0.12.4. - [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md) - [Commits](https://github.com/connorskees/grass/compare/v0.12.3...v0.12.4) --- updated-dependencies: - dependency-name: grass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1121 from svenstaro/dependabot/cargo/clap_complete-4.2.2Sven-Hendrik Haase2023-05-101-2/+2
|\ | | | | Bump clap_complete from 4.2.1 to 4.2.2
| * Bump clap_complete from 4.2.1 to 4.2.2dependabot[bot]2023-05-101-2/+2
|/ | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.1 to 4.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-v4.2.1...clap_complete-v4.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>
* Merge pull request #1119 from svenstaro/dependabot/cargo/fast_qr-0.8.6Sven-Hendrik Haase2023-05-081-2/+2
|\ | | | | Bump fast_qr from 0.8.5 to 0.8.6
| * Bump fast_qr from 0.8.5 to 0.8.6dependabot[bot]2023-05-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.8.5 to 0.8.6. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1118 from svenstaro/dependabot/cargo/zip-0.6.5Sven-Hendrik Haase2023-05-082-3/+3
|\ \ | |/ |/| Bump zip from 0.6.4 to 0.6.5
| * Bump zip from 0.6.4 to 0.6.5dependabot[bot]2023-05-082-3/+3
|/ | | | | | | | | | | | Bumps zip from 0.6.4 to 0.6.5. --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2023-05-061-26/+27
|
* chore: Release miniserve version 0.23.2v0.23.2Sven-Hendrik Haase2023-04-283-3/+6
|
* Bump depsSven-Hendrik Haase2023-04-281-24/+23
|
* Modernize CI and add aarch64-apple-darwinSven-Hendrik Haase2023-04-281-3/+7
|
* Update CHANGELOGSven-Hendrik Haase2023-04-281-0/+1
|
* Switch to debian:testing-slim as upstream imageSven-Hendrik Haase2023-04-241-1/+1
| | | | See #1110 for details.
* Merge pull request #1111 from svenstaro/dependabot/cargo/clap_complete-4.2.1Sven-Hendrik Haase2023-04-241-2/+2
|\ | | | | Bump clap_complete from 4.2.0 to 4.2.1
| * Bump clap_complete from 4.2.0 to 4.2.1dependabot[bot]2023-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.0 to 4.2.1. - [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-v4.2.0...clap_complete-v4.2.1) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1112 from svenstaro/dependabot/cargo/regex-1.8.1Sven-Hendrik Haase2023-04-241-4/+4
|\ \ | |/ |/| Bump regex from 1.8.0 to 1.8.1
| * Bump regex from 1.8.0 to 1.8.1dependabot[bot]2023-04-241-4/+4
|/ | | | | | | | | | | | | | | Bumps [regex](https://github.com/rust-lang/regex) from 1.8.0 to 1.8.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/commits/1.8.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1108 from svenstaro/switch-to-dtolnay-rust-toolchainSven-Hendrik Haase2023-04-222-45/+11
|\ | | | | Switch to dtolnay/rust-toolchain
| * Update checkout to v3origin/switch-to-dtolnay-rust-toolchainSven-Hendrik Haase2023-04-212-2/+2
| |
| * Use houseabsolute/actions-rust-cross for cross supportSven-Hendrik Haase2023-04-201-21/+5
| |
| * Switch to dtolnay/rust-toolchainSven-Hendrik Haase2023-04-202-30/+12
| |