diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index e2f4b2c62fb3..4800dbd02a3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ authors = ["Vincent Ambo <mail@tazj.in>"] actix = "0.5" actix-web = { git="https://github.com/actix/actix-web.git" } env_logger = "0.5" -diesel = { version = "1.0", features = ["postgres", "chrono"]} +diesel = { version = "1.2", features = ["postgres", "chrono"]} chrono = "0.4" |