56: Create release 0.6.1 r=jowax a=jowax

bors r+

Co-authored-by: jowax <jowax@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-08-06 23:08:46 +00:00 committed by GitHub
commit da99528418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -22,9 +22,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.59" version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9" checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142"
[[package]] [[package]]
name = "autocfg" name = "autocfg"
@ -591,7 +591,7 @@ dependencies = [
[[package]] [[package]]
name = "qbittorrent-web-api" name = "qbittorrent-web-api"
version = "0.6.0" version = "0.6.1"
dependencies = [ dependencies = [
"qbittorrent-web-api-gen", "qbittorrent-web-api-gen",
"reqwest", "reqwest",
@ -604,7 +604,7 @@ dependencies = [
[[package]] [[package]]
name = "qbittorrent-web-api-gen" name = "qbittorrent-web-api-gen"
version = "0.6.0" version = "0.6.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"case", "case",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "qbittorrent-web-api" name = "qbittorrent-web-api"
version = "0.6.0" version = "0.6.1"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
keywords = ["qbittorrent"] keywords = ["qbittorrent"]
@ -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.6.0" } qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.6.1" }
serde = { version = "1.0.138", features = ["derive"] } serde = { version = "1.0.138", features = ["derive"] }
serde_json = "1.0.82" serde_json = "1.0.82"
serde_repr = "0.1.9" serde_repr = "0.1.9"

View File

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