diff --git a/Cargo.lock b/Cargo.lock index 6a47d90..bada074 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,9 +123,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" +checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" dependencies = [ "instant", ] @@ -591,7 +591,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api" -version = "0.4.0" +version = "0.4.1" dependencies = [ "qbittorrent-web-api-gen", "reqwest", @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api-gen" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "case", diff --git a/Cargo.toml b/Cargo.toml index 1cad1f8..7e04cfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.4.0" +version = "0.4.1" 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.4.0" } +qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.4.1" } 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 7a0e4f4..b2dd34f 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.4.0" +version = "0.4.1" edition = "2021" license = "MIT" keywords = ["qbittorrent"]