Upgraded diesel to 0.99 and switched from the git master into crated.io.
Also did a cargo upgrade of all the dependancies. Notable upgrades are r2d2, lazystatic 1.0, loggerv 0.6 and rss 1.2
This commit is contained in:
@@ -8,13 +8,13 @@ workspace = "../"
|
||||
error-chain = "0.11.0"
|
||||
hyper = "0.11.7"
|
||||
log = "0.3.8"
|
||||
mime_guess = "1.8.2"
|
||||
mime_guess = "1.8.3"
|
||||
reqwest = "0.8.1"
|
||||
tempdir = "0.3.5"
|
||||
|
||||
[dependencies.diesel]
|
||||
features = ["sqlite"]
|
||||
git = "https://github.com/diesel-rs/diesel.git"
|
||||
version = "0.99"
|
||||
|
||||
[dependencies.hammond-data]
|
||||
path = "../hammond-data"
|
||||
|
||||
@@ -185,7 +185,7 @@ mod tests {
|
||||
use hammond_data::Source;
|
||||
use hammond_data::feed::index;
|
||||
use hammond_data::dbqueries;
|
||||
use diesel::Identifiable;
|
||||
use diesel::associations::Identifiable;
|
||||
|
||||
use std::fs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user