Create release 0.2.43

This commit is contained in:
JoelWachsler 2022-07-11 18:30:07 +00:00 committed by GitHub
parent feb0813429
commit c6c08d3f31
3 changed files with 9 additions and 9 deletions

12
Cargo.lock generated
View File

@ -545,7 +545,7 @@ dependencies = [
[[package]]
name = "qbittorrent-web-api"
version = "0.2.36"
version = "0.2.43"
dependencies = [
"qbittorrent-web-api-gen",
"reqwest",
@ -557,7 +557,7 @@ dependencies = [
[[package]]
name = "qbittorrent-web-api-gen"
version = "0.2.36"
version = "0.2.43"
dependencies = [
"anyhow",
"case",
@ -702,18 +702,18 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.138"
version = "1.0.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1578c6245786b9d168c5447eeacfb96856573ca56c9d68fdcf394be134882a47"
checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.138"
version = "1.0.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "023e9b1467aef8a10fb88f25611870ada9800ef7e22afce356bb0d2387b6f27c"
checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb"
dependencies = [
"proc-macro2",
"quote",

View File

@ -1,6 +1,6 @@
[package]
name = "qbittorrent-web-api"
version = "0.2.36"
version = "0.2.43"
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.2.36" }
qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.2.43" }
serde = { version = "1.0.138", features = ["derive"] }
serde_json = "1.0.82"
thiserror = "1.0.31"

View File

@ -1,6 +1,6 @@
[package]
name = "qbittorrent-web-api-gen"
version = "0.2.36"
version = "0.2.43"
edition = "2021"
license = "MIT"
keywords = ["qbittorrent"]