From 03e40fbb8e9fa7ad28395714e7b0b50cc5760a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:12:38 +0000 Subject: [PATCH] chore(deps): Update rusqlite requirement from 0.39.0 to 0.40.1 Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](https://github.com/rusqlite/rusqlite/compare/v0.39.0...v0.40.1) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.40.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/noether-engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }