diff options
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7612751c..ab3f5e35 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -8,12 +8,11 @@ members = ["fatcat-api"] [dependencies] fatcat-api = {version = "*", path = "fatcat-api"} -diesel = { version = "1.0.0", features = ["postgres"] } +diesel = { version = "1.2", features = ["postgres", "extras"] } dotenv = "0.9.0" clap = "*" error-chain = "0.11" r2d2 = "*" -r2d2-diesel = "*" # API server chrono = { version = "0.4", features = ["serde"] } @@ -27,9 +26,6 @@ slog = "^2.0" slog-term = "*" slog-async = "*" -[dependencies.iron_diesel_middleware] -git = "https://github.com/darayus/iron-diesel-middleware" - #hyper-openssl = {version = "0.2", optional = true} #hyper-tls = {version = "0.1.2", optional = true} #tokio-core = "0.1.6" |