diff --git a/Cargo.lock b/Cargo.lock index c54737b..391febe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.59" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9" +checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142" [[package]] name = "autocfg" @@ -591,7 +591,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api" -version = "0.6.0" +version = "0.6.1" dependencies = [ "qbittorrent-web-api-gen", "reqwest", @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api-gen" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "case", diff --git a/Cargo.toml b/Cargo.toml index 9efe4bb..1ac1568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "MIT" keywords = ["qbittorrent"] @@ -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.6.0" } +qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.6.1" } serde = { version = "1.0.138", features = ["derive"] } serde_json = "1.0.82" serde_repr = "0.1.9" diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index f6fa4a8..b1e6f81 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api-gen" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "MIT" keywords = ["qbittorrent"]