Merge branch 'rusqlite-update' into 'next'

bump rusqlite to 0.29.0

See merge request famedly/conduit!529
This commit is contained in:
Timo Kösters 2023-08-02 05:06:54 +00:00
commit 06ab707c79
2 changed files with 6 additions and 6 deletions

View file

@ -76,7 +76,7 @@ opentelemetry = { version = "0.18.0", features = ["rt-tokio"] }
opentelemetry-jaeger = { version = "0.17.0", features = ["rt-tokio"] }
tracing-opentelemetry = "0.18.0"
lru-cache = "0.1.2"
rusqlite = { version = "0.28.0", optional = true, features = ["bundled"] }
rusqlite = { version = "0.29.0", optional = true, features = ["bundled"] }
parking_lot = { version = "0.12.1", optional = true }
crossbeam = { version = "0.8.2", optional = true }
num_cpus = "1.15.0"