From 5e79165717d1c3f56c9f2dc725b816116f462f1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 21:56:45 +0000 Subject: [PATCH] chore(deps): update rust crates --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9934d3a5..17085100d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ ratatui = "0.30.0" rayon = "1.10.0" ref-cast = "1.0.24" regex = "1.11.3" -rusqlite = "0.39.0" +rusqlite = "0.40.0" rustc-hash = "2.1.1" # SeccompAction::UserNotif (SECCOMP_RET_USER_NOTIF) was added after the latest published release (v0.5.0) seccompiler = { git = "https://github.com/rust-vmm/seccompiler", rev = "08587106340b8e3cb361c7561411510039436857" }