Skip to content

Commit f778d36

Browse files
authored
feat[sea-query-rusqlite]: update rusqlite version to 0.36 (#904)
1 parent c869b98 commit f778d36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/rusqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
1313
time = { version = "0.3.36", features = ["parsing", "macros"] }
1414
serde_json = { version = "1" }
1515
uuid = { version = "1", features = ["serde", "v4"] }
16-
rusqlite = { version = "0.32" }
16+
rusqlite = { version = "0.36" }
1717
sea-query = { path = "../.."}
1818
sea-query-rusqlite = { path = "../../sea-query-rusqlite", features = [
1919
"with-chrono",

sea-query-rusqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.85.0"
1818

1919
[dependencies]
2020
sea-query = { version = "1.0.0-rc.1", path = "..", default-features = false }
21-
rusqlite = { version = "0.32" }
21+
rusqlite = { version = "0.36" }
2222

2323
[features]
2424
with-chrono = ["rusqlite/chrono", "sea-query/with-chrono"]

0 commit comments

Comments
 (0)