aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump the all-dependencies group with 7 updatesdependabot[bot]2024-10-011-50/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|
* Release miniserve version 0.28.0v0.28.0Sven-Hendrik Haase2024-09-121-1/+1
|
* Bump depsSven-Hendrik Haase2024-09-121-183/+178
|
* Bump the all-dependencies group with 10 updatesdependabot[bot]2024-09-011-35/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the all-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [actix-web](https://github.com/actix/actix-web) | `4.8.0` | `4.9.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.16` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.12` | `4.5.24` | | [comrak](https://github.com/kivikakk/comrak) | `0.26.0` | `0.27.0` | | [if-addrs](https://github.com/messense/if-addrs) | `0.13.2` | `0.13.3` | | [serde](https://github.com/serde-rs/serde) | `1.0.205` | `1.0.209` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.40.0` | | [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.15` | `2.0.16` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.5` | `0.12.7` | Updates `actix-web` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v4.8.0...web-v4.9.0) Updates `clap` from 4.5.13 to 4.5.16 - [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.13...clap_complete-v4.5.16) Updates `clap_complete` from 4.5.12 to 4.5.24 - [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.12...clap_complete-v4.5.24) Updates `comrak` from 0.26.0 to 0.27.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.26.0...v0.27.0) Updates `if-addrs` from 0.13.2 to 0.13.3 - [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.13.2...v0.13.3) Updates `serde` from 1.0.205 to 1.0.209 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.205...v1.0.209) Updates `tokio` from 1.39.2 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.40.0) Updates `zip` from 2.1.6 to 2.2.0 - [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.1.6...v2.2.0) Updates `assert_cmd` from 2.0.15 to 2.0.16 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16) Updates `reqwest` from 0.12.5 to 0.12.7 - [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.5...v0.12.7) --- updated-dependencies: - dependency-name: actix-web dependency-type: direct:production update-type: version-update:semver-minor 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: comrak dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: if-addrs 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: 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-minor dependency-group: all-dependencies - dependency-name: assert_cmd 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>
* Bump rstestSven-Hendrik Haase2024-08-081-4/+4
|
* Bump depsSven-Hendrik Haase2024-08-081-149/+166
|
* Bump depsSven-Hendrik Haase2024-07-201-112/+121
|
* Bump depsSven-Hendrik Haase2024-07-031-392/+203
|
* Try to fix CISven-Hendrik Haase2024-06-131-250/+255
|
* Bump rustls to v0.23Sven-Hendrik Haase2024-06-091-107/+225
|
* Bump reqwest to v0.12Sven-Hendrik Haase2024-06-091-75/+179
|
* Bump depsSven-Hendrik Haase2024-06-091-47/+47
|
* Remove explicit dependency on httpSven-Hendrik Haase2024-06-091-1/+0
| | | | We now use the one supplied by actix-web.
* Bump depsSven-Hendrik Haase2024-06-021-177/+182
|
* Bump zip from 1.2.2 to 2.1.1dependabot[bot]2024-05-291-2/+3
| | | | | | | | | | | | | | | 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 fast_qr from 0.12.4 to 0.12.5dependabot[bot]2024-05-161-2/+2
| | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.12.4 to 0.12.5. - [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 #1411 from svenstaro/dependabot/cargo/fast_qr-0.12.4Sven-Hendrik Haase2024-05-101-2/+2
|\ | | | | Bump fast_qr from 0.12.3 to 0.12.4
| * Bump fast_qr from 0.12.3 to 0.12.4dependabot[bot]2024-05-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.12.3 to 0.12.4. - [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>
* | Bump zip from 1.2.1 to 1.2.2dependabot[bot]2024-05-101-59/+2
|/ | | | | | | | | | | | | | | Bumps [zip](https://github.com/zip-rs/zip2) from 1.2.1 to 1.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/v1.2.1...v1.2.2) --- 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 Haase2024-05-071-78/+158
|
* Bump depsSven-Hendrik Haase2024-04-301-26/+26
|
* Bump depsSven-Hendrik Haase2024-04-261-31/+62
|
* Bump depsSven-Hendrik Haase2024-04-181-60/+67
|
* Merge pull request #1387 from svenstaro/dependabot/cargo/rstest-0.19.0Sven-Hendrik Haase2024-04-121-4/+4
|\ | | | | Bump rstest from 0.18.2 to 0.19.0
| * Bump rstest from 0.18.2 to 0.19.0dependabot[bot]2024-04-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 depsSven-Hendrik Haase2024-04-121-45/+45
|/
* Merge pull request #1378 from svenstaro/dependabot/cargo/port_check-0.2.1Sven-Hendrik Haase2024-04-051-2/+2
|\ | | | | Bump port_check from 0.2.0 to 0.2.1
| * Bump port_check from 0.2.0 to 0.2.1dependabot[bot]2024-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [port_check](https://github.com/ufoscout/port-check-rs) from 0.2.0 to 0.2.1. - [Commits](https://github.com/ufoscout/port-check-rs/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: port_check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump if-addrs from 0.11.1 to 0.12.0dependabot[bot]2024-04-031-2/+2
|/ | | | | | | | | | | | | | | 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-2/+2
|\ | | | | 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-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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-5/+4
| |
* | Bump depsSven-Hendrik Haase2024-03-281-67/+67
|/
* 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 depsSven-Hendrik Haase2024-03-161-146/+145
|
* Bump fast_qr from 0.11.0 to 0.12.0dependabot[bot]2024-02-291-2/+2
| | | | | | | | | | | | | | 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 socket2 from 0.5.5 to 0.5.6dependabot[bot]2024-02-261-3/+3
| | | | | | | | | | | | | | | Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.5 to 0.5.6. - [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/compare/v0.5.5...v0.5.6) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2024-02-211-67/+58
|
* Bump depsSven-Hendrik Haase2024-02-161-83/+89
|
* Bump grass from 0.13.1 to 0.13.2dependabot[bot]2024-02-081-73/+57
| | | | | | | | | | | | | | Bumps [grass](https://github.com/connorskees/grass) from 0.13.1 to 0.13.2. - [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md) - [Commits](https://github.com/connorskees/grass/compare/0.13.1...0.13.2) --- updated-dependencies: - dependency-name: grass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2024-02-061-52/+66
|
* Bump depsSven-Hendrik Haase2024-01-291-21/+21
|
* Bump strum from 0.26.0 to 0.26.1dependabot[bot]2024-01-291-2/+2
| | | | | | | | | | | | | | Bumps [strum](https://github.com/Peternator7/strum) from 0.26.0 to 0.26.1. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2024-01-281-21/+21
|
* Bump depsSven-Hendrik Haase2024-01-211-28/+26
|
* Bump clap from 4.4.17 to 4.4.18dependabot[bot]2024-01-171-4/+4
| | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.4.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/v4.4.17...v4.4.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 depsSven-Hendrik Haase2024-01-161-28/+12
|