aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (cargo-release) version 0.19.5v0.19.5Sven-Hendrik Haase2022-05-184-4/+7
|
* Merge pull request #802 from svenstaro/fix-symlink-followingSven-Hendrik Haase2022-05-185-77/+84
|\ | | | | Fix security issue with --no-symlinks
| * Fix security issue with --no-symlinksSven-Hendrik Haase2022-05-185-77/+84
| | | | | | | | | | Even with --no-symlinks specified, if a direct path to a symlink had been entered, it would be resolved. This fixes that behavior and improves tests to ensure this behavior.
* | Merge pull request #801 from svenstaro/run-clippy-only-on-nightlySven-Hendrik Haase2022-05-182-1/+2
|\| | | | | Run clippy only on nightly
| * Run clippy only on nightlySven-Hendrik Haase2022-05-182-1/+2
|/
* Merge pull request #800 from svenstaro/dependabot/cargo/rustls-0.20.5Sven-Hendrik Haase2022-05-161-2/+2
|\ | | | | Bump rustls from 0.20.4 to 0.20.5
| * Bump rustls from 0.20.4 to 0.20.5dependabot[bot]2022-05-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rustls](https://github.com/rustls/rustls) from 0.20.4 to 0.20.5. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.20.4...v/0.20.5) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #799 from svenstaro/dependabot/cargo/rstest-0.13.0Sven-Hendrik Haase2022-05-162-3/+266
|\ \ | |/ |/| Bump rstest from 0.12.0 to 0.13.0
| * Bump rstest from 0.12.0 to 0.13.0dependabot[bot]2022-05-162-3/+266
|/ | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.12.0 to 0.13.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.12.0...0.13.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #797 from svenstaro/dependabot/cargo/socket2-0.4.5Sven-Hendrik Haase2022-05-111-3/+3
|\ | | | | Bump socket2 from 0.4.4 to 0.4.5
| * Bump socket2 from 0.4.4 to 0.4.5dependabot[bot]2022-05-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.4 to 0.4.5. - [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.4.4...v0.4.5) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #798 from svenstaro/dependabot/cargo/clap-3.1.18Sven-Hendrik Haase2022-05-112-8/+8
|\ \ | |/ |/| Bump clap from 3.1.17 to 3.1.18
| * Bump clap from 3.1.17 to 3.1.18dependabot[bot]2022-05-112-8/+8
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.17 to 3.1.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/v3.1.17...v3.1.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 Haase2022-05-061-5/+5
|
* Allow clippy::format_push_stringSven-Hendrik Haase2022-05-061-3/+5
| | | | I think if we followed the lint the code would be less readable for no real benefit.
* Bump depsSven-Hendrik Haase2022-05-061-59/+59
|
* Merge pull request #789 from svenstaro/dependabot/cargo/log-0.4.17Sven-Hendrik Haase2022-05-031-2/+2
|\ | | | | Bump log from 0.4.16 to 0.4.17
| * Bump log from 0.4.16 to 0.4.17dependabot[bot]2022-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17. - [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/commits/0.4.17) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #790 from svenstaro/dependabot/cargo/clap-3.1.15Sven-Hendrik Haase2022-05-032-6/+6
|\ \ | |/ |/| Bump clap from 3.1.14 to 3.1.15
| * Bump clap from 3.1.14 to 3.1.15dependabot[bot]2022-05-032-6/+6
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.14 to 3.1.15. - [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/v3.1.14...v3.1.15) --- 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 #788 from svenstaro/dependabot/cargo/serde-1.0.137Sven-Hendrik Haase2022-05-021-4/+4
|\ | | | | Bump serde from 1.0.136 to 1.0.137
| * Bump serde from 1.0.136 to 1.0.137dependabot[bot]2022-05-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #787 from svenstaro/dependabot/cargo/clap_complete-3.1.3Sven-Hendrik Haase2022-05-022-3/+3
|\ \ | | | | | | Bump clap_complete from 3.1.2 to 3.1.3
| * | Bump clap_complete from 3.1.2 to 3.1.3dependabot[bot]2022-05-022-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.1.2 to 3.1.3. - [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-v3.1.2...clap_complete-v3.1.3) --- 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 #786 from svenstaro/dependabot/cargo/clap-3.1.14Sven-Hendrik Haase2022-05-022-8/+8
|\ \ | | | | | | Bump clap from 3.1.12 to 3.1.14
| * | Bump clap from 3.1.12 to 3.1.14dependabot[bot]2022-05-022-8/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.1.14. - [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/v3.1.12...v3.1.14) --- 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 #785 from svenstaro/dependabot/cargo/thiserror-1.0.31Sven-Hendrik Haase2022-05-021-4/+4
|\ \ | |/ |/| Bump thiserror from 1.0.30 to 1.0.31
| * Bump thiserror from 1.0.30 to 1.0.31dependabot[bot]2022-05-021-4/+4
|/ | | | | | | | | | | | | | Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.30 to 1.0.31. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.30...1.0.31) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #783 from svenstaro/dependabot/cargo/http-0.2.7Sven-Hendrik Haase2022-04-291-2/+2
|\ | | | | Bump http from 0.2.6 to 0.2.7
| * Bump http from 0.2.6 to 0.2.7dependabot[bot]2022-04-291-2/+2
|/ | | | | | | | | | | | | | | Bumps [http](https://github.com/hyperium/http) from 0.2.6 to 0.2.7. - [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.6...v0.2.7) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #782 from svenstaro/dependabot/cargo/httparse-1.7.1Sven-Hendrik Haase2022-04-271-2/+2
|\ | | | | Bump httparse from 1.7.0 to 1.7.1
| * Bump httparse from 1.7.0 to 1.7.1dependabot[bot]2022-04-271-2/+2
|/ | | | | | | | | | | | | | Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2022-04-231-7/+7
|
* Merge pull request #779 from svenstaro/dependabot/cargo/anyhow-1.0.57Sven-Hendrik Haase2022-04-221-2/+2
|\ | | | | Bump anyhow from 1.0.56 to 1.0.57
| * Bump anyhow from 1.0.56 to 1.0.57dependabot[bot]2022-04-221-2/+2
|/ | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.56 to 1.0.57. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.56...1.0.57) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2022-04-201-45/+44
|
* Merge pull request #774 from svenstaro/dependabot/cargo/clap-3.1.10Sven-Hendrik Haase2022-04-202-6/+6
|\ | | | | Bump clap from 3.1.9 to 3.1.10
| * Bump clap from 3.1.9 to 3.1.10dependabot[bot]2022-04-202-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.9 to 3.1.10. - [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/v3.1.9...v3.1.10) --- 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 #776 from svenstaro/dependabot/cargo/simplelog-0.12.0Sven-Hendrik Haase2022-04-202-4/+4
|\ \ | |/ |/| Bump simplelog from 0.11.2 to 0.12.0
| * Bump simplelog from 0.11.2 to 0.12.0dependabot[bot]2022-04-202-4/+4
|/ | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.2 to 0.12.0. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.11.2...v0.12.0) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #773 from svenstaro/dependabot/cargo/clap_mangen-0.1.3Sven-Hendrik Haase2022-04-191-2/+2
|\ | | | | Bump clap_mangen from 0.1.2 to 0.1.3
| * Bump clap_mangen from 0.1.2 to 0.1.3dependabot[bot]2022-04-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.1.2 to 0.1.3. - [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.1.2...clap_mangen-v0.1.3) --- 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 #772 from svenstaro/dependabot/cargo/clap-3.1.9Sven-Hendrik Haase2022-04-192-10/+16
|\ \ | | | | | | Bump clap from 3.1.8 to 3.1.9
| * | Bump clap from 3.1.8 to 3.1.9dependabot[bot]2022-04-182-10/+16
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.9. - [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/v3.1.8...v3.1.9) --- 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 #771 from svenstaro/dependabot/cargo/qrcodegen-1.8.0Sven-Hendrik Haase2022-04-191-2/+2
|\ \ | |/ |/| Bump qrcodegen from 1.7.0 to 1.8.0
| * Bump qrcodegen from 1.7.0 to 1.8.0dependabot[bot]2022-04-181-2/+2
|/ | | | | | | | | | | | | | Bumps [qrcodegen](https://github.com/nayuki/QR-Code-generator) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/nayuki/QR-Code-generator/releases) - [Commits](https://github.com/nayuki/QR-Code-generator/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: qrcodegen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #770 from svenstaro/dependabot/cargo/rustls-pemfile-1.0.0Sven-Hendrik Haase2022-04-152-3/+12
|\ | | | | Bump rustls-pemfile from 0.3.0 to 1.0.0
| * Bump rustls-pemfile from 0.3.0 to 1.0.0dependabot[bot]2022-04-152-3/+12
|/ | | | | | | | | | | | | | Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/0.3.0...v/1.0.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #769 from svenstaro/dependabot/cargo/httparse-1.7.0Sven-Hendrik Haase2022-04-121-2/+2
|\ | | | | Bump httparse from 1.6.0 to 1.7.0
| * Bump httparse from 1.6.0 to 1.7.0dependabot[bot]2022-04-121-2/+2
|/ | | | | | | | | | | | | | Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>