Skip to content

Commit f3b204d

Browse files
authored
Merge pull request #669 from 7flying/update-diesel
chore: update diesel to 2.2.3
2 parents b599aec + def3115 commit f3b204d

File tree

3 files changed

+80
-12
lines changed

3 files changed

+80
-12
lines changed

Cargo.lock

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

db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
anyhow = "1.0"
9-
diesel = { version = "2.1.0", features = ["sqlite", "postgres", "r2d2"] }
9+
diesel = { version = "2.2.3", features = ["sqlite", "postgres", "r2d2"] }
1010

1111
fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
1212

store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_cbor = { version = "0.11", optional = true }
2525
# database
2626
fdo-db = { path = "../db", version = "0.5.0"}
2727

28-
diesel = { version = "2.1.0", features = ["sqlite", "postgres", "r2d2"], optional = true }
28+
diesel = { version = "2.2.3", features = ["sqlite", "postgres", "r2d2"], optional = true }
2929

3030
[features]
3131
directory = ["xattr", "serde_cbor"]

0 commit comments

Comments
 (0)