Skip to content

Commit 7637325

Browse files
build!: require diesel v2.3
1 parent 51dabe2 commit 7637325

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

Cargo.lock

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

benzina/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ features = [
2222
rustdoc-args = ["--cfg", "docsrs"]
2323

2424
[dependencies]
25-
diesel = { version = "2.2", default-features = false, optional = true }
25+
diesel = { version = "2.3", default-features = false, optional = true }
2626
serde_core = { version = "1.0.221", optional = true }
2727
serde_json = { version = "1.0.144", optional = true }
2828
utoipa = { version = "5", optional = true }

0 commit comments

Comments
 (0)