Commit graph

824 commits

Author SHA1 Message Date
ryan kurte
912dc56c95 (cargo-release) version 0.5.0 2021-11-19 09:37:35 +13:00
Félix Saparelli
0f9b4de449 Update deps 2021-11-17 21:53:20 +13:00
ryan kurte
5c56c930e4 (cargo-release) version 0.4.1 2021-10-08 12:28:56 +13:00
ryan
7d0b700ae2 (cargo-release) version 0.3.0 2021-04-08 22:31:07 +12:00
ryan
ddadcd6d32 bump tokio/reqwest and swap to rustls / remove openssl 2021-04-08 18:55:08 +12:00
ryan
1c25b1346f added zip support, pkg-fmt override
swapped CI to build zips for windows
2021-04-08 18:39:54 +12:00
dependabot[bot]
dc5098b390
Bump log from 0.4.13 to 0.4.14
Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14.
- [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.13...0.4.14)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 20:10:31 +00:00
Félix Saparelli
9c06ca94cb
Add support for Txz archives 2021-03-06 22:35:05 +13:00
dependabot[bot]
b8452817c8
Bump cargo_metadata from 0.12.1 to 0.12.2
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Commits](https://github.com/oli-obk/cargo_metadata/compare/v0.12.1...v0.12.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-13 07:00:33 +00:00
dependabot[bot]
e249c8f534
Bump simplelog from 0.8.0 to 0.9.0
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.8.0 to 0.9.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.8.0...v0.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-12 20:47:51 +00:00
Ryan
8269433f93
Merge pull request #25 from ryankurte/dependabot/cargo/log-0.4.13
Bump log from 0.4.11 to 0.4.13
2021-01-13 09:46:54 +13:00
dependabot[bot]
34e5d7f256
Bump serde from 1.0.118 to 1.0.119
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.119.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.119)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-12 07:01:46 +00:00
dependabot[bot]
943e1a6324
Bump log from 0.4.11 to 0.4.13
Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.13.
- [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.11...0.4.13)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-12 07:01:45 +00:00
dependabot[bot]
a6ef1f66f2
Bump tinytemplate from 1.1.0 to 1.2.0
Bumps [tinytemplate](https://github.com/bheisler/TinyTemplate) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/bheisler/TinyTemplate/releases)
- [Changelog](https://github.com/bheisler/TinyTemplate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/TinyTemplate/compare/1.1.0...1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-04 08:01:04 +00:00
ryan
ef6a3d0ef7 fix version matching, now works with semver 2020-12-31 15:32:58 +13:00
ryan
5fd78341c8 cleaning up binary logic, using standard [[bin]] definitions now 2020-12-31 13:19:58 +13:00
ryan
d7aae3275d bump tokio version 2020-12-30 18:18:01 +13:00
ryan
a012eb1fb7 remove unused deps 2020-12-30 18:15:04 +13:00
ryan
8777c355c5 swapped to symlink-based installation 2020-12-30 17:34:07 +13:00
ryan
8f7f7f5530 refactoring to library 2020-12-30 15:27:39 +13:00
ryan
f4775bd9f8 update lockfile 2020-12-14 21:48:54 +13:00
ryan
6848f4dda9 explicitly add serde dervice 2020-12-14 21:15:35 +13:00
ryan
b031f79e1f switch to rustls, fix windows build 2020-12-14 20:58:39 +13:00
ryan
d31364f5da Rough first attempt 2020-12-14 20:43:51 +13:00