| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Bump pretty_assertions from 0.7.1 to 0.7.2
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases)
- [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.7.1...v0.7.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \ \ \
| | | | |
| | | | | |
Bump reqwest from 0.11.2 to 0.11.3
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.2 to 0.11.3.
- [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.11.2...v0.11.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
Bump futures from 0.3.13 to 0.3.14
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.13 to 0.3.14.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.13...0.3.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \ \
| | | |
| | | | |
Bump http from 0.2.3 to 0.2.4
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [http](https://github.com/hyperium/http) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v0.2.3...v0.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Bump httparse from 1.3.5 to 1.3.6
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.3.5...v1.3.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \ \
| | | |
| | | | |
Bump nanoid from 0.3.0 to 0.4.0
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [nanoid](https://github.com/nikolay-govorov/nanoid) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/nikolay-govorov/nanoid/releases)
- [Changelog](https://github.com/nikolay-govorov/nanoid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nikolay-govorov/nanoid/compare/v0.3.0...v0.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This should in theory allow us to have more overlaps between sub-dependencies and thus reduce binary size.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/| |
Generate completions with `miniserve --print-completions <shell>`
|
| |
| |
| |
| |
| |
| |
| |
| | |
This patch adds a `--print-completions` option to generate shell
completion files at runtime. This ensures the completions are always up
to date.
Fixes #377.
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Try to add FreeBSD support
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Fix QR code display when using --random-route
|
| |/
| |
| |
| |
| | |
Previously the QR code would not display because `/` is a 404 when using
`--random-route`.
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.124 to 1.0.125.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.124...v1.0.125)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| |/
|/| |
Bump actix-web-httpauth from 0.5.0 to 0.5.1
|
| |
| |
| |
| |
| |
| |
| | |
Bumps [actix-web-httpauth](https://github.com/actix/actix-extras) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/cors-0.5.0...cors-v0.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| |/
|/| |
Bump rstest from 0.6.4 to 0.7.0
|
|/
|
|
|
|
|
|
| |
Bumps [rstest](https://github.com/la10736/rstest) from 0.6.4 to 0.7.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.6.4...0.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\
| |
| | |
Fix CI on Rust nightly by bumping standback
|