Update Rust crate diesel to 1.4.7
continuous-integration/drone the build was successful Details

pull/82/head
Renovate Bot 2021-06-08 08:01:24 +00:00
parent 7cebe510f7
commit f4aba0c16f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -317,9 +317,9 @@ dependencies = [
[[package]]
name = "diesel"
version = "1.4.6"
version = "1.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "047bfc4d5c3bd2ef6ca6f981941046113524b9a9f9a7cbdfdd7ff40f58e6f542"
checksum = "bba51ca66f57261fd17cadf8b73e4775cc307d0521d855de3f5de91a8f074e0e"
dependencies = [
"bitflags",
"byteorder",

View File

@ -39,7 +39,7 @@ chrono = "0.4.19"
chrono-tz = "0.5.3"
regex = "1.5.4"
reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] }
diesel = { version = "1.4.6", features = ["postgres"] }
diesel = { version = "1.4.7", features = ["postgres"] }
diesel_migrations = "1.4.0"
[dependencies.rocket_contrib]