Leopith
6d12272018
Cargo upgrade, IntoEnumIterator -> Sequence
2022-10-02 11:29:26 +02:00
Artem Vorotnikov
fe596672ea
Edition 2021, rustfmt, clippy, better CI
2022-10-02 10:33:10 +02:00
dependabot[bot]
88e5c91452
Update enum-iterator requirement from 0.7.0 to 0.8.1
...
Updates the requirements on [enum-iterator](https://github.com/stephaneyfx/enum-iterator ) to permit the latest version.
- [Release notes](https://github.com/stephaneyfx/enum-iterator/releases )
- [Commits](https://github.com/stephaneyfx/enum-iterator/compare/0.7.0...0.8.1 )
---
updated-dependencies:
- dependency-name: enum-iterator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-14 22:03:23 +02:00
Aleksandr
d98dc008c5
Update Cargo.toml
...
bump version
2021-12-20 21:22:40 +01:00
Quang Ngô
78c9980844
Remove deprecated rustc-serialize
2021-11-16 09:18:45 +01:00
Aleksandr
a410d3f773
Update Cargo.toml
2021-11-08 10:36:13 +01:00
dependabot[bot]
988187abd5
Update enum-iterator requirement from 0.6.0 to 0.7.0
...
Updates the requirements on [enum-iterator](https://github.com/stephaneyfx/enum-iterator ) to permit the latest version.
- [Release notes](https://github.com/stephaneyfx/enum-iterator/releases )
- [Commits](https://github.com/stephaneyfx/enum-iterator/compare/0.6.0...0.7.0 )
---
updated-dependencies:
- dependency-name: enum-iterator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-04 09:12:43 +02:00
dependabot[bot]
3b213e3782
Update env_logger requirement from 0.8.3 to 0.9.0
...
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/main/CHANGELOG.md )
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.8.3...v0.9.0 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 17:06:55 +00:00
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