Commit Graph

20 Commits

Author SHA1 Message Date
17ms
b32e41433f create precompiled releases 2023-06-30 12:01:46 +03:00
17ms
f650961873 stripped README 2023-06-02 22:25:02 +03:00
17ms
131e9998e9 linting, cleaning & renaming 2023-06-02 22:20:52 +03:00
dependabot[bot]
55f0d559bb
Bump h2 from 0.3.13 to 0.3.18 (#4)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.18.
- [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.13...v0.3.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-21 13:20:20 +03:00
17ms
8599e59713 removed structure from docs 2023-04-12 02:03:27 +03:00
17ms
2953e620e1 updated docs 2023-04-12 02:01:31 +03:00
dependabot[bot]
5207934870
Bump openssl from 0.10.40 to 0.10.48 (#3)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.40 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.40...openssl-v0.10.48)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-25 13:19:35 +02:00
dependabot[bot]
8912b95f8b
Bump tokio from 1.18.2 to 1.18.5 (#2)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.18.5.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.18.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-01 14:28:57 +02:00
dependabot[bot]
18d849a5a9
Bump bumpalo from 3.9.1 to 3.12.0 (#1)
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.9.1 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.9.1...3.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-01 14:27:00 +02:00
einisto
781c6b55ec Handled reqwest & serde_json errors 2022-06-21 22:58:13 +03:00
einisto
793ce5e64a Structure graph 2022-06-21 22:58:13 +03:00
einisto
8917e1102b Add README.md & bump version 2022-06-21 22:58:13 +03:00
einisto
10dfd3a95a Add ferris.png 2022-06-06 15:02:07 +03:00
einisto
7c06d58c43 Pretty printing & simplified logic 2022-06-06 14:24:04 +03:00
einisto
235591e1b0 Improved project structure 2022-06-06 11:56:52 +03:00
einisto
a101ec3344 Buffer for request-futures 2022-06-04 01:05:27 +03:00
einisto
351a534ce1 Asynchronous file-dl 2022-06-03 01:14:54 +03:00
einisto
576e426b03 ID-list request & JSON parsing 2022-06-02 01:19:04 +03:00
einisto
a34f3d310f Arg parsing 2022-05-31 16:48:09 +03:00
einisto
b65b738770
Initial commit 2022-05-28 01:43:41 +03:00