25: Create release 0.2.43 r=JoelWachsler a=JoelWachsler

Create release 0.2.43

Co-authored-by: JoelWachsler <JoelWachsler@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-07-11 18:36:25 +00:00 committed by GitHub
commit 343ae200df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

12
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "qbittorrent-web-api" name = "qbittorrent-web-api"
version = "0.2.36" version = "0.2.43"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
keywords = ["qbittorrent", "torrent", "torrent-client"] keywords = ["qbittorrent", "torrent", "torrent-client"]
@ -10,7 +10,7 @@ description = "Generated web api for qBittorrent"
[dependencies] [dependencies]
reqwest = { version = "0.11.11", features = ["json", "multipart"] } reqwest = { version = "0.11.11", features = ["json", "multipart"] }
tokio = { version = "1.19.2", features = ["full"] } 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 = { version = "1.0.138", features = ["derive"] }
serde_json = "1.0.82" serde_json = "1.0.82"
thiserror = "1.0.31" thiserror = "1.0.31"

View File

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