summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2020-04-11Add support for custom modules. (#916)Grégoire Geis
2020-04-10build(deps): bump sysinfo from 0.13.0 to 0.13.1dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-09build(deps): bump sysinfo from 0.12.0 to 0.13.0dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06improvement: add parser for format strings (#1021)Zhenhui Xie
This PR implements the parser of format strings described in #624.
2020-04-06chore(bump): v0.39.0v0.39.0Thomas O'Donnell
2020-04-06build(deps): bump serde_json from 1.0.50 to 1.0.51dependabot-preview[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.50 to 1.0.51. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.50...v1.0.51) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-03build(deps): bump git2 from 0.13.0 to 0.13.1 (#1043)dependabot-preview[bot]
* build(deps): bump git2 from 0.13.0 to 0.13.1 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.13.0...0.13.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix git2 build failures Fix the dependencies for git2 based on the suggestions from https://github.com/rust-lang/git2-rs/issues/540. Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andy.tom@gmail.com>
2020-03-30build(deps): bump serde_json from 1.0.48 to 1.0.50dependabot-preview[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.48 to 1.0.50. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.48...v1.0.50) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-25build(deps): bump regex from 1.3.5 to 1.3.6dependabot-preview[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.5 to 1.3.6. - [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.3.5...1.3.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23build(deps): bump sysinfo from 0.11.7 to 0.12.0dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.11.7 to 0.12.0. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-22chore(bump): v0.38.1v0.38.1Matan Kushner
2020-03-19chore(bump): v0.38.0v0.38.0Matan Kushner
2020-03-19chore(bump): v0.37.1v0.37.1Matan Kushner
2020-03-16build(deps): bump os_info from 2.0.1 to 2.0.2dependabot-preview[bot]
Bumps [os_info](https://github.com/darkeld3r/os_info) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/darkeld3r/os_info/releases) - [Changelog](https://github.com/DarkEld3r/os_info/blob/master/Changelog.md) - [Commits](https://github.com/darkeld3r/os_info/compare/v2.0.1...v2.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16build(deps): bump git2 from 0.12.0 to 0.13.0dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.12.0...git2-curl-0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-15fix: possible fix for Intermittent Test Failures in GH Actions (#987)David Knaack
* fix: possible fix for Intermittent Test Failures in GH Actions * undo some of the chnages to directory.rs * typo * add docs
2020-03-14improvement: replace reqwest with attohttpc (#999)David Knaack
2020-03-14build(deps): bump regex from 1.3.4 to 1.3.5dependabot-preview[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.4 to 1.3.5. - [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.3.4...1.3.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-12build(deps): bump sysinfo from 0.11.6 to 0.11.7dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.11.6 to 0.11.7. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09build(deps): bump sysinfo from 0.11.4 to 0.11.6dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.11.4 to 0.11.6. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09build(deps): bump open from 1.3.4 to 1.4.0dependabot-preview[bot]
Bumps [open](https://github.com/Byron/open-rs) from 1.3.4 to 1.4.0. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/master/changelog.md) - [Commits](https://github.com/Byron/open-rs/compare/v1.3.4...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09build(deps): bump chrono from 0.4.10 to 0.4.11dependabot-preview[bot]
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.10 to 0.4.11. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.10...v0.4.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-06build(deps): bump sysinfo from 0.11.3 to 0.11.4dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-04build(deps): bump reqwest from 0.10.3 to 0.10.4dependabot-preview[bot]
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.3 to 0.10.4. - [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.10.3...v0.10.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-01chore(bump): v0.37.0Matan Kushner
2020-02-27build(deps): bump git2 from 0.11.0 to 0.12.0dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.11.0...git2-curl-0.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27build(deps): bump reqwest from 0.10.2 to 0.10.3dependabot-preview[bot]
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.2 to 0.10.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.10.2...v0.10.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27build(deps): bump sysinfo from 0.11.2 to 0.11.3dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-25build(deps): bump nom from 5.1.0 to 5.1.1dependabot-preview[bot]
Bumps [nom](https://github.com/Geal/nom) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/compare/5.1.0...5.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24build(deps): bump reqwest from 0.10.1 to 0.10.2dependabot-preview[bot]
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.1 to 0.10.2. - [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.10.1...v0.10.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24build(deps): bump os_info from 2.0.0 to 2.0.1dependabot-preview[bot]
Bumps [os_info](https://github.com/darkeld3r/os_info) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/darkeld3r/os_info/releases) - [Changelog](https://github.com/DarkEld3r/os_info/blob/master/Changelog.md) - [Commits](https://github.com/darkeld3r/os_info/compare/v2.0...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-21feat: display Gradle project version (#662)Kevin Lane
This PR adds package version support for Gradle projects. The version number is extracted from the `build.gradle` file in the current directory, similar to existing support for other packages.
2020-02-19chore(bump): v0.36.1v0.36.1Matan Kushner
2020-02-14build(deps): bump serde_json from 1.0.47 to 1.0.48dependabot-preview[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.47 to 1.0.48. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.47...v1.0.48) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12chore(bump): v0.36.0v0.36.0Matan Kushner
2020-02-12build(deps): bump sysinfo from 0.11.1 to 0.11.2 (#930)dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.11.1 to 0.11.2. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)
2020-02-12build(deps): bump open from 1.3.3 to 1.3.4dependabot-preview[bot]
Bumps [open](https://github.com/Byron/open-rs) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/master/changelog.md) - [Commits](https://github.com/Byron/open-rs/commits/v1.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11build(deps): bump os_info from 1.3.3 to 2.0.0dependabot-preview[bot]
Bumps [os_info](https://github.com/darkeld3r/os_info) from 1.3.3 to 2.0.0. - [Release notes](https://github.com/darkeld3r/os_info/releases) - [Changelog](https://github.com/DarkEld3r/os_info/blob/master/Changelog.md) - [Commits](https://github.com/darkeld3r/os_info/compare/v1.3.3...v2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11build(deps): bump sysinfo from 0.11.0 to 0.11.1dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10build(deps): bump serde_json from 1.0.46 to 1.0.47dependabot-preview[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.46 to 1.0.47. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.46...v1.0.47) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10build(deps): bump sysinfo from 0.10.5 to 0.11.0dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.10.5 to 0.11.0. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-06chore(bump): v0.35.1v0.35.1Matan Kushner
2020-02-06chore(bump): v0.35.0v0.35.0Matan Kushner
Former-commit-id: bc55166a6e3016c9355855e78c550173da53b1ce
2020-02-05revert: "refactor: replace reqwest with ureq (#844)" (#895)Matan Kushner
Former-commit-id: 0908c12a4950b6b4ceea22a3e1cbd4a8039d4006
2020-02-03chore(bump): v0.34.1v0.34.1Matan Kushner
2020-02-03chore(bump): v0.34.0v0.34.0Matan Kushner
2020-02-03build(deps): bump open from 1.3.2 to 1.3.3dependabot-preview[bot]
Bumps [open](https://github.com/Byron/open-rs) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/master/changelog.md) - [Commits](https://github.com/Byron/open-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03build(deps): bump serde_json from 1.0.45 to 1.0.46dependabot-preview[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.45 to 1.0.46. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.45...v1.0.46) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-30build(deps): bump pretty_env_logger from 0.3.1 to 0.4.0dependabot-preview[bot]
Bumps [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/seanmonstar/pretty-env-logger/releases) - [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.3.1...v0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27build(deps): bump os_info from 1.3.2 to 1.3.3dependabot-preview[bot]
Bumps [os_info](https://github.com/darkeld3r/os_info) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/darkeld3r/os_info/releases) - [Changelog](https://github.com/DarkEld3r/os_info/blob/master/Changelog.md) - [Commits](https://github.com/darkeld3r/os_info/compare/v1.3.2...v1.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>