From 6c6d272728bbd6acea4e09869504d3b68aaf84a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 22:10:17 +0000 Subject: [PATCH] chore(deps): update rust crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b9187367..fefee636e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ notify = "8.0.0" path-clean = "1.0.1" pathdiff = "0.2.3" petgraph = "0.8.2" -phf = { version = "0.13.0", features = ["macros"] } +phf = { version = "0.14.0", features = ["macros"] } portable-pty = "0.9.0" pretty_assertions = "1.4.1" pty_terminal = { path = "crates/pty_terminal" } @@ -112,7 +112,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" }