Update Rust crate diesel to 2.1.4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-11-15 00:24:19 +00:00 committed by Pierre Hubert
parent 3aef093883
commit 6005955884
2 changed files with 3 additions and 3 deletions

View File

@ -896,9 +896,9 @@ dependencies = [
[[package]]
name = "diesel"
version = "2.1.3"
version = "2.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2268a214a6f118fce1838edba3d1561cf0e78d8de785475957a580a7f8c69d33"
checksum = "62c6fcf842f17f8c78ecf7c81d75c5ce84436b41ee07e03f490fbb5f5a8731d8"
dependencies = [
"bitflags 2.3.3",
"byteorder",

View File

@ -16,7 +16,7 @@ actix-cors = "0.6.4"
actix-multipart = "0.6.1"
actix-remote-ip = "0.1.0"
futures-util = "0.3.28"
diesel = { version = "2.1.3", features = ["postgres"] }
diesel = { version = "2.1.4", features = ["postgres"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.108"
mailchecker = "5.0.9"