update everything
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
This commit is contained in:
parent
033a3e2c72
commit
1c95f4391f
11 changed files with 1162 additions and 572 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue