update cargo deps
This commit is contained in:
parent
70772a61a9
commit
1192642811
411
Cargo.lock
generated
411
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ammonia = "3.0.0"
|
ammonia = "3.0.0"
|
||||||
chrono = "0.4.6"
|
chrono = "0.4.9"
|
||||||
derive_builder = "0.7.1"
|
derive_builder = "0.7.1"
|
||||||
lazy_static = "1.3.0"
|
lazy_static = "1.3.0"
|
||||||
log = "0.4.6"
|
log = "0.4.6"
|
||||||
@ -16,8 +16,8 @@ rss = "1.7.0"
|
|||||||
url = "2.1.0"
|
url = "2.1.0"
|
||||||
xdg = "2.2.0"
|
xdg = "2.2.0"
|
||||||
xml-rs = "0.8.0"
|
xml-rs = "0.8.0"
|
||||||
futures = "0.1.25"
|
futures = "0.1.29"
|
||||||
hyper = "0.12.25"
|
hyper = "0.12.34"
|
||||||
http = "0.1.16"
|
http = "0.1.16"
|
||||||
tokio = "0.1.18"
|
tokio = "0.1.18"
|
||||||
hyper-tls = "0.3.2"
|
hyper-tls = "0.3.2"
|
||||||
@ -29,11 +29,11 @@ base64 = "0.10.1"
|
|||||||
|
|
||||||
[dependencies.diesel]
|
[dependencies.diesel]
|
||||||
features = ["sqlite", "r2d2"]
|
features = ["sqlite", "r2d2"]
|
||||||
version = "=1.3.0"
|
version = "1.4.2"
|
||||||
|
|
||||||
[dependencies.diesel_migrations]
|
[dependencies.diesel_migrations]
|
||||||
features = ["sqlite"]
|
features = ["sqlite"]
|
||||||
version = "=1.3.0"
|
version = "1.4.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.7.0"
|
rand = "0.7.0"
|
||||||
|
|||||||
@ -67,7 +67,7 @@ impl Save<Source> for Source {
|
|||||||
let db = connection();
|
let db = connection();
|
||||||
let con = db.get()?;
|
let con = db.get()?;
|
||||||
|
|
||||||
self.save_changes::<Source>(&con).map_err(From::from)
|
self.save_changes::<Source>(&*con).map_err(From::from)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
error-chain = "0.12.0"
|
error-chain = "0.12.0"
|
||||||
log = "0.4.6"
|
log = "0.4.6"
|
||||||
mime_guess = "1.8.6"
|
mime_guess = "2.0.1"
|
||||||
reqwest = "0.9.12"
|
reqwest = "0.9.12"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
glob = "0.3.0"
|
glob = "0.3.0"
|
||||||
|
|||||||
@ -5,7 +5,7 @@ version = "0.1.0"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.6"
|
chrono = "0.4.9"
|
||||||
crossbeam-channel = "0.3.8"
|
crossbeam-channel = "0.3.8"
|
||||||
gdk = "0.11.0"
|
gdk = "0.11.0"
|
||||||
gdk-pixbuf = "0.7.0"
|
gdk-pixbuf = "0.7.0"
|
||||||
@ -23,7 +23,7 @@ url = "2.1.0"
|
|||||||
failure = "0.1.5"
|
failure = "0.1.5"
|
||||||
failure_derive = "0.1.5"
|
failure_derive = "0.1.5"
|
||||||
fragile = "0.3.0"
|
fragile = "0.3.0"
|
||||||
regex = "1.1.3"
|
regex = "1.3.1"
|
||||||
reqwest = "0.9.12"
|
reqwest = "0.9.12"
|
||||||
serde_json = "1.0.39"
|
serde_json = "1.0.39"
|
||||||
# html2text = "0.1.8"
|
# html2text = "0.1.8"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user