Skip to content

Commit 4ffe6b2

Browse files
committed
rusqlite bundled
1 parent 1ad8385 commit 4ffe6b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

post-archiver-bridge/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

post-archiver-bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ log = "0.4.25"
1212
serde = { version = "1.0.217", features = ["derive"] }
1313
serde_json = "1.0.137"
1414
simple_logger = "5.0.0"
15-
rusqlite = { version = "0.32", features = ["chrono"] }
15+
rusqlite = { version = "0.32", features = ["bundled", "chrono"] }
1616
chrono = "0.4.39"
1717
mime_guess = "2.0.5"
1818
tokio = { version = "1.43.0", default-features = false, features = ["fs", "rt"] }

0 commit comments

Comments
 (0)