fix(deps): update rust crate diesel to 2.2.6 (#210)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-03 23:23:25 +00:00 committed by GitHub
parent 49ec17567f
commit d561482b4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -411,9 +411,9 @@ dependencies = [
[[package]]
name = "diesel"
version = "2.2.5"
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf9649c05e0a9dbd6d0b0b8301db5182b972d0fd02f0a7c6736cf632d7c0fd5"
checksum = "ccf1bedf64cdb9643204a36dd15b19a6ce8e7aa7f7b105868e9f1fad5ffa7d12"
dependencies = [
"bitflags",
"byteorder",

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.2.5", features = ["postgres"]}
diesel = {version = "2.2.6", features = ["postgres"]}
diesel_migrations = "2.2.0"
lazy_static = "1.5.0"
num_cpus = "1.16.0"