Merge branch 'renovate/rust-diesel-1.x' into 'master'

Update Rust crate diesel to 1.4.4

See merge request pastebinrun/pastebinrun!186
This commit is contained in:
Konrad Borowski 2020-05-06 16:15:30 +00:00
commit 210373083c

View File

@ -10,7 +10,7 @@ build = "src/build.rs"
ammonia = "3.1.0"
base64 = "0.12.1"
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"