Skip to content

Commit e2ea64f

Browse files
Update Rust crate diesel to 2.2.10 (#8113)
1 parent 4067356 commit e2ea64f

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
@@ -409,7 +409,7 @@ derive_more = "0.99.20"
409409
derive-where = "1.2.7"
410410
dev-tools-common = { path = "dev-tools/common" }
411411
# Having the i-implement-... feature here makes diesel go away from the workspace-hack
412-
diesel = { version = "2.2.9", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes", "postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
412+
diesel = { version = "2.2.10", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes", "postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
413413
diesel-dtrace = "0.4.2"
414414
digest = "0.10.7"
415415
dns-server = { path = "dns-server" }

0 commit comments

Comments
 (0)