bump rusqlite to 0.29.0

Signed-off-by: June <june@girlboss.ceo>
This commit is contained in:
June 2023-08-01 15:09:55 -10:00
parent d2bfcb018e
commit fbb256dd91
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"