Skip to content

Commit 4ce5ad8

Browse files
committed
backend: update diesel crate
1 parent ca02f6b commit 4ce5ad8

File tree

2 files changed

+93
-44
lines changed

2 files changed

+93
-44
lines changed

backend/Cargo.lock

Lines changed: 92 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dotenvy = "0.15.7"
2020
db_connector = { path = "../db_connector" }
2121
serde = { version = "1.0.196", features = ["derive"] }
2222
argon2 = "0.5.3"
23-
diesel = { version = "2.2.9", features = ["postgres", "r2d2", "uuid", "network-address", "chrono"] }
23+
diesel = { version = "2.3.3", features = ["postgres", "r2d2", "uuid", "network-address", "chrono"] }
2424
uuid = { version = "1.7.0", features = ["v4"] }
2525
validator = { version = "0.20", features = ["derive"] }
2626
chrono = { version = "0.4.33", features = ["unstable-locales"] }

0 commit comments

Comments
 (0)