Create release 0.4.1

This commit is contained in:
JoelWachsler 2022-07-24 00:17:51 +00:00 committed by GitHub
parent 73bfa6926c
commit 607eb3f71c
3 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

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