Commit Graph

48 Commits

Author SHA1 Message Date
Indy adb4b1eb35
Merge pull request #7 from IndyV/dependabot/cargo/openssl-0.10.55
Bump openssl from 0.10.48 to 0.10.55
2023-06-30 16:59:20 +02:00
dependabot[bot] e0e92d2d54
Bump openssl from 0.10.48 to 0.10.55
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.55)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 22:54:39 +00:00
Indy 85a4389433
Merge pull request #6 from IndyV/dependabot/cargo/h2-0.3.17 2023-04-14 12:18:42 +02:00
dependabot[bot] badb6bdccb
Bump h2 from 0.3.15 to 0.3.17
Bumps [h2](https://github.com/hyperium/h2) from 0.3.15 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.15...v0.3.17)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-13 17:06:08 +00:00
Indy 770fe79faf
Merge pull request #5 from IndyV/dependabot/cargo/openssl-0.10.48 2023-03-25 13:22:32 +01:00
dependabot[bot] 703832af1a
Bump openssl from 0.10.45 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25 01:20:31 +00:00
IndyV c347494c8e Rename action 2023-02-15 21:30:51 +01:00
IndyV 9271bce02a Small cleanup 2023-02-15 21:29:25 +01:00
IndyV 90d85df482 Add license 2023-02-15 13:14:47 +01:00
IndyV 94739426b2 Update deps 2023-02-04 16:11:20 +01:00
IndyV c4be241e7f Version 1.0.0 2023-02-03 00:49:02 +01:00
Indy 95a76e1bd3
Update build.yml 2023-02-02 19:39:42 +01:00
Indy e7a510adfd
Merge pull request #2 from IndyV/dependabot/cargo/tokio-1.23.1 2023-01-21 13:56:41 +01:00
Indy 86df625e4f
Merge pull request #3 from IndyV/dependabot/cargo/bumpalo-3.12.0 2023-01-21 13:56:18 +01:00
dependabot[bot] 642c03dee7
Bump bumpalo from 3.11.0 to 3.12.0
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 22:25:20 +00:00
dependabot[bot] 758afebc28
Bump tokio from 1.21.2 to 1.23.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.23.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 21:50:25 +00:00
Indy e4f5415693
Update README.md 2022-11-29 15:47:48 +01:00
IndyV cbc0c1e557 Add back spinner 2022-11-23 21:30:43 +01:00
IndyV 9b5ad1c6d5 Remove unnecessary check
Spinner goes to stderr by default so doesn't need to be filtered.
2022-11-18 10:10:05 +01:00
IndyV e48c3eb97f Remove old comment 2022-11-06 00:51:25 +01:00
IndyV 9ba0a1285c fix: Make cancel behaviour as expected 2022-11-06 00:29:49 +01:00
IndyV 09a6f70487 chore: clean-up code 2022-11-05 15:37:18 +01:00
IndyV 44e9ff4bff Add upload artifact 2022-11-04 15:56:32 +01:00
IndyV 945175fe8e Fix ls flags 2022-11-04 11:51:28 +01:00
IndyV 552111465c Look around for artifact 2022-11-04 11:24:47 +01:00
IndyV f6366da502 Try without mingw step 2022-11-04 11:13:55 +01:00
IndyV a8c1d73ea0 Update action workflow to windows 2022-11-04 11:09:03 +01:00
IndyV ebe189da7b Add it to dependencies as well? 2022-11-04 10:39:10 +01:00
IndyV a4907e5220 Update description and build step 2022-11-04 10:35:00 +01:00
IndyV 4ec0b9ca7d Don't use extern crate syntax 2022-11-04 10:22:41 +01:00
IndyV 82efc80286 Add winres build step for icon 2022-11-04 10:15:45 +01:00
IndyV cb2bcfed06 Actual lint fix 2022-11-04 09:55:35 +01:00
IndyV c65fc31dcc Lint fix 2022-11-04 09:55:17 +01:00
IndyV 8f5a49b308 Fix logic flow and add utils 2022-11-02 23:27:48 +01:00
IndyV f10d07a87f Small readme fix 2022-11-01 23:09:21 +01:00
IndyV 0c13bb1659 Fix clippy lint 2022-11-01 22:52:09 +01:00
IndyV b0843eb253 Small fix 2022-11-01 22:51:20 +01:00
IndyV a640c8a4eb Fix naming and structure 2022-11-01 22:15:02 +01:00
Indy 32c03321ae
Update README.md 2022-10-27 15:35:14 +02:00
IndyV 2631046c61 Fix lint 2022-10-26 23:43:20 +02:00
Indy 84d71a1396
Update build.yml 2022-10-26 23:41:28 +02:00
Indy 22e9dc3a6b
Create build.yml 2022-10-26 23:38:27 +02:00
IndyV f50db2b667 Remove unused script 2022-10-26 23:25:44 +02:00
Indy 426db12116
Update README.md 2022-10-26 23:12:06 +02:00
Indy d0bd7bc2db
Update README.md 2022-10-26 23:10:52 +02:00
Indy b15240aa6f
Update README.md 2022-10-26 23:09:32 +02:00
Indy 0e7a677f08
Update README.md 2022-10-26 23:08:09 +02:00
IndyV 8da5ff8f8b Initial commit 2022-10-26 22:58:36 +02:00