Use updated serde_rusqlite version (MIT/Apache2 license) (#956)

fixes #719
This commit is contained in:
Dilshod Tadjibaev 2023-11-14 18:03:07 -06:00 committed by GitHub
parent 2614944afa
commit e882d41f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -51,13 +51,13 @@ proc-macro2 = "1.0.68"
protobuf-codegen = "3.3"
quote = "1.0.33"
r2d2 = "0.8.10"
r2d2_sqlite = { version = "0.22.0" }
r2d2_sqlite = { version = "0.23.0" }
rayon = "1.8.0"
rmp-serde = "1.1.2"
rstest = "0.18.2"
rusqlite = { version = "0.29" }
rusqlite = { version = "0.30.0" }
sanitize-filename = "0.5.0"
serde_rusqlite = "0.33.1"
serde_rusqlite = "0.34.0"
spin = { version = "0.9.8", features = ["mutex", "spin_mutex"] }
strum = "0.25.0"
strum_macros = "0.25.2"