aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Advertise WebDAV support in READMESven-Hendrik Haase2025-02-111-0/+1
| |/ |/|
* | Add CHANGELOG entry for #1473Sven-Hendrik Haase2025-02-071-0/+1
| |
* | Merge pull request #1473 from Flat/mobile-sortingSven-Hendrik Haase2025-02-072-2/+12
|\ \ | | | | | | Add date pill and sort links for mobile views
| * | Add date pill and sort links for mobile viewsFlat2025-02-062-2/+12
|/ /
* | Update README.mdSven-Hendrik Haase2025-02-061-64/+78
| |
* | Release miniserve version 0.29.0v0.29.0Sven-Hendrik Haase2025-02-063-3/+6
| |
* | Bump depsSven-Hendrik Haase2025-02-061-110/+114
| |
* | Add CHANGELOG entry for #1472Sven-Hendrik Haase2025-02-061-0/+1
| |
* | Merge pull request #1472 from ahti/asset-pathsSven-Hendrik Haase2025-02-062-7/+7
|\ \ | | | | | | move favicon and css to stable, non-random routes
| * | move favicon and css to stable, non-random routesLukas Stabe2025-02-062-7/+7
|/ /
* | Strip symlink target dir to make Windows happySven-Hendrik Haase2025-02-061-1/+1
| | | | | | | | Turns out Windows doesn't like forward slashes.
* | Clean up and modernize rstest usageSven-Hendrik Haase2025-02-067-148/+127
| | | | | | | | We still had some old-style syntax in there.
* | Get rid of server_no_stderrSven-Hendrik Haase2025-02-066-54/+28
| | | | | | | | We'll now always just pipe the contents of the child to the parent.
* | Make clippy happySven-Hendrik Haase2025-02-062-6/+3
| |
* | Make symlinks into global fixturesSven-Hendrik Haase2025-02-064-60/+48
| | | | | | | | | | | | So far, tests had to create their own symlinks which made them less concise. Also, now that we always have symlinks in all tests, side effects of having them won't go undetected.
* | Add CHANGELOG entry for #1415Sven-Hendrik Haase2025-02-061-1/+2
| |
* | Merge pull request #1415 from ahti/webdavSven-Hendrik Haase2025-02-068-19/+803
|\ \ | | | | | | add read-only webdav support
| * | add read-only webdav supportLukas Stabe2025-02-058-19/+803
|/ /
* | Merge pull request #1470 from ↵Sven-Hendrik Haase2025-02-052-21/+21
|\ \ | | | | | | | | | | | | svenstaro/dependabot/cargo/all-dependencies-184655b279 Bump the all-dependencies group with 8 updates
| * | Bump the all-dependencies group with 8 updatesdependabot[bot]2025-02-012-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the all-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.44` | | [clap_mangen](https://github.com/clap-rs/clap) | `0.2.25` | `0.2.26` | | [comrak](https://github.com/kivikakk/comrak) | `0.33.0` | `0.35.0` | | [httparse](https://github.com/seanmonstar/httparse) | `1.9.5` | `1.10.0` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [rustls](https://github.com/rustls/rustls) | `0.23.20` | `0.23.22` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.10` | `2.0.11` | Updates `clap` from 4.5.26 to 4.5.27 - [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.5.26...clap_complete-v4.5.27) Updates `clap_complete` from 4.5.42 to 4.5.44 - [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.5.42...clap_complete-v4.5.44) Updates `clap_mangen` from 0.2.25 to 0.2.26 - [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.25...clap_mangen-v0.2.26) Updates `comrak` from 0.33.0 to 0.35.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/v0.33.0...v0.35.0) Updates `httparse` from 1.9.5 to 1.10.0 - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.5...v1.10.0) Updates `log` from 0.4.22 to 0.4.25 - [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.22...0.4.25) Updates `rustls` from 0.23.20 to 0.23.22 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.20...v/0.23.22) Updates `thiserror` from 2.0.10 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.10...2.0.11) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Add CHANGELOG entry for #1471Sven-Hendrik Haase2025-02-051-0/+1
| | |
* | | Merge pull request #1471 from shaicoleman/fix-font-weightSven-Hendrik Haase2025-02-051-1/+1
|\ \ \ | |/ / |/| | Change font-weight from 300 to normal to improve readability
| * | Change font-weight from 300 to normal to improve readabilityShai Coleman2025-02-051-1/+1
|/ /
* | Reorganize imports to be more consistentSven-Hendrik Haase2025-01-1015-78/+92
| |
* | Remove some unnecessary #[allow(dead_code)]Sven-Hendrik Haase2025-01-102-12/+2
| |
* | Bump depsSven-Hendrik Haase2025-01-102-302/+252
| |
* | Merge pull request #1466 from adamnemecek/masterSven-Hendrik Haase2025-01-035-20/+20
|\ \ | | | | | | Use Self where possible.
| * | Use Self where possibleadamnemecek2025-01-035-20/+20
|/ /
* | Merge pull request #1463 from ↵Sven-Hendrik Haase2025-01-032-126/+82
|\ \ | | | | | | | | | | | | svenstaro/dependabot/cargo/all-dependencies-43539670b4 Bump the all-dependencies group with 14 updates
| * | Bump the all-dependencies group with 14 updatesdependabot[bot]2025-01-012-126/+82
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the all-dependencies group with 14 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.40` | | [colored](https://github.com/mackwic/colored) | `2.1.0` | `2.2.0` | | [comrak](https://github.com/kivikakk/comrak) | `0.31.0` | `0.32.0` | | [fast_qr](https://github.com/erwanvivien/fast_qr) | `0.12.6` | `0.12.7` | | [rustls](https://github.com/rustls/rustls) | `0.23.19` | `0.23.20` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.9` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` | | [zip](https://github.com/zip-rs/zip2) | `2.2.1` | `2.2.2` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.1.2` | `3.1.3` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` | `0.12.12` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `chrono` from 0.4.38 to 0.4.39 - [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.38...v0.4.39) Updates `clap` from 4.5.21 to 4.5.23 - [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.5.21...clap_complete-v4.5.23) Updates `clap_complete` from 4.5.38 to 4.5.40 - [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.5.38...clap_complete-v4.5.40) Updates `colored` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.1.0...v2.2.0) Updates `comrak` from 0.31.0 to 0.32.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/v0.31.0...v0.32.0) Updates `fast_qr` from 0.12.6 to 0.12.7 - [Release notes](https://github.com/erwanvivien/fast_qr/releases) - [Commits](https://github.com/erwanvivien/fast_qr/commits) Updates `rustls` from 0.23.19 to 0.23.20 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.19...v/0.23.20) Updates `serde` from 1.0.215 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.217) Updates `thiserror` from 2.0.3 to 2.0.9 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.9) Updates `tokio` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0) Updates `zip` from 2.2.1 to 2.2.2 - [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/v2.2.1...v2.2.2) Updates `predicates` from 3.1.2 to 3.1.3 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v3.1.2...v3.1.3) Updates `reqwest` from 0.12.9 to 0.12.12 - [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.12.9...v0.12.12) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fast_qr dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1462 from ↵Sven-Hendrik Haase2024-12-012-60/+64
|\ \ | | | | | | | | | | | | svenstaro/dependabot/cargo/all-dependencies-a6d55144be Bump the all-dependencies group with 9 updates
| * | Bump the all-dependencies group with 9 updatesdependabot[bot]2024-12-012-60/+64
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the all-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.37` | `4.5.38` | | [comrak](https://github.com/kivikakk/comrak) | `0.29.0` | `0.31.0` | | [rustls](https://github.com/rustls/rustls) | `0.23.16` | `0.23.19` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` | | [socket2](https://github.com/rust-lang/socket2) | `0.5.7` | `0.5.8` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.0` | `2.0.3` | | [zip](https://github.com/zip-rs/zip2) | `2.2.0` | `2.2.1` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | Updates `clap` from 4.5.20 to 4.5.21 - [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.5.20...clap_complete-v4.5.21) Updates `clap_complete` from 4.5.37 to 4.5.38 - [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.5.37...clap_complete-v4.5.38) Updates `comrak` from 0.29.0 to 0.31.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/v0.29.0...v0.31.0) Updates `rustls` from 0.23.16 to 0.23.19 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.16...v/0.23.19) Updates `serde` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.215) Updates `socket2` from 0.5.7 to 0.5.8 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits) Updates `thiserror` from 2.0.0 to 2.0.3 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.0...2.0.3) Updates `zip` from 2.2.0 to 2.2.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/v2.2.0...v2.2.1) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: socket2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump depsSven-Hendrik Haase2024-11-072-112/+383
| |
* | Merge pull request #1460 from ↵Sven-Hendrik Haase2024-11-012-43/+43
|\ \ | | | | | | | | | | | | svenstaro/dependabot/cargo/all-dependencies-7a154a1f0b Bump the all-dependencies group with 7 updates
| * | Bump the all-dependencies group with 7 updatesdependabot[bot]2024-11-012-43/+43
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the all-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.91` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.33` | `4.5.36` | | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.66` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.8` | `0.12.9` | Updates `anyhow` from 1.0.89 to 1.0.91 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.91) Updates `clap_complete` from 4.5.33 to 4.5.36 - [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.5.33...clap_complete-v4.5.36) Updates `regex` from 1.11.0 to 1.11.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.11.0...1.11.1) Updates `serde` from 1.0.210 to 1.0.214 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.214) Updates `thiserror` from 1.0.64 to 1.0.66 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...1.0.66) Updates `tokio` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0) Updates `reqwest` from 0.12.8 to 0.12.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.12.8...v0.12.9) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
* | Fix formattingSven-Hendrik Haase2024-10-111-1/+5
| |
* | Merge pull request #1458 from lahwaacz/readmeSven-Hendrik Haase2024-10-111-3/+12
|\ \ | | | | | | Small README improvements
| * | Mention environment variables in the systemd sectionJakub Klinkovský2024-10-111-2/+10
| | |
| * | Fix override.conf example in READMEJakub Klinkovský2024-10-111-0/+1
| | | | | | | | | | | | ExecStart is a list, it needs to be cleared first.
| * | Fix OVERWRITE_FILES env var in READMEJakub Klinkovský2024-10-111-1/+1
|/ /
* | Bump depsSven-Hendrik Haase2024-10-112-139/+103
| |
* | Prefix OVERWRITE_FILES env varSven-Hendrik Haase2024-10-112-1/+2
| | | | | | | | Fixes #1457.
* | Merge pull request #1455 from ↵Sven-Hendrik Haase2024-10-012-51/+50
|\ \ | | | | | | | | | | | | svenstaro/dependabot/cargo/all-dependencies-7d5c86a2bb Bump the all-dependencies group with 7 updates
| * | Bump the all-dependencies group with 7 updatesdependabot[bot]2024-10-012-51/+50
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the all-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [httparse](https://github.com/seanmonstar/httparse) | `1.9.4` | `1.9.5` | | [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.0` | | [rustls-pemfile](https://github.com/rustls/pemfile) | `2.1.3` | `2.2.0` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.41` | `0.4.42` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` | | [rstest](https://github.com/la10736/rstest) | `0.22.0` | `0.23.0` | Updates `httparse` from 1.9.4 to 1.9.5 - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.4...v1.9.5) Updates `regex` from 1.10.6 to 1.11.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.10.6...1.11.0) Updates `rustls-pemfile` from 2.1.3 to 2.2.0 - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/2.1.3...v/2.2.0) Updates `tar` from 0.4.41 to 0.4.42 - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.41...0.4.42) Updates `thiserror` from 1.0.63 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64) Updates `reqwest` from 0.12.7 to 0.12.8 - [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.12.7...v0.12.8) Updates `rstest` from 0.22.0 to 0.23.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.22.0...v0.23.0) --- updated-dependencies: - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump depsSven-Hendrik Haase2024-09-211-28/+28
| |
* | Add CHANGELOG entry for #1454Sven-Hendrik Haase2024-09-211-0/+1
| |
* | Merge pull request #1454 from cyqsimon/whatwg-specSven-Hendrik Haase2024-09-211-6/+16
|\ \ | | | | | | Make URL encoding fully WHATWG-compliant
| * | Add missing `|` to `USERINFO` setcyqsimon2024-09-211-1/+2
| | |
| * | Remove non-compliant `BASE` setcyqsimon2024-09-211-2/+1
| | |
| * | Make URL encoding fully WHATWG-compliantcyqsimon2024-09-151-4/+14
|/ /