Commit graph

68 commits

Author SHA1 Message Date
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
3810603457 update readme, allow self updating 2020-12-31 17:28:39 +13:00
ryan
b7b8f36109 Merge branch 'main' of github.com:ryankurte/cargo-binstall into main 2020-12-31 17:18:00 +13:00
ryan
31900e0164 fix docs link in readme, add to cargo.toml 2020-12-31 17:17:39 +13: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
6848f4dda9 explicitly add serde dervice 2020-12-14 21:15:35 +13:00
ryan
adcbc6ae20 try installing openssl 2020-12-14 21:07:12 +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