aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump depsSven-Hendrik Haase2024-06-021-3/+3
|
* Bump zip from 1.2.2 to 2.1.1dependabot[bot]2024-05-291-1/+1
| | | | | | | | | | | | | | | Bumps [zip](https://github.com/zip-rs/zip2) from 1.2.2 to 2.1.1. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v1.2.2...v2.1.1) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2024-04-301-1/+1
|
* Bump depsSven-Hendrik Haase2024-04-261-1/+1
|
* Bump rstest from 0.18.2 to 0.19.0dependabot[bot]2024-04-101-1/+1
| | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.18.2 to 0.19.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/v0.18.2...v0.19.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 if-addrs from 0.11.1 to 0.12.0dependabot[bot]2024-04-031-1/+1
| | | | | | | | | | | | | | | Bumps [if-addrs](https://github.com/messense/if-addrs) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/messense/if-addrs/releases) - [Changelog](https://github.com/messense/if-addrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/messense/if-addrs/compare/v0.11.1...v0.12.0) --- updated-dependencies: - dependency-name: if-addrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1370 from svenstaro/dependabot/cargo/port_check-0.2.0Sven-Hendrik Haase2024-04-011-1/+1
|\ | | | | Bump port_check from 0.1.5 to 0.2.0
| * Bump port_check from 0.1.5 to 0.2.0dependabot[bot]2024-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [port_check](https://github.com/ufoscout/port-check-rs) from 0.1.5 to 0.2.0. - [Commits](https://github.com/ufoscout/port-check-rs/commits/v0.2.0) --- updated-dependencies: - dependency-name: port_check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump comrak from 0.21.0 to 0.22.0dependabot[bot]2024-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps comrak from 0.21.0 to 0.22.0. --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Disable grass default featuresSven-Hendrik Haase2024-03-301-1/+1
|/
* Releasev0.27.1Sven-Hendrik Haase2024-03-161-1/+1
|
* chore: Release miniserve version 0.27.0v0.27.0Sven-Hendrik Haase2024-03-161-1/+1
|
* Bump fast_qr from 0.11.0 to 0.12.0dependabot[bot]2024-02-291-1/+1
| | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.11.0 to 0.12.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>
* Bump depsSven-Hendrik Haase2024-01-281-2/+2
|
* chore: Release miniserve version 0.26.0v0.26.0Sven-Hendrik Haase2024-01-131-1/+1
|
* Use tokio::fs instead of std::fs to enable async file operations (fixes #445)Sven-Hendrik Haase2024-01-131-0/+1
|
* Bump actix-files from 0.6.4 to 0.6.5dependabot[bot]2024-01-101-1/+1
| | | | | | | | | | | | | | | Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.4 to 0.6.5. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.6.5/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.6.4...v0.6.5) --- updated-dependencies: - dependency-name: actix-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore: Release miniserve version 0.25.0v0.25.0Sven-Hendrik Haase2024-01-071-1/+1
|
* Fix serving files with a newline (fixes #1294)Sven-Hendrik Haase2024-01-071-1/+1
|
* Update actix-multipart to 0.6.1Sven-Hendrik Haase2024-01-031-1/+1
|
* Bump depsSven-Hendrik Haase2024-01-031-1/+1
|
* Bump if-addrs from 0.10.2 to 0.11.0dependabot[bot]2023-12-061-1/+1
| | | | | | | | | | | | | | Bumps [if-addrs](https://github.com/messense/if-addrs) from 0.10.2 to 0.11.0. - [Changelog](https://github.com/messense/if-addrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/messense/if-addrs/compare/v0.10.2...v0.11.0) --- updated-dependencies: - dependency-name: if-addrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump comrak from 0.19.0 to 0.20.0dependabot[bot]2023-11-301-1/+1
| | | | | | | | | | | | | | | Bumps [comrak](https://github.com/kivikakk/comrak) from 0.19.0 to 0.20.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.19.0...0.20.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2023-10-031-1/+1
|
* Bump depsSven-Hendrik Haase2023-09-241-1/+1
|
* Merge remote-tracking branch 'origin/master' into cssBao Trinh2023-07-211-1/+1
|\
| * Bump depsSven-Hendrik Haase2023-07-191-2/+2
| |
* | use grass include macro; remove build.rsBao Trinh2023-07-211-3/+1
|/
* chore: Release miniserve version 0.24.0v0.24.0Sven-Hendrik Haase2023-07-061-1/+1
|
* Fix ANSI color codes are printed when not a ttySven-Hendrik Haase2023-07-051-2/+2
| | | | Fixes #1095.
* Allow parameters to be provided via env varsSven-Hendrik Haase2023-07-051-1/+1
| | | | Fixes #829.
* Bump depsSven-Hendrik Haase2023-07-051-1/+1
|
* Remove atty depSven-Hendrik Haase2023-07-021-1/+0
| | | | We can now use the stabilized IsTerminal trait.
* Update depsSven-Hendrik Haase2023-07-021-1/+1
|
* Bump depsSven-Hendrik Haase2023-05-231-1/+1
|
* Bump zip from 0.6.4 to 0.6.5dependabot[bot]2023-05-081-1/+1
| | | | | | | | | | | | 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>
* chore: Release miniserve version 0.23.2v0.23.2Sven-Hendrik Haase2023-04-281-1/+1
|
* Switch from deprecated get_if_addrs to if-addrsSven-Hendrik Haase2023-04-201-1/+1
| | | | Fixes #1079.
* chore: Release miniserve version 0.23.1v0.23.1Sven-Hendrik Haase2023-04-171-1/+1
|
* Bump depsSven-Hendrik Haase2023-04-161-1/+1
|
* Bump comrak from 0.17.1 to 0.18.0dependabot[bot]2023-04-031-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>
* Bump comrak from 0.16.0 to 0.17.1dependabot[bot]2023-03-281-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>
* Bump depsSven-Hendrik Haase2023-03-251-2/+2
|
* chore: Release miniserve version 0.23.0v0.23.0Sven-Hendrik Haase2023-03-011-1/+1
|
* Update depsSven-Hendrik Haase2023-03-011-1/+1
|
* Bump deps moreSven-Hendrik Haase2023-02-011-1/+1
|
* Bump more depsSven-Hendrik Haase2023-01-221-2/+2
|
* Merge pull request #1004 from connorskees/update-grassSven-Hendrik Haase2023-01-011-1/+1
|\ | | | | update grass to 0.12.0
| * update grass to 0.12.0Connor Skees2023-01-011-1/+1
| |
* | Bump fast_qr from 0.6.1 to 0.7.0dependabot[bot]2023-01-011-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>