Commit Graph

23 Commits

Author SHA1 Message Date
red
9b2cf6dda9 bumped dependencies versions 2021-03-14 11:27:34 +01:00
red
273ee4ab0c added env example 2021-03-14 11:03:06 +01:00
Nick Zana
c75029f59e Move tokio to dev and add rt-multi-threaded
Tokio is not needed in the main library and is only used for tests, and
thus can be safely moved to a dev-dependency.

The rt-multi-threaded feature of tokio is needed for some examples.
2021-03-13 18:40:54 -05:00
red
eac1c9c6e9 bump version to release lib updates 2021-02-07 18:30:12 +01:00
Aleksandr
c153559348
Merge branch 'master' into dependabot/cargo/tokio-1.2 2021-02-07 18:23:19 +01:00
Aleksandr
4f4c0e8d5d
Merge pull request #8 from j0rsa/dependabot/cargo/env_logger-0.8.2
Update env_logger requirement from 0.7.1 to 0.8.2
2021-02-07 18:22:27 +01:00
dependabot-preview[bot]
baf764e93d
Update tokio requirement from 0.2 to 1.2
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.0...tokio-1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07 11:57:29 +00:00
dependabot-preview[bot]
564af1939c
Update env_logger requirement from 0.7.1 to 0.8.2
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07 11:57:07 +00:00
dependabot-preview[bot]
89a1a55b96
Update reqwest requirement from 0.10.6 to 0.11.0
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.6...v0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07 11:56:46 +00:00
Christiaan Biesterbosch
59df19cf36
Bump version to 0.3.2 2020-12-27 18:49:55 +01:00
red
07df9ce310 bump version 2020-11-01 14:10:12 +01:00
red
4e932deb49 no panic on failed torrent_add 2020-08-27 21:28:50 +02:00
red
70b6b822c4 bump version 2020-07-13 11:53:20 +02:00
red
06e1c1a87d added Clone to response 2020-07-13 11:40:23 +02:00
Inanna Malick
22da575465 make rustls not pull in openssl, per https://github.com/seanmonstar/reqwest/issues/495\#issuecomment-483698828 2020-05-26 13:03:11 -07:00
red
64072f70b6 added id filtering by id or hashstring 2020-04-25 18:34:45 +02:00
red
d17ee2cea8 added transmission-{remove,add}
refactored request argument object
2020-04-24 22:21:47 +02:00
red
6185c826c0 cleanup dependencies 2020-04-22 14:19:51 +02:00
red
f2420e876a added torrent actions 2020-04-21 19:12:29 +02:00
red
56e454915a bump version due to cleanup 2020-04-21 17:12:01 +02:00
red
7ab80800a5 cleanup 2020-04-21 17:10:34 +02:00
red
4b1a24f602 cleanup deps 2020-04-21 16:58:46 +02:00
red
baad21f277 init 2020-04-20 10:47:13 +02:00