Merge #35
35: Create release 0.4.1 r=JoelWachsler a=JoelWachsler bors r+ Co-authored-by: JoelWachsler <JoelWachsler@users.noreply.github.com>
This commit is contained in:
commit
39b7827065
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "qbittorrent-web-api-gen"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
keywords = ["qbittorrent"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user