diff --git a/crates/noether-engine/Cargo.toml b/crates/noether-engine/Cargo.toml index 71d423d..33a4607 100644 --- a/crates/noether-engine/Cargo.toml +++ b/crates/noether-engine/Cargo.toml @@ -32,7 +32,7 @@ chrono = { workspace = true } ed25519-dalek = { workspace = true } rand = { workspace = true } tracing = "0.1" -rusqlite = { version = "0.39.0", features = ["bundled"], optional = true } +rusqlite = { version = "0.40.1", features = ["bundled"], optional = true } arrow = { version = "58", optional = true, default-features = false, features = ["ipc"] } base64 = { version = "0.22", optional = true } wasm-bindgen = { version = "0.2", optional = true }