Skip to content

Commit 9cd1105

Browse files
Update Rust crate diesel to 2.2.7 (#7515)
1 parent c3770bd commit 9cd1105

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
@@ -378,7 +378,7 @@ debug-ignore = "1.0.5"
378378
derive_more = "0.99.18"
379379
derive-where = "1.2.7"
380380
# Having the i-implement-... feature here makes diesel go away from the workspace-hack
381-
diesel = { version = "2.2.6", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes", "postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
381+
diesel = { version = "2.2.7", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes", "postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
382382
diesel-dtrace = "0.4.2"
383383
dns-server = { path = "dns-server" }
384384
dns-server-api = { path = "dns-server-api" }

0 commit comments

Comments
 (0)