Commit Graph

47 Commits

Author SHA1 Message Date
Kaan Barmore-Genç 05a3fb6c89
Fix spawn local panic about local set 2022-06-09 22:11:42 -04:00
Kaan Barmore-Genç a9629ad4a3
Bump version for release 2022-06-09 21:57:44 -04:00
dependabot[bot] c05b0a8494
Bump tokio from 1.17.0 to 1.19.0 (#19)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.19.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.19.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-09 21:29:21 -04:00
Kaan Barmore-Genç 661dfc55fd
Use a single threaded setup & allow configurable TTL (#21)
* use a single threaded executor

* add configurable TTL support
2022-06-09 21:29:02 -04:00
dependabot[bot] e4938a3f95
Bump serde from 1.0.136 to 1.0.137 (#14)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-09 20:39:25 -04:00
dependabot[bot] df672c0f48
Bump clap from 3.1.12 to 3.1.18 (#17)
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.1.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.12...v3.1.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-09 20:39:16 -04:00
Kaan Barmore-Genç ffa22a6f8d
Merge pull request #12 from SeriousBug/dependabot/cargo/clap-3.1.12
Bump clap from 3.1.9 to 3.1.12
2022-04-23 13:23:14 -04:00
Kaan Barmore-Genç d22031782f
Merge pull request #11 from SeriousBug/dependabot/cargo/anyhow-1.0.57
Bump anyhow from 1.0.56 to 1.0.57
2022-04-23 13:23:06 -04:00
dependabot[bot] 3d41d3ae44
Bump clap from 3.1.9 to 3.1.12
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.9 to 3.1.12.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.9...v3.1.12)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-23 07:18:31 +00:00
dependabot[bot] 85588f8c95
Bump anyhow from 1.0.56 to 1.0.57
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.56...1.0.57)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-23 07:18:27 +00:00
Kaan Barmore-Genç 625a2b6b03
Merge pull request #10 from SeriousBug/dependabot/cargo/clap-3.1.9
Bump clap from 3.1.8 to 3.1.9
2022-04-17 23:06:15 -04:00
Kaan Barmore-Genç 7ab0320d72
Merge pull request #9 from SeriousBug/dependabot/cargo/toml-0.5.9
Bump toml from 0.5.8 to 0.5.9
2022-04-17 23:06:05 -04:00
dependabot[bot] 9c61ea9bf1
Bump clap from 3.1.8 to 3.1.9
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.9.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.8...v3.1.9)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-16 07:13:09 +00:00
dependabot[bot] 04eac21083
Bump toml from 0.5.8 to 0.5.9
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.8 to 0.5.9.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.8...0.5.9)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-16 07:13:03 +00:00
Kaan Barmore-Genç 496467d257 add author name 2022-04-04 00:34:56 -04:00
Kaan Barmore-Genç f431668aec
Add dependabot 2022-04-03 21:44:07 -04:00
Kaan Barmore-Genç 058c9ac769 switch to stable toolchain
Had to use nightly to get the strip option previously, but it's stable now.
2022-04-03 21:38:20 -04:00
Kaan Barmore-Genç 4032fbe7ff update dependencies & switch to clap
`structopt` is maintanence-only, and `clap` seems to be the successor.
2022-04-03 21:27:45 -04:00
Kaan Barmore-Genç 8faa6bd5f1 update release instructions 2022-03-10 21:58:55 -05:00
Kaan Barmore-Genç b61e3d76cf bump version for new release 2022-03-10 21:25:51 -05:00
Kaan Barmore-Genç ef7fa14eaa
Merge pull request #1 from SeriousBug/ratelimit
add rate limiting
2022-03-10 21:23:33 -05:00
Kaan Barmore-Genç 2f9cdbd105 add rate limiting 2022-03-10 21:18:41 -05:00
Kaan Barmore-Genç f13c5aa6a6 drop dependabot
Looks like the bot doesn't support cargo with nightly features. Disabling until strip makes its way to stable cargo.
2022-01-30 17:48:07 -05:00
Kaan Barmore-Genç 19fa71de41 change strip so dependabot can read it 2022-01-30 17:45:45 -05:00
Kaan Barmore-Genç fba01cb4e8 fix dependabot config 2022-01-30 17:42:40 -05:00
Kaan Barmore-Genç c62b8c9f69 Add dependabot 2022-01-30 17:40:55 -05:00
Kaan Barmore-Genç 6667b62747 Document AUR package & alternatives 2022-01-30 17:03:57 -05:00
Kaan Barmore-Genç 87bc572111 Add packaging for ArchLinux 2022-01-30 04:48:57 -05:00
Kaan Barmore-Genç 948521fcc4 fix incorrect name on version string 2022-01-30 04:48:24 -05:00
Kaan Barmore-Genç 59e4a5e4d9 package Windows with zip 2022-01-27 15:04:32 -05:00
Kaan Barmore-Genç 7eca3fbe5f Rename binary, 1.0.0 release, docker images 2022-01-27 01:22:05 -05:00
Kaan Genc 517c77ee05 note release in readme 2022-01-26 01:19:47 -05:00
Kaan Genc fd6bbf9b92 switch to rustls 2022-01-25 23:57:24 -05:00
Kaan Genc 6826f519b9 add license 2022-01-23 22:43:06 -05:00
Kaan Genc 52af11101b update readme 2022-01-23 22:40:11 -05:00
Kaan Genc 601ae869ef update usage instructions 2022-01-23 22:35:29 -05:00
Kaan Genc 31d7d2e9ce fix API error 2022-01-23 22:29:32 -05:00
Kaan Genc 66642836fa fix config issues 2022-01-23 22:26:57 -05:00
Kaan Genc 4d08818827 egh 2022-01-23 16:38:38 -05:00
Kaan Genc ecf08e3f28 fix type errors 2022-01-23 16:38:16 -05:00
Kaan Genc 3a7620b6d5 Use die-exit to clean up exits 2022-01-23 16:12:27 -05:00
Kaan Genc c5ed8fe6ab fix type issues with tasks 2022-01-23 03:22:41 -05:00
Kaan Genc 093b99d69d almost done! 2021-12-24 20:20:31 -05:00
Kaan Genc cab2ecbdf1 successfully made a request! 2021-12-14 22:30:36 -05:00
Kaan Genc cfe229234e organize into folders 2021-12-12 04:32:05 -05:00
Kaan Genc 68d992748e correct config loading 2021-12-12 03:49:21 -05:00
Kaan Genc 91c8463cd8 load config 2021-12-12 01:36:40 -05:00