Skip to content

Commit c097d37

Browse files
Update Rust crate diesel to 2.2.12 (#8666)
1 parent cf35d2a commit c097d37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ derive_more = "0.99.20"
422422
derive-where = "1.5.0"
423423
dev-tools-common = { path = "dev-tools/common" }
424424
# Having the i-implement-... feature here makes diesel go away from the workspace-hack
425-
diesel = { version = "2.2.11", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes", "postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
425+
diesel = { version = "2.2.12", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes", "postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
426426
diesel-dtrace = "0.4.2"
427427
digest = "0.10.7"
428428
dns-server = { path = "dns-server" }

0 commit comments

Comments
 (0)