diff --git a/Cargo.lock b/Cargo.lock index 8e200b1..465694f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api" -version = "0.2.32" +version = "0.2.33" dependencies = [ "qbittorrent-web-api-gen", "reqwest", @@ -557,7 +557,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api-gen" -version = "0.2.32" +version = "0.2.33" dependencies = [ "anyhow", "case", diff --git a/Cargo.toml b/Cargo.toml index bc4196d..1d4d6a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.2.32" +version = "0.2.33" edition = "2021" license = "MIT" keywords = ["qbittorrent"] @@ -10,7 +10,7 @@ description = "Auto generated 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.32" } +qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.2.33" } serde = { version = "1.0.138", features = ["derive"] } serde_json = "1.0.82" thiserror = "1.0.31" diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index 6156af8..70997a3 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.2.32" +version = "0.2.33" edition = "2021" license = "MIT" keywords = ["qbittorrent"]