mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
bumped dependencies versions
This commit is contained in:
parent
273ee4ab0c
commit
9b2cf6dda9
10
Cargo.toml
10
Cargo.toml
@ -15,14 +15,14 @@ include = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.11.0", features = ["json", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
reqwest = { version = "0.11.2", features = ["json", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1.0.124", features = ["derive"] }
|
||||
rustc-serialize = "0.3.24"
|
||||
enum-iterator = "0.6.0"
|
||||
|
||||
dotenv = "0.15.0"
|
||||
log = "0.4.8"
|
||||
env_logger = "0.8.2"
|
||||
log = "0.4.14"
|
||||
env_logger = "0.8.3"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.2", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.3.0", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
|
||||
Library to communicate with transmission rpc
|
||||
|
||||
**WARNING:**
|
||||
|
||||
It is highly encouraged to use HTTPS since the Transmission authentication is using BasicAuth which could be easily intercepted
|
||||
|
||||
spec: https://github.com/transmission/transmission/blob/master/extras/rpc-spec.txt
|
||||
|
||||
#### Supported Methods
|
||||
|
||||
Loading…
Reference in New Issue
Block a user