Merge #47
47: Create release 0.4.5 r=jowax a=jowax bors r+ Co-authored-by: jowax <jowax@users.noreply.github.com>
This commit is contained in:
commit
3b5b283019
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -591,7 +591,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "qbittorrent-web-api"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
dependencies = [
|
||||
"qbittorrent-web-api-gen",
|
||||
"reqwest",
|
||||
|
@ -603,7 +603,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "qbittorrent-web-api-gen"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"case",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "qbittorrent-web-api"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
keywords = ["qbittorrent", "torrent", "torrent-client"]
|
||||
|
@ -10,7 +10,7 @@ description = "Generated web api for qBittorrent"
|
|||
[dependencies]
|
||||
reqwest = { version = "0.11.11", features = ["json", "multipart"] }
|
||||
tokio = { version = "1.19.2", features = ["full"] }
|
||||
qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.4.4" }
|
||||
qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.4.5" }
|
||||
serde = { version = "1.0.138", features = ["derive"] }
|
||||
serde_json = "1.0.82"
|
||||
thiserror = "1.0.31"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "qbittorrent-web-api-gen"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
keywords = ["qbittorrent"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user