Update Rust crate diesel to 1.4.4

This commit is contained in:
Renovate Bot 2020-05-04 23:43:03 +00:00
parent b8babc0366
commit 560cb6497e
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -10,7 +10,7 @@ build = "src/build.rs"
ammonia = "3.1.0"
base64 = "0.12.0"
chrono = "0.4.11"
diesel = { version = "1.4.3", features = ["chrono", "postgres", "r2d2"] }
diesel = { version = "1.4.4", features = ["chrono", "postgres", "r2d2"] }
diesel_migrations = "1.4.0"
env_logger = { version = "0.7.1", default-features = false }
extension-trait = "0.2.1"