update everything
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run

This commit is contained in:
Sebastian Hugentobler 2025-07-02 08:20:04 +02:00
parent 033a3e2c72
commit 1c95f4391f
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
11 changed files with 1162 additions and 572 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "calibre-db"
version = "0.1.0"
edition = "2021"
edition = "2024"
license = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
@ -9,9 +9,9 @@ description = "Read data from a calibre library, leveraging its SQLite metadata
[dependencies]
r2d2 = "0.8.10"
r2d2_sqlite = "0.24.0"
rusqlite = { version = "0.31.0", features = ["bundled", "time"] }
r2d2_sqlite = "0.30.0"
rusqlite = { version = "0.36.0", features = ["bundled", "time"] }
serde = { workspace = true }
tempfile = "3.10.1"
tempfile = "3.20.0"
thiserror = { workspace = true }
time = { workspace = true }