fix(deps): update rust crate diesel to 2.2.4

This commit is contained in:
renovate[bot] 2024-10-22 15:21:44 +00:00
parent 93b4831b2b
commit 63b43c089e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -987,7 +987,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]

View File

@ -6,7 +6,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = {version = "2.1.6", features = ["postgres"]}
diesel = {version = "2.2.4", features = ["postgres"]}
diesel_migrations = "2.2.0"
lazy_static = "1.5.0"
num_cpus = "1.16.0"